refactor: 更新资产路径和依赖

- 修改资产路径:从 'common/data/xml/assets/**' 改为 'public/assets/**'
- 更新 go.mod 文件,添加新依赖:
  - github.com/cespare/xxhash/v2
  - github.com/dgryski/go-rendezvous
  - github.com/go-redis/redis/v8
  - github.com/yitter/idgenerator-go
- 删除 assets 目录下的 XML 文件
This commit is contained in:
2025-08-15 19:24:02 +08:00
parent de5ee07a22
commit dd76919578
38 changed files with 263 additions and 87487 deletions

View File

@@ -1,4 +1,4 @@
package main
package xml
import (
"fmt"