Add remote control

This commit is contained in:
世界
2026-07-06 21:15:31 +08:00
parent 24ac124bae
commit 416d280695
40 changed files with 1986 additions and 213 deletions
+16
View File
@@ -598,4 +598,20 @@
<string name="privilege_module_restart_notification_title">Reboot required</string>
<string name="privilege_module_restart_notification_message">LSPosed module updated. Reboot to apply changes.</string>
<string name="privilege_module_restart_channel">LSPosed Module</string>
<!-- Remote Control -->
<string name="remote_control">Remote Control</string>
<string name="remote_servers">Servers</string>
<string name="remote_no_servers">No servers</string>
<string name="remote_new_server">New Server</string>
<string name="remote_edit_server">Edit Server</string>
<string name="remote_local_device">Local Device</string>
<string name="remote_manage_servers">Manage Servers…</string>
<string name="remote_secret">Secret</string>
<string name="remote_optional">Optional</string>
<string name="remote_connecting">Connecting…</string>
<string name="remote_disconnect">Disconnect</string>
<string name="remote_invalid_url">Invalid server URL: %1$s, expected host:port, http://host:port or https://host:port</string>
<string name="remote_connect_failed">Failed to connect to remote server %1$s</string>
<string name="remote_disconnected_from">Disconnected from remote server %1$s</string>
</resources>