refactor: 切换蝦皮数据到目录接口 (#135)

This commit is contained in:
chengma
2026-08-11 10:16:48 +08:00
parent 8f68845dfd
commit 0588ef18c8
20 changed files with 84 additions and 1043 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ go 1.23.0
// github.com/gin-gonic/gin Web 框架
// github.com/go-sql-driver/mysql 生产 MySQL 8 驱动,纯 Go
// modernc.org/sqlite 只读历史 SQLite 迁移驱动,纯 Go
// github.com/xuri/excelize/v2 读蝦皮 Excel 报表
// github.com/xuri/excelize/v2 读 PDD 链接 Excel
//
// 不得改用 github.com/mattn/go-sqlite3(需要 cgo,Windows 上要装 gcc,
// 交叉编译和打包 exe 都会变麻烦)。