mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-07-05 19:47:32 +08:00
@@ -11,7 +11,7 @@ const rule = defineModel<BangumiRule>('rule', {
|
||||
const items: SettingItem<BangumiRule>[] = [
|
||||
{
|
||||
configKey: 'official_title',
|
||||
label: () => t('homepage.rule.offical_title'),
|
||||
label: () => t('homepage.rule.official_title'),
|
||||
type: 'input',
|
||||
prop: {
|
||||
type: 'text',
|
||||
|
||||
@@ -35,7 +35,7 @@ const data = defineModel<any>('data');
|
||||
v-bind="prop"
|
||||
/>
|
||||
|
||||
<div v-else-if="type === 'dynamic-tags'" max-w-200px>
|
||||
<div v-else-if="type === 'dynamic-tags'" max-w-200px overflow-auto pb-1>
|
||||
<NDynamicTags v-model:value="data" size="small"></NDynamicTags>
|
||||
</div>
|
||||
</ab-label>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
},
|
||||
"homepage": {
|
||||
"rule": {
|
||||
"offical_title": "Official Title",
|
||||
"official_title": "Official Title",
|
||||
"year": "Year",
|
||||
"season": "Season",
|
||||
"offset": "Offset",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
},
|
||||
"homepage": {
|
||||
"rule": {
|
||||
"offical_title": "官方名称",
|
||||
"official_title": "官方名称",
|
||||
"year": "年份",
|
||||
"season": "季度",
|
||||
"offset": "剧集偏移",
|
||||
|
||||
Reference in New Issue
Block a user