Merge branch 'dev' into beta

This commit is contained in:
icy
2025-11-03 23:46:59 +08:00
11 changed files with 3769 additions and 13 deletions

9
config/database_test.go Normal file
View File

@@ -0,0 +1,9 @@
package config
import "testing"
func TestExample(t *testing.T) {
if 1+1 != 2 {
t.Error("Math is broken")
}
}