mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: enhance security headers and update content security policy in response and HTML files
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import { Construction } from 'lucide-preact';
|
||||
import { HardDriveDownload } from 'lucide-preact';
|
||||
import { t } from '@/lib/i18n';
|
||||
|
||||
export default function HelpPage() {
|
||||
return (
|
||||
<div className="stack">
|
||||
<section className="card">
|
||||
<h3>{t('support_title')}</h3>
|
||||
<h3>{t('backup_strategy_title')}</h3>
|
||||
<div className="empty" style={{ minHeight: 180 }}>
|
||||
<div style={{ textAlign: 'center' }}>
|
||||
<Construction size={34} style={{ color: '#64748b', marginBottom: 8 }} />
|
||||
<div>{t('support_under_construction')}</div>
|
||||
<HardDriveDownload size={34} style={{ color: '#64748b', marginBottom: 8 }} />
|
||||
<div>{t('backup_strategy_under_construction')}</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user