本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
server
/
new-api
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
feat(channel-pricing): InitDB 启动时全量加载渠道定价缓存
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
master
fengsilin
1 月之前
父節點
2d4c73d3aa
當前提交
e5f029f91e
共有
1 個檔案被更改
,包括
5 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
model/main.go
+ 5
- 1
model/main.go
查看文件
@@ -203,7 +203,11 @@ func InitDB() (err error) {
}
common.SysLog("database migration started")
err = migrateDB()
return err
if err != nil {
return err
}
LoadChannelPricingCache()
return nil
} else {
common.FatalLog(err)
}
Write
Preview
Loading…
取消
儲存