diff --git a/.env.example b/.env.example index 9c76229..9310da4 100644 --- a/.env.example +++ b/.env.example @@ -7,3 +7,13 @@ PORT=3000 # Aggregation interval in milliseconds (default 5s) REFRESH_INTERVAL=5000 + +# Security +# Keep remote setup disabled unless you explicitly need to initialize from another host. +ALLOW_REMOTE_SETUP=false +COOKIE_SECURE=false +SESSION_TTL_SECONDS=86400 +PASSWORD_ITERATIONS=210000 + +# Runtime external data providers +ENABLE_EXTERNAL_GEO_LOOKUP=false diff --git a/public/css/style.css b/public/css/style.css index 32a7cd8..37bc33f 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -51,8 +51,8 @@ --radius-xl: 20px; /* Typography */ - --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; - --font-mono: 'JetBrains Mono', 'Fira Code', monospace; + --font-sans: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', -apple-system, BlinkMacSystemFont, sans-serif; + --font-mono: 'Cascadia Mono', 'Consolas', 'Liberation Mono', monospace; } :root.light-theme { @@ -2788,4 +2788,4 @@ input:checked+.slider:before { .filings a { justify-content: center; } -} \ No newline at end of file +} diff --git a/public/index.html b/public/index.html index 6f4bb0e..04bea83 100644 --- a/public/index.html +++ b/public/index.html @@ -7,13 +7,8 @@ - - - - + - \ No newline at end of file + diff --git a/public/init.html b/public/init.html index 065108d..8f3a716 100644 --- a/public/init.html +++ b/public/init.html @@ -4,9 +4,6 @@ 系统初始化 - 数据可视化展示大屏 - - -