Skip to content

Commit febf1ca

Browse files
author
eric-zhou
committed
修改TITLE为远程协助
1 parent c9eb2de commit febf1ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
CURWDIR="$(cd $(dirname $0) && pwd)"
4-
TITLE="反向SSH"
4+
TITLE="远程协助"
55
PROGRAM_NAME="app-ssh-reverse"
66
CUSTOM_BIN="/system/apps/tp/bin/custom"
77
CUSTOM_CONFIG_FILE="$CURWDIR/custom.conf"

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"package_id" : "com.modouwifi.app-ssh-reverse",
3-
"name" : "反向SSH",
3+
"name" : "远程协助",
44
"author" : "魔豆开发团队-阿耀",
55
"author_mail" : "[email protected]",
66
"homepage" : "www.modouwifi.com",
77
"version" : "0.1",
88
"release_date" : "2014.08.13",
99
"icon" : "./res/icon.png",
1010
"location" : "external",
11-
"description" : "运行插件后,点击开始即可开启反向代理",
11+
"description" : "运行插件后,点击开始即可开启远程协助",
1212
"instruction" : "",
1313
"os_version" : "0.6.17"
1414
}

0 commit comments

Comments
 (0)