Tsln
Tsln
默认路径 `~/.config/clash` 如果你的 systemd 以 root 用户启动 clash,则该目录为 `/root/.config/clash` https://github.com/Dreamacro/clash/blob/c231fd14666d6ea05d6a75eaba6db69f9eee5ae9/constant/path.go#L9 https://github.com/Dreamacro/clash/blob/c231fd14666d6ea05d6a75eaba6db69f9eee5ae9/constant/path.go#L13-L19
无法复现,怀疑是有人和你同时操作
开个录屏吧,确实复现不出来……
百度压缩成av画质了,传这个吧。。麻烦了
为什么要这么做呢。。🧐
For example: ```go // main.go package main import ( "crypto/tls" "github.com/gin-gonic/gin" "net/http" ) func main() { g := gin.Default() g.GET("/", func(c *gin.Context) { c.String(http.StatusOK, "OK") }) srv := http.Server{ Addr:...