remote i18n

This commit is contained in:
xiaomlove
2021-01-29 17:32:04 +08:00
parent 7b66c600a4
commit a1a2ad93fe
4 changed files with 2 additions and 716 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ if ($currentStep == 5) {
</div>
</div>
<div class="mt-10 text-center">
欢迎使用 NexusPHP 安装程序,如有疑问,点击<a href="http://nexusphp.cn/" target="_blank" class="text-blue-500 p-1">这里</a>获取参考。
欢迎使用 NexusPHP 安装程序,如有疑问,点击<a href="http://nexusphp.org/" target="_blank" class="text-blue-500 p-1">这里</a>获取参考。
</div>
</body>
<script>
+1 -1
View File
@@ -349,6 +349,6 @@
'mainversion' => 'NexusPHP',
'subversion' => 'v1.6.0-beta1',
'releasedate' => '2021-01-28',
'website' => '<a href="http://nexusphp.cn" target="_blank">http://nexusphp.cn</a>',
'website' => '<a href="http://nexusphp.org" target="_blank">http://nexusphp.org</a>',
),
);