mirror of
https://github.com/bestnite/sub2clash.git
synced 2026-04-26 21:01:53 +00:00
feat: 增加短链生成
This commit is contained in:
@@ -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