We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9eb2de commit febf1caCopy full SHA for febf1ca
init
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
CURWDIR="$(cd $(dirname $0) && pwd)"
4
-TITLE="反向SSH"
+TITLE="远程协助"
5
PROGRAM_NAME="app-ssh-reverse"
6
CUSTOM_BIN="/system/apps/tp/bin/custom"
7
CUSTOM_CONFIG_FILE="$CURWDIR/custom.conf"
manifest.json
@@ -1,14 +1,14 @@
{
"package_id" : "com.modouwifi.app-ssh-reverse",
- "name" : "反向SSH",
+ "name" : "远程协助",
"author" : "魔豆开发团队-阿耀",
"author_mail" : "[email protected]",
"homepage" : "www.modouwifi.com",
"version" : "0.1",
8
"release_date" : "2014.08.13",
9
"icon" : "./res/icon.png",
10
"location" : "external",
11
- "description" : "运行插件后,点击开始即可开启反向代理",
+ "description" : "运行插件后,点击开始即可开启远程协助",
12
"instruction" : "",
13
"os_version" : "0.6.17"
14
}
0 commit comments