完成查询asin开发

This commit is contained in:
super
2026-04-23 20:48:57 +08:00
parent 72fdb1841c
commit 326f78705d
95 changed files with 6009 additions and 50 deletions

View File

@@ -53,6 +53,7 @@ type ActiveNavKey =
| 'shop-match'
| 'pricing'
| 'patrol-delete'
| 'query-asin'
type NavItem = {
key: string
@@ -95,6 +96,7 @@ const navGroups: ReadonlyArray<NavGroup> = [
{ key: 'shop-match', label: '定时匹配', href: '/new_web_source/shop-match.html' },
{ key: 'pricing', label: '跟价', href: '/new_web_source/price-track.html' },
{ key: 'patrol-delete', label: '巡店删除', href: '/new_web_source/patrol-delete.html' },
{ key: 'query-asin', label: '查询ASIN', href: '/new_web_source/query-asin.html' },
{ key: 'withdraw', label: '取款' },
{ key: 'shop-status', label: '店铺状态查询' },
],