chore: rebuild core updater

This commit is contained in:
wwqgtxx
2025-07-24 02:06:50 +08:00
parent b6dde7ded7
commit dfe6e0509b
8 changed files with 208 additions and 377 deletions

View File

@@ -0,0 +1,10 @@
package updater
import (
"fmt"
"testing"
)
func TestBaseName(t *testing.T) {
fmt.Println("mihomoBaseName =", mihomoBaseName)
}