Go to file
LXP 4760a1a5e4 fix(android): 更新package‑stringfog.gradle路径,适配项目目录迁移 2026-08-27 10:59:06 +08:00
.pkgconfig chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
.tools chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
__tests__ fix(test): 修复历史遗留未通过的测试用例 2026-08-24 16:11:17 +08:00
android fix(android): 更新package‑stringfog.gradle路径,适配项目目录迁移 2026-08-27 10:59:06 +08:00
docker chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
docs chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
installer chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
ios 修改注销接口 2026-08-07 16:44:05 +08:00
scripts chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
src fix(test): 修复历史遗留未通过的测试用例 2026-08-24 16:11:17 +08:00
src-tauri chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
.babelrc.js chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
.eslintrc.json chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
.gitignore chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
Gemfile chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
README.md chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
app.json chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
build-profile.json 添加签到功能,修复客服链接 2026-07-24 16:04:43 +08:00
build.config.json chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
metro.config.js chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
package.json chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
shell.nix chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
tsconfig.app.json chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
tsconfig.json chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00
vitest.config.ts fix(test): 修复历史遗留未通过的测试用例 2026-08-24 16:11:17 +08:00
webpack.config.js chore: add xingyun app initial import 2026-07-15 17:02:50 +08:00

README.md

react-native generate-bootsplash
--platforms=android,ios,web
--background=FFFFFF
--logo-width=100
--assets-output=src/assets
--flavor=main
--html=src/index.html

Google Play Store — Foreground Service (Special Use) 声明

本应用使用 FOREGROUND_SERVICE_SPECIAL_USE 权限运行 VPN 隧道服务。

在 Play Console 提交审核时需要在「App content → Foreground service permissions」中填写以下声明

Service type: Special Use

Use case description: This app provides VPN tunnel functionality to route device network traffic through encrypted proxy servers for network acceleration and privacy protection. The VPN foreground service must run continuously while the user has an active connection, as it maintains the TUN interface, DNS resolution, and encrypted traffic forwarding. The service cannot use dataSync or other time-limited foreground service types because VPN connections are long-lived by nature and must persist until the user explicitly disconnects. The service displays an ongoing notification so the user is always aware of the active VPN connection.

Video demonstration: (按需提供一段录屏,展示用户点击连接 → VPN 运行 → 通知栏显示 → 用户断开的完整流程)