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.
- package/lib/index.js +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;
|