🎨变更启动方式

This commit is contained in:
coward
2024-12-13 15:07:57 +08:00
parent 628c09fdde
commit eba3e841c3
5 changed files with 72 additions and 24 deletions

5
cli/kernal.go Normal file
View File

@@ -0,0 +1,5 @@
package cli
func Kernel() error {
return nil
}