feat: 不翻译 page title

This commit is contained in:
Rewrite0
2023-06-14 21:15:27 +08:00
parent 66ec337b96
commit 105dd4535d
7 changed files with 2 additions and 10 deletions

View File

@@ -37,7 +37,6 @@
}
},
"homepage": {
"title": "Bangumi List",
"rule": {
"offical_title": "Official Title",
"year": "Year",
@@ -57,7 +56,6 @@
}
},
"player": {
"title": "Player",
"hit": "Please set up the media player"
},
"log": {
@@ -70,7 +68,6 @@
"bug_repo": "Bug Report"
},
"config": {
"title": "Config",
"normal_set": {
"title": "Normal Setting",
"rss_interval": "Interval Time of Rss",

View File

@@ -37,7 +37,6 @@
}
},
"homepage": {
"title": "番剧列表",
"rule": {
"offical_title": "官方名称",
"year": "年份",
@@ -57,7 +56,6 @@
}
},
"player": {
"title": "播放器",
"hit": "请设置媒体播放器地址"
},
"log": {
@@ -70,7 +68,6 @@
"bug_repo": "Bug 反馈"
},
"config": {
"title": "系统设置",
"normal_set": {
"title": "常规设置",
"rss_interval": "RSS 间隔",

View File

@@ -13,6 +13,8 @@ definePage({
<ab-sidebar />
<div layout-content>
<ab-page-title :title="$route.name"></ab-page-title>
<RouterView v-slot="{ Component }">
<KeepAlive>
<component :is="Component" />

View File

@@ -93,7 +93,6 @@ definePage({
</script>
<template>
<ab-page-title :title="$t('homepage.title')"></ab-page-title>
<div overflow-auto mt-12px flex-grow>
<div flex="~ wrap" gap-y-12px gap-x-50px>
<ab-bangumi-card

View File

@@ -9,7 +9,6 @@ definePage({
</script>
<template>
<ab-page-title :title="$t('config.title')"></ab-page-title>
<div overflow-auto mt-12px flex-grow>
<div h-full flex="~ col">
<div grid="~ cols-2" gap-20px mb-auto>

View File

@@ -16,7 +16,6 @@ definePage({
</script>
<template>
<ab-page-title :title="$t('log.title')"></ab-page-title>
<div overflow-auto mt-12px flex-grow>
<div flex="~ wrap" gap-12px>
<ab-container :title="$t('log.title')" w-660px grow>

View File

@@ -7,7 +7,6 @@ const { url } = storeToRefs(usePlayerStore());
</script>
<template>
<ab-page-title :title="$t('player.title')"></ab-page-title>
<div overflow-auto mt-12px flex-grow>
<template v-if="url === ''">
<div wh-full f-cer text-h1 text-primary>