fix(qdreader): shorten delete hint
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
//[author: Hermes]
|
||||
//[service: BOSS]
|
||||
//[class: 工具类]
|
||||
// [version: 2.15.0]
|
||||
// [version: 2.15.1]
|
||||
// [platform: web,qq,wx,tg,tb,fs,we]
|
||||
// [public: false]
|
||||
// [price: 0]
|
||||
@@ -279,7 +279,7 @@ function contentText() {
|
||||
}
|
||||
function usage() {
|
||||
return [
|
||||
"启点读书签到插件 v2.15.0",
|
||||
"启点读书签到插件 v2.15.1",
|
||||
"【一级菜单】",
|
||||
"账号管理:启点账号",
|
||||
"执行查询:启点查询",
|
||||
@@ -988,7 +988,7 @@ function accountMenuText(store, bind) {
|
||||
}
|
||||
}
|
||||
lines.push("0、添加/更新账号")
|
||||
lines.push("-删除账号,例如 -1")
|
||||
lines.push("-删除账号")
|
||||
lines.push("q、退出")
|
||||
return lines.join("\n")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user