mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-09 05:29:51 +08:00
feat: 不翻译 page title
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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 间隔",
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user