Skip to content

Commit e6ecfcc

Browse files
authored
Merge pull request #91 from shinonomeow/shino_aio
fix add offset
2 parents df61c51 + e916a33 commit e6ecfcc

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)