feat: add notify icon read

This commit is contained in:
engigu
2026-03-09 18:10:23 +08:00
parent e7da316c90
commit 77cf12c9b6
46 changed files with 1347 additions and 252 deletions
+2
View File
@@ -15,6 +15,7 @@ import (
)
var DB *gorm.DB
var DBConfig *Config
type Config struct {
Type string // sqlite, mysql, postgres
@@ -28,6 +29,7 @@ type Config struct {
func Init(cfg *Config) error {
var err error
DBConfig = cfg
// 设置东八区时区
loc := systime.CST
time.Local = loc