Skip to content

Commit e916a33

Browse files
committed
fix add offset
1 parent 7a133db commit e916a33

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

webui/src/components/ab-rule.vue

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ const items: SettingItem<BangumiRule>[] = [
3636
},
3737
bottomLine: true,
3838
},
39-
// {
40-
// configKey: 'offset',
41-
// label: () => t('homepage.rule.offset'),
42-
// type: 'input',
43-
// css: 'w-72',
44-
// prop: {
45-
// type: 'number',
46-
// },
47-
// },
39+
{
40+
configKey: 'offset',
41+
label: () => t('homepage.rule.offset'),
42+
type: 'input',
43+
css: 'w-72',
44+
prop: {
45+
type: 'number',
46+
},
47+
},
4848
{
4949
configKey: 'include_filter',
5050
label: () => t('homepage.rule.include'),

0 commit comments

Comments
 (0)