feat(electron): backup panel (#9738)

fix PD-2071, PD-2059, PD-2069, PD-2068
This commit is contained in:
pengx17
2025-01-22 03:11:28 +00:00
committed by Peng Xiao
parent 862a9d0bc4
commit 088ae0ac0a
22 changed files with 754 additions and 30 deletions

View File

@@ -8,6 +8,7 @@ export type SettingTab =
| 'about'
| 'plans'
| 'billing'
| 'backup' // electron only
| 'experimental-features'
| 'editor'
| 'account'