mirror of
https://github.com/yhl452493373/frpc-panel.git
synced 2026-04-04 06:17:00 +08:00
Compare commits
7 Commits
1bb3028308
...
2.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
364c7d697b | ||
|
|
570281b559 | ||
|
|
b672f05c7b | ||
|
|
9cdfa22371 | ||
|
|
1211804e8f | ||
|
|
1a7d118119 | ||
|
|
ac42cec025 |
@@ -1,4 +1,4 @@
|
||||
# frpc-panel
|
||||
# frpc-panel(支持 FRP >= 0.52.0)
|
||||
|
||||
[中文文档](README.md) | [README](README_en.md)
|
||||
|
||||
@@ -100,3 +100,4 @@ dashboard_pwd = "admin"
|
||||
+ [fp-multiuser](https://github.com/gofrp/fp-multiuser)
|
||||
+ [layui](https://github.com/layui/layui)
|
||||
+ [layui-theme-dark](https://github.com/Sight-wcg/layui-theme-dark)
|
||||
+ 修改过的JavaScript版的[toml](https://github.com/yhl452493373/toml),原始地址[toml](https://github.com/flourd/toml)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# frpc-panel
|
||||
# frpc-panel(Support FRP >= 0.52.0)
|
||||
|
||||
[中文文档](README.md) | [README](README_en.md)
|
||||
|
||||
@@ -105,3 +105,4 @@ If you have any issues or ideas, put it on [issues](https://github.com/yhl452493
|
||||
+ [fp-multiuser](https://github.com/gofrp/fp-multiuser)
|
||||
+ [layui](https://github.com/layui/layui)
|
||||
+ [layui-theme-dark](https://github.com/Sight-wcg/layui-theme-dark)
|
||||
+ modified version of [toml](https://github.com/yhl452493373/toml), forked from [toml](https://github.com/flourd/toml)
|
||||
|
||||
2
go.sum
2
go.sum
@@ -96,8 +96,6 @@ github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS
|
||||
github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08=
|
||||
github.com/ugorji/go/codec v1.2.11 h1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4dU=
|
||||
github.com/ugorji/go/codec v1.2.11/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
|
||||
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec h1:DGmKwyZwEB8dI7tbLt/I/gQuP559o/0FrAkHKlQM/Ks=
|
||||
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec/go.mod h1:owBmyHYMLkxyrugmfwE/DLJyW8Ro9mkphwuVErQ0iUw=
|
||||
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
|
||||
golang.org/x/arch v0.0.0-20210923205945-b76863e36670/go.mod h1:5om86z9Hs0C8fWVUuoMHwpExlXzs5Tkyp9hOrfG7pp8=
|
||||
golang.org/x/arch v0.4.0 h1:A8WCeEWhLwPBKNbFi5Wv5UTCBx5zzubnXDlMOFAzFMc=
|
||||
|
||||
@@ -13,7 +13,7 @@ for binFile in $list
|
||||
newBinFile=${newBinFile%%.exe*}
|
||||
fi
|
||||
cp "$binFile" "$tmpFile"
|
||||
zip -r "$newBinFile-$version".zip "$tmpFile" frpc-panel.toml frpc-tokens.toml assets -x "*.git*" "*.idea*" "*.DS_Store" "*.contentFlavour"
|
||||
zip -r "$newBinFile-$version".zip "$tmpFile" frpc-panel.toml assets -x "*.git*" "*.idea*" "*.DS_Store" "*.contentFlavour"
|
||||
rm -rf "$binFile" "$tmpFile"
|
||||
done
|
||||
rm -rf frpc-panel.toml frpc-tokens.toml assets
|
||||
rm -rf frpc-panel.toml assets
|
||||
|
||||
Reference in New Issue
Block a user