mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 16:05:12 +08:00
feat: 新增Android平台支持及构建流程
集成Android平台相关目录与配置文件,包含Gradle构建脚本、资源文件、启动图标、Java入口、Proguard规则等,完善.gitignore以排除Android构建产物。更新CI流程,支持自动构建并发布Android APK。移除README中项目结构说明,简化文档。
This commit is contained in:
@@ -106,6 +106,14 @@ const hints: Hint[] = [
|
||||
icon: 'swords',
|
||||
delay: 500
|
||||
},
|
||||
{
|
||||
id: 'achievements_intro',
|
||||
route: '/achievements',
|
||||
titleKey: 'hints.achievements.title',
|
||||
messageKey: 'hints.achievements.message',
|
||||
icon: 'trophy',
|
||||
delay: 500
|
||||
},
|
||||
{
|
||||
id: 'settings_intro',
|
||||
route: '/settings',
|
||||
|
||||
Reference in New Issue
Block a user