mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-03-20 11:57:46 +08:00
fix: #390
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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