新增注册码、草稿箱、权限拦截邮件、发件菜单隐藏
This commit is contained in:
@@ -12,6 +12,7 @@ export const setting = sqliteTable('setting', {
|
||||
r2Domain: text('r2_domain'),
|
||||
secretKey: text('secret_key'),
|
||||
siteKey: text('site_key'),
|
||||
regKey: integer('reg_key').default(1).notNull(),
|
||||
background: text('background'),
|
||||
tgBotToken: text('tg_bot_token').default('').notNull(),
|
||||
tgChatId: text('tg_chat_id').default('').notNull(),
|
||||
|
||||
Reference in New Issue
Block a user