feat(miniapp): scaffold WeChat mini program MVP

This commit is contained in:
john
2026-07-11 08:46:08 +08:00
parent 32fb2cdeaf
commit 9e5a59b7d9
29 changed files with 948 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
API_BASE_URL: 'https://h5.tkmind.cn',
MINIAPP_LOGIN_PATH: '/auth/wechat-miniapp/login',
AGENT_RUN_POLL_MS: 1200,
AGENT_RUN_MAX_POLLS: 120
};