브랜드 컬러 설정 추가 v1.5.36

This commit is contained in:
2026-06-02 15:39:08 +09:00
parent 1bcd2f6898
commit 093d09c8bf
17 changed files with 472 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
import { DEFAULT_BRAND_COLOR } from '../../lib/brand-color.js'
import { DEFAULT_SIGNUP_BLOCKED_USERNAMES } from '../../lib/signup-blocked-usernames.js'
/**
@@ -21,6 +22,7 @@ export const getDefaultSiteSettings = () => {
homeCoverDarkImageUrl: '',
homeCoverTitle: '',
homeCoverText: '',
brandColor: DEFAULT_BRAND_COLOR,
announcementEnabled: false,
announcementText: '',
announcementUrl: '',