Merge pull request #408 from Rewrite0/fix-webui

Fix webui
This commit is contained in:
Rewrite0
2023-07-27 16:25:38 +08:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -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',

View File

@@ -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>

View File

@@ -38,7 +38,7 @@
},
"homepage": {
"rule": {
"offical_title": "Official Title",
"official_title": "Official Title",
"year": "Year",
"season": "Season",
"offset": "Offset",

View File

@@ -38,7 +38,7 @@
},
"homepage": {
"rule": {
"offical_title": "官方名称",
"official_title": "官方名称",
"year": "年份",
"season": "季度",
"offset": "剧集偏移",