mirror of
https://github.com/bestnite/sub2clash.git
synced 2025-06-17 20:53:18 +08:00
feat: 增加短链生成
This commit is contained in:
7
model/short_link.go
Normal file
7
model/short_link.go
Normal file
@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type ShortLink struct {
|
||||
Hash string `gorm:"primary_key"`
|
||||
Url string
|
||||
LastRequestTime int64
|
||||
}
|
Reference in New Issue
Block a user