@@ -41,7 +41,7 @@ export function supportGuoba() {
4141 // 图标颜色,例:#FF0000 或 rgb(255, 0, 0)
4242 iconColor : pluginThemeColor ,
4343 // 如果想要显示成图片,也可以填写图标路径(绝对路径)
44- iconPath : _ResPath + '/img/common/icon/pns .png' ,
44+ iconPath : _ResPath + '/img/common/icon/kuro .png' ,
4545 } ,
4646 // 配置项信息
4747 configInfo : {
@@ -54,8 +54,8 @@ export function supportGuoba() {
5454 {
5555 field : 'logger.logLevel' ,
5656 label : '日志等级' ,
57- helpMessage : '库洛插件的日志等级 , 与 Yunzai 的独立' ,
58- bottomHelpMessage : '请选择日志等级 , 通常应选择 info' ,
57+ helpMessage : '库洛插件内置的日志记录器的日志等级 , 与 Yunzai 的独立' ,
58+ bottomHelpMessage : '更改即时生效 , 通常应选择 info' ,
5959 component : 'Select' ,
6060 componentProps : {
6161 options : [
@@ -64,15 +64,15 @@ export function supportGuoba() {
6464 { label : 'warn' , value : 'warn' } ,
6565 { label : 'error' , value : 'error' } ,
6666 ] ,
67- placeholder : '读取失败 ' ,
67+ placeholder : '配置项异常 ' ,
6868 } ,
6969 } ,
7070 {
7171 field : 'logger.saveToFile' ,
7272 label : '保存日志' ,
7373 helpMessage :
74- '独立保存库洛插件的日志, 保存目录位于插件根目录 . /data/logs/' ,
75- bottomHelpMessage : '是否将日志保存到文件 ' ,
74+ '独立保存库洛插件的日志到 插件根目录 /data/logs/' ,
75+ bottomHelpMessage : '更改即时生效, 通常不建议启用 ' ,
7676 component : 'Switch' ,
7777 } ,
7878 {
@@ -84,7 +84,7 @@ export function supportGuoba() {
8484 label : '启用自动任务' ,
8585 helpMessage :
8686 '若关闭, 将一同关闭插件的检查更新任务, 但是插件每次被载入仍会检查更新' ,
87- bottomHelpMessage : '是否启用自动任务, 重启 Yunzai 生效 ' ,
87+ bottomHelpMessage : '更改重启生效, 插件的游戏和社区自动签到任务 ' ,
8888 component : 'Switch' ,
8989 } ,
9090 {
@@ -93,7 +93,7 @@ export function supportGuoba() {
9393 helpMessage :
9494 '默认为每天 00:02:00 自动执行, 暂不可配置检查更新任务(默认每天 6/18 点检查)和游戏体力推送任务(默认每小时刷新一次)' ,
9595 bottomHelpMessage :
96- '任务执行时间, <a href=" https://www.runoob.com/linux/linux-comm-crontab.html" target="_blank">corntab 表达式</a>, 请<a href="https://tool.lu/crontab/" target="_blank">检查</a>后再保存, 重启 Yunzai 生效 ' ,
96+ '更改重启生效, 自动任务执行时间, 参考 https://www.runoob.com/linux/linux-comm-crontab.html' ,
9797 component : 'Input' ,
9898 } ,
9999 {
@@ -103,25 +103,25 @@ export function supportGuoba() {
103103 {
104104 field : 'useRandomBgInCard' ,
105105 label : '随机背景图' ,
106- helpMessage : '卡片是否使用随机背景图' ,
106+ helpMessage : '卡片是否使用随机背景图, 获取失败会回退到最后一张图或者本地背景图, 本地默认背景图: 插件根目录/resources/img/common/bg/Alisa-Echo_0.jpg ' ,
107107 bottomHelpMessage :
108- '背景图 API: https://api.tomys.top/api/pnsWallPaper 均为战双官方壁纸, 获取失败会回退到最后一张图或者本地背景图, 本地默认背景图: /resources/img/common/bg/Alisa-Echo_0.jpg ' ,
108+ '更改即时生效, 背景图 API: https://api.tomys.top/api/pnsWallPaper 均为战双官方壁纸' ,
109109 component : 'Switch' ,
110110 } ,
111111 {
112112 field : 'attemptSendNonFriend' ,
113113 label : '发送非好友' ,
114- helpMessage : '是否尝试向非好友发送消息 ' ,
115- bottomHelpMessage : '是否尝试向非好友发送消息' ,
114+ helpMessage : '自动任务推送等场景用到 ' ,
115+ bottomHelpMessage : '更改即时生效, 是否尝试向非好友发送消息' ,
116116 component : 'Switch' ,
117117 } ,
118118 {
119119 field : 'botQQ' ,
120120 label : '机器人QQ' ,
121121 helpMessage :
122- '如果使用第三方适配器, 请设置, 否则 bot 的自动任务消息将无法推送, 留空则为自动获取' ,
122+ '留空则为自动获取' ,
123123 bottomHelpMessage :
124- '如果使用第三方适配器, 请设置, 否则 bot 的自动任务消息将无法推送, 留空则为自动获取 ' ,
124+ '更改即时生效, 使用某些第三方适配器可能需要设置 ' ,
125125 component : 'Input' ,
126126 } ,
127127 ] ,
0 commit comments