zundaren

Results 24 issues of zundaren

比如常见免费的丽音,纯净人声等等

enhancement

搜索优先把本地的搜索出来标记是本地的,然后网络的搜索结果和本地的最好分两个框框显示

enhancement

thank you very much

type:enhancement
good first issue
hacktoberfest
category:developer-experience

I use the library of https://github.com/oshi/oshi project to get the springboot process cmdline, the blanks are not displayed correctly, the first picture is on windows, the second picture is on...

bug
waiting-for-triage

coll.Find(ctx, bson.M{"name": "cuk2"}).One(&u) type UserInfo struct { Name string `bson:"name"` Age int `bson:"age"` } 期望通过UserInfo.FieldName形式就能获取到对应的name u:= UserInfo{} coll.Find(ctx, bson.M{u.FieldName: "cuk2"}).One(&u)

basepath=/vms container.StaticFS("/static", http.FS(page.File)) 首先这个静态路径没有拼接/vms前缀 正常这么访问http://localhost:8080/vms/static/1.jpg //go:embed static favicon.ico index.html var File embed.FS 比如我要访问static下的1.jpg, 上面的方式请求url会变成1.jpg,应该是static/1.jpg才能找到文件

github上大多数的标准过滤器缺失netxt方法不能直接集成进来