This commit is contained in:
2025-11-30 04:48:09 +08:00
parent 53df135696
commit b7f1095e4a
14 changed files with 552 additions and 21 deletions

View File

@@ -0,0 +1,7 @@
import { useConfig } from "@kevisual/context";
type Config = {
WX_MP_APP_ID: string;
WX_MP_APP_SECRET: string;
}
export const config = useConfig<Config>();