feat: 增加了基础的设置相关内容

包括 子组件input、switch、alert、line、link、group
包括 实现 SettingStore 状态管理 (MobX) 支持持久化
包括 类型相关内容声明
This commit is contained in:
2025-08-29 14:22:47 +08:00
parent aaa949bd7d
commit 4a308f05cf
30 changed files with 22527 additions and 2975 deletions

View File

@@ -18,6 +18,7 @@
"web:prod:serve": "yarn workspace next-app serve",
"postinstall": "yarn check-tamagui && yarn build",
"build": "yarn workspaces foreach --all --exclude next-app run build",
"release:android": "cd apps/expo && yarn prebuild && cd android && ./gradlew assembleRelease",
"upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest",
"upgrade:tamagui:canary": "yarn up '*tamagui*'@canary '@tamagui/*'@canary",
"check-tamagui": "tamagui check",
@@ -34,12 +35,18 @@
},
"dependencies": {
"@babel/runtime": "^7.24.6",
"@esdora/kit": "^0.2.0",
"@tamagui/cli": "^1.132.18",
"check-dependency-version-consistency": "^4.1.0",
"eslint": "^9.3.0",
"expo-sqlite": "~15.2.14",
"husky": "^9.1.6",
"mobx": "^6.13.7",
"mobx-react-lite": "^4.1.0",
"prettier": "^3.3.3",
"react-i18next": "^15.7.3",
"react-native-device-info": "^14.0.4",
"react-native-sqlite-storage": "^6.0.1",
"turbo": "^1.13.4",
"typescript": "~5.8.3",
"ultra-runner": "^3.10.5",
@@ -51,6 +58,9 @@
"npm": "10.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3"
"@biomejs/biome": "^1.9.3",
"@types/lodash": "^4",
"@types/react-native-sqlite-storage": "^6",
"lodash": "^4.17.21"
}
}