feat: merge install version

This commit is contained in:
余泓铮
2024-08-06 14:48:40 +08:00
10 changed files with 249 additions and 16 deletions

View File

@@ -3,8 +3,6 @@
package uixt
import (
"encoding/json"
"fmt"
"io/ioutil"
"os"
"strings"
@@ -445,8 +443,6 @@ func TestConvertPoints(t *testing.T) {
if len(eps) != 3 {
t.Fatal()
}
jsons, _ := json.Marshal(eps)
println(fmt.Sprintf("%v", string(jsons)))
}
func TestDriver_ShellInputUnicode(t *testing.T) {