feat(frontend-vue): 亚马逊运营工具台与新功能页接入——新版工具台(amazon-console+tool-catalog)、品牌检测/ASIN变体采集/查询ASIN 三个工具页 Vue 化并对接既有后端与桌面桥接;桌面首页/登录页 Vue 化(沿用旧视觉);补充 vc_*/get_device_id/save_file_from_url 桥类型、dev 代理;品牌默认勾选排名+FBM;修正 query-asin 标题

含未提交新版改造累积:Brand*Tab 套入工具台壳(AmazonToolPageShell/AmazonTopBar)与目录/权限联动。
This commit is contained in:
2026-09-07 11:06:05 +08:00
parent f6c44d1b92
commit d2301db292
43 changed files with 4513 additions and 614 deletions
+7 -1
View File
@@ -2,7 +2,7 @@
@import './reset.css';
body {
background: #1a1a1a;
background: #151a25;
font-family: var(--font-family-base);
}
@@ -97,6 +97,12 @@ html {
overscroll-behavior: contain;
scrollbar-gutter: stable;
}
/* 亚马逊工具台外壳:旧功能页中间区(.main-content)由外壳撑满剩余高度 */
.amazon-tool-shell > .tool-shell-body > .main-content {
height: 100%;
min-height: 0;
}
}
.theme-light {