's'调试支付
This commit is contained in:
16
config/index.ts
Normal file
16
config/index.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export {
|
||||
CURRENT_THEME,
|
||||
THEME_IDS,
|
||||
THEME_CONFIGS,
|
||||
getThemeConfig,
|
||||
type ThemeId,
|
||||
type ThemeConfig,
|
||||
} from "./site.config";
|
||||
|
||||
export {
|
||||
getPocketBaseConfig,
|
||||
getPaymentConfig,
|
||||
getJoinPaymentConfig,
|
||||
getServicesConfig,
|
||||
} from "./services.config";
|
||||
export type { PocketBaseConfig, PaymentConfig, ServicesConfig } from "./services.config";
|
||||
Reference in New Issue
Block a user