Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
ce694701
Commit
ce694701
authored
Mar 30, 2026
by
erio
Browse files
fix(i18n): 渠道管理页面标题国际化
parent
12d03e40
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/router/index.ts
View file @
ce694701
...
@@ -285,7 +285,9 @@ const routes: RouteRecordRaw[] = [
...
@@ -285,7 +285,9 @@ const routes: RouteRecordRaw[] = [
meta
:
{
meta
:
{
requiresAuth
:
true
,
requiresAuth
:
true
,
requiresAdmin
:
true
,
requiresAdmin
:
true
,
title
:
'
Channel Management
'
title
:
'
Channel Management
'
,
titleKey
:
'
admin.channels.title
'
,
descriptionKey
:
'
admin.channels.description
'
}
}
},
},
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment