浏览代码

add P2p and FAT config

tags/v0.5
patrick 5 年前
父节点
当前提交
519fb0aed7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      config.go

+ 2
- 0
config.go 查看文件

@@ -13,6 +13,8 @@ type AppConfig struct {
UrlTest string `json:UrlTest`
MD5P2P string `json:MD5P2P`
MD5FAT string `json:MD5FAT`
MIDP2P string `json:MIDP2P`
MIDFAT string `json:MIDFAT`
} `json:Rpn`
LeanWork struct {
MD5Key string `json:MD5Key`

正在加载...
取消
保存