feat(admin,partner): Tencent map location picker and expose LBS key

Store create/edit on HQ and partner can pick coords via Tencent locpicker; client-config exposes TENCENT_LBS_KEY; seed empty system settings from env.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-27 23:19:40 +08:00
parent d36fe13bcd
commit 317f910f3c
13 changed files with 571 additions and 52 deletions
+2
View File
@@ -31,6 +31,8 @@ export type ClientRuntimeConfig = {
mockWechat?: boolean;
/** false 时三端跳过微信 SDK OAuth 授权(由 MOCK_WECHAT 或真实凭证推导) */
wxAuthorize?: boolean;
/** 腾讯位置服务 Key(地图选点组件,可按域名限制) */
tencentLbsKey?: string;
/** 小程序首页轮播 / 底部图 */
miniHome?: {
banners: string[];