From 570281b5592f840d9b0afa26f529442e976a380a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=BB=84=E6=9E=97?= Date: Thu, 11 Jan 2024 21:35:36 +0800 Subject: [PATCH] update README --- README.md | 1 + README_en.md | 1 + go.sum | 2 -- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcf2ed6..5056159 100644 --- a/README.md +++ b/README.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) diff --git a/README_en.md b/README_en.md index 64c9a04..46b7028 100644 --- a/README_en.md +++ b/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) diff --git a/go.sum b/go.sum index deab6d1..b75de5c 100644 --- a/go.sum +++ b/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=