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
aa4e37d0
Unverified
Commit
aa4e37d0
authored
Mar 14, 2026
by
Wesley Liddick
Committed by
GitHub
Mar 14, 2026
Browse files
Merge pull request #966 from GuangYiDing/feat/db-backup-restore
feat: 数据库定时备份与恢复(S3 兼容存储,支持 Cloudflare R2)
parents
a1dc0089
1047f973
Changes
22
Expand all
Show whitespace changes
Inline
Side-by-side
frontend/src/router/index.ts
View file @
aa4e37d0
...
...
@@ -350,6 +350,18 @@ const routes: RouteRecordRaw[] = [
descriptionKey
:
'
admin.promo.description
'
}
},
{
path
:
'
/admin/backup
'
,
name
:
'
AdminBackup
'
,
component
:
()
=>
import
(
'
@/views/admin/BackupView.vue
'
),
meta
:
{
requiresAuth
:
true
,
requiresAdmin
:
true
,
title
:
'
Database Backup
'
,
titleKey
:
'
admin.backup.title
'
,
descriptionKey
:
'
admin.backup.description
'
}
},
{
path
:
'
/admin/data-management
'
,
name
:
'
AdminDataManagement
'
,
...
...
frontend/src/views/admin/BackupView.vue
0 → 100644
View file @
aa4e37d0
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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