koishi-plugin-jscn-aaaquery 1.0.10 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +2 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -998,7 +998,7 @@ function apply(ctx, config) {
998
998
  "🌐 账号查询结果",
999
999
  "--------------------------------",
1000
1000
  `账号: ${input}`,
1001
- `RADIUS状态: ${radiusUserInfo.message || "账号授权验证失败"} ❌`,
1001
+ `RADIUS状态: ${radiusUserInfo.message || "账号授权验证失败"} ,请检查或者重新授权❌`,
1002
1002
  "--------------------------------"
1003
1003
  ].join("\n");
1004
1004
  return message;
@@ -1132,7 +1132,7 @@ function apply(ctx, config) {
1132
1132
  "🌐 账号查询结果",
1133
1133
  "--------------------------------",
1134
1134
  `账号: ${account}`,
1135
- `RADIUS状态: ${radiusUserInfo.message || "账号授权验证失败"} ❌`,
1135
+ `RADIUS状态: ${radiusUserInfo.message || "账号授权验证失败"},请检查或者重新授权 ❌`,
1136
1136
  "--------------------------------"
1137
1137
  ].join("\n");
1138
1138
  return message;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-jscn-aaaquery",
3
3
  "description": "江苏有线无锡分公司宽带信息查询插件",
4
- "version": "1.0.10",
4
+ "version": "1.0.12",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [