mirror of
https://github.com/skyle1995/NetworkAuth.git
synced 2026-05-25 02:24:05 +08:00
New interface management
Optimize the pop-up interface
This commit is contained in:
@@ -39,6 +39,9 @@ type App struct {
|
||||
// DownloadURL:下载地址
|
||||
DownloadURL string `gorm:"size:500;comment:下载地址" json:"download_url"`
|
||||
|
||||
// AppData:应用数据(base64编码存储)
|
||||
AppData string `gorm:"type:text;comment:应用数据,base64编码存储" json:"app_data"`
|
||||
|
||||
// Announcement:程序公告内容(base64编码存储)
|
||||
Announcement string `gorm:"type:text;comment:程序公告内容,base64编码存储" json:"announcement"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user