fix: 审查阻断—移除MainApplication引用+cleartext+SYSTEM_ALERT_WINDOW

This commit is contained in:
LukeMackin
2026-07-22 19:37:51 +08:00
parent e29e0f7e36
commit 490201f0d4
12 changed files with 8278 additions and 150 deletions

View File

@@ -8,9 +8,17 @@
"esModuleInterop": true,
"skipLibCheck": true,
"paths": {
"@yuzu-gca/shared": ["../shared/src"]
"@yuzu-gca/shared": [
"../shared/src"
]
}
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
"include": [
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules"
],
"extends": "expo/tsconfig.base"
}