合并 internal → main: 退款/提现/激活/CI 全面优化 #4

Open
shanshanzhong147 wants to merge 76 commits from internal into main
3 changed files with 7 additions and 0 deletions
Showing only changes of commit d6efcb8e0b - Show all commits
+2
View File
@@ -1,3 +1,5 @@
//go:build ignore
package main
import (
+3
View File
@@ -0,0 +1,3 @@
// Package scripts keeps standalone maintenance tools out of normal package
// builds. Run individual tools with go run scripts/<tool>.go.
package scripts
+2
View File
@@ -1,3 +1,5 @@
//go:build ignore
package main
import (