chore(deploy): record 0310 rollout and reset checklist

Update deployment documents for the 0310 SAE release, including new backend/frontend service IPs, latest image versions, and a fresh 0310 deployment summary. Also reset the pending deployment checklist after successful rollout and include the ASL navigation toggle adjustment.

Made-with: Cursor
This commit is contained in:
2026-03-10 22:26:06 +08:00
parent 08108e81cd
commit d3b24bd8c3
4 changed files with 130 additions and 40 deletions

View File

@@ -20,7 +20,6 @@ import {
FolderKanban,
Trash2,
ListFilter,
FileSearch,
FileText,
BarChart3,
TrendingUp,
@@ -77,7 +76,8 @@ type PanelType = 'SEARCH' | 'PROJECT';
const SR_NAV_ITEMS = [
{ label: '标题摘要初筛', path: '/literature/screening/title/settings', icon: ListFilter, matchPrefix: '/literature/screening/title' },
{ label: '全文复筛', path: '/literature/screening/fulltext/settings', icon: FileSearch, matchPrefix: '/literature/screening/fulltext' },
// 临时隐藏:全文复筛入口先不在左侧导航展示
// { label: '全文复筛', path: '/literature/screening/fulltext/settings', icon: FileSearch, matchPrefix: '/literature/screening/fulltext' },
{ label: '全文智能提取', path: '/literature/extraction/setup', icon: FileText, matchPrefix: '/literature/extraction' },
{ label: 'SR 图表生成器', path: '/literature/charting', icon: BarChart3, matchPrefix: '/literature/charting' },
{ label: 'Meta 分析引擎', path: '/literature/meta-analysis', icon: TrendingUp, matchPrefix: '/literature/meta-analysis' },