feat: 手续费改为逐笔USD累算 + Vite React前端 + system_orders表 + README

This commit is contained in:
jackyu66git
2026-05-04 04:34:27 +08:00
parent 15a4684208
commit 0288dc8284
18 changed files with 2919 additions and 521 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
package main
import "embed"
import (
"embed"
)
//go:embed web/static/index.html web/static/app.js web/static/style.css
//go:embed frontend/dist
var staticFS embed.FS