提交任务更新

This commit is contained in:
2026-04-13 20:07:00 +08:00
parent 4a58b366b6
commit 9ad6e037dc
26 changed files with 2782 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ type ActiveNavKey =
| 'delete-brand'
| 'product-risk'
| 'shop-match'
| 'pricing'
type NavItem = {
key: string
@@ -78,7 +79,7 @@ const navGroups: ReadonlyArray<{ label: string; items: ReadonlyArray<NavItem> }>
{ key: 'delete-brand', label: '删除ASIN', href: '/new_web_source/delete-brand.html' },
{ key: 'product-risk', label: '商品风险解决', href: '/new_web_source/product-risk.html' },
{ key: 'shop-match', label: '定时匹配', href: '/new_web_source/shop-match.html' },
{ key: 'pricing', label: '跟价' },
{ key: 'pricing', label: '跟价', href: '/new_web_source/price-track.html' },
{ key: 'patrol-delete', label: '巡店删除' },
{ key: 'withdraw', label: '取款' },
{ key: 'shop-status', label: '店铺状态查询' },