mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
feat: 新增多语言README并优化文档结构
新增德语、俄语、韩语、繁体中文多语言README,英文与简体中文README同步优化,统一下载链接与徽章样式,完善多语言入口。提升国际化支持与文档可读性。
This commit is contained in:
@@ -56,7 +56,7 @@ android {
|
||||
def abi = output.getFilter(com.android.build.OutputFile.ABI)
|
||||
if (abi != null) {
|
||||
output.versionCodeOverride = abiVersionCode[abi] * 1000 + defaultConfig.versionCode
|
||||
output.outputFileName = "OGame-${defaultConfig.versionName}-${abi}.APK"
|
||||
output.outputFileName = "OGame Vue Ts-${abi}.APK"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="app_name">OGame</string>
|
||||
<string name="title_activity_main">OGame</string>
|
||||
<string name="app_name">OGame Vue Ts</string>
|
||||
<string name="title_activity_main">OGame Vue Ts</string>
|
||||
<string name="package_name">games.wenzi.ogame</string>
|
||||
<string name="custom_url_scheme">games.wenzi.ogame</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user