修改登录页面

This commit is contained in:
eoao
2025-06-04 00:20:53 +08:00
parent 3190b47bb9
commit dac0383bab
24 changed files with 221 additions and 143 deletions

View File

@@ -13,6 +13,7 @@ export const setting = sqliteTable('setting', {
secretKey: text('secret_key'),
siteKey: text('site_key'),
background: text('background'),
loginOpacity: integer('login_opacity').default(0.9),
resendTokens: text('resend_tokens').default("{}").notNull(),
});
export default setting