feat: add Import & Export page and update Help page with new navigation

This commit is contained in:
shuaiplus
2026-03-02 00:02:19 +08:00
committed by Shuai
parent dc12a73ab3
commit 5dab96f40e
4 changed files with 37 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { HardDriveDownload } from 'lucide-preact';
import { Cloud } from 'lucide-preact';
import { t } from '@/lib/i18n';
export default function HelpPage() {
@@ -8,7 +8,7 @@ export default function HelpPage() {
<h3>{t('backup_strategy_title')}</h3>
<div className="empty" style={{ minHeight: 180 }}>
<div style={{ textAlign: 'center' }}>
<HardDriveDownload size={34} style={{ color: '#64748b', marginBottom: 8 }} />
<Cloud size={34} style={{ color: '#64748b', marginBottom: 8 }} />
<div>{t('backup_strategy_under_construction')}</div>
</div>
</div>