From c1243a557c6be74f8c576b9ca7e2cdb83d89fbef Mon Sep 17 00:00:00 2001 From: zhangchenhao Date: Fri, 23 May 2025 18:30:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ssh=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/migrations/init.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/migrations/init.go b/backend/migrations/init.go index 143fb3b..7173120 100644 --- a/backend/migrations/init.go +++ b/backend/migrations/init.go @@ -233,6 +233,8 @@ INSERT INTO settings (key, value, create_time, update_time, active, type) VALUES // 雷池 InsertIfNotExists(db, "access_type", map[string]any{"name": "safeline", "type": "host"}, []string{"name", "type"}, []any{"safeline", "host"}) + // 七牛 + InsertIfNotExists(db, "access_type", map[string]any{"name": "qiniu", "type": "host"}, []string{"name", "type"}, []any{"qiniu", "host"}) // 西部数码 InsertIfNotExists(db, "access_type", map[string]any{"name": "westcn", "type": "dns"}, []string{"name", "type"}, []any{"westcn", "dns"}) // 火山引擎