feat: 增加重复节点检测

feat: 增加节点名称字符串替换
feat: 增加节点删除
feat: 增加短链密码设定
modify: 修改模板解析逻辑
This commit is contained in:
2023-09-22 23:43:26 +08:00
parent 06c9858866
commit 2339b7d256
12 changed files with 225 additions and 39 deletions

View File

@ -3,5 +3,6 @@ package model
type ShortLink struct {
Hash string `gorm:"primary_key"`
Url string
Password string
LastRequestTime int64
}