mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 05:07:46 +00:00
Update guoba.support.js & 指令 (#116)
* Update guoba.support.js * Update help.js * Update gachalog.js * Update help.js * Update help.js
This commit is contained in:
parent
51da9ada17
commit
186c3c2807
3 changed files with 20 additions and 12 deletions
|
|
@ -28,7 +28,7 @@ export function supportGuoba() {
|
|||
// 配置项 schemas
|
||||
schemas: [
|
||||
{
|
||||
component: 'Divider',
|
||||
component: 'SOFT_GROUP_BEGIN',
|
||||
label: '通用设置',
|
||||
},
|
||||
{
|
||||
|
|
@ -69,9 +69,9 @@ export function supportGuoba() {
|
|||
field: 'config.update.cron',
|
||||
label: '推送时间',
|
||||
bottomHelpMessage: '设置自动检查更新推送的时间,cron表达式',
|
||||
component: 'Input',
|
||||
component: 'EasyCron',
|
||||
componentProps: {
|
||||
placeholder: '请输入cron表达式',
|
||||
placeholder: '请输入或选择cron表达式',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -92,7 +92,7 @@ export function supportGuoba() {
|
|||
},
|
||||
},
|
||||
{
|
||||
component: 'Divider',
|
||||
component: 'SOFT_GROUP_BEGIN',
|
||||
label: '抽卡分析设置',
|
||||
},
|
||||
{
|
||||
|
|
@ -106,6 +106,7 @@ export function supportGuoba() {
|
|||
min: 0,
|
||||
max: 1000,
|
||||
placeholder: '请输入数字',
|
||||
addonAfter: "s",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -135,7 +136,7 @@ export function supportGuoba() {
|
|||
},
|
||||
},
|
||||
// {
|
||||
// component: 'Divider',
|
||||
// component: 'SOFT_GROUP_BEGIN',
|
||||
// label: '深渊设置',
|
||||
// },
|
||||
// {
|
||||
|
|
@ -149,10 +150,11 @@ export function supportGuoba() {
|
|||
// min: 0,
|
||||
// max: 1000,
|
||||
// placeholder: '请输入数字',
|
||||
// addonAfter: "s",
|
||||
// },
|
||||
// },
|
||||
{
|
||||
component: 'Divider',
|
||||
component: 'SOFT_GROUP_BEGIN',
|
||||
label: '面板设置',
|
||||
},
|
||||
{
|
||||
|
|
@ -166,6 +168,7 @@ export function supportGuoba() {
|
|||
min: 0,
|
||||
max: 1000,
|
||||
placeholder: '请输入数字',
|
||||
addonAfter: "s",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -179,10 +182,11 @@ export function supportGuoba() {
|
|||
min: 0,
|
||||
max: 1000,
|
||||
placeholder: '请输入数字',
|
||||
addonAfter: "s",
|
||||
},
|
||||
},
|
||||
{
|
||||
component: 'Divider',
|
||||
component: 'SOFT_GROUP_BEGIN',
|
||||
label: '攻略设置',
|
||||
},
|
||||
{
|
||||
|
|
@ -240,6 +244,10 @@ export function supportGuoba() {
|
|||
placeholder: '请输入数字1~7',
|
||||
},
|
||||
},
|
||||
{
|
||||
label: '其他设置',
|
||||
component: 'SOFT_GROUP_BEGIN'
|
||||
},
|
||||
{
|
||||
component: 'Divider',
|
||||
label:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue