update databases

This commit is contained in:
RockYang
2024-03-29 17:43:38 +08:00
parent 8227a73e35
commit 4f1ed54059
2 changed files with 10 additions and 42 deletions

View File

@@ -1,11 +1,5 @@
package main
import (
"chatplus/utils"
"fmt"
)
func main() {
text := "一只 蜗牛在树干上爬,阳光透过树叶照在蜗牛的背上 --ar 1:1 --iw 0.250000 --v 6"
fmt.Println(utils.HasChinese(text))
}