修复动态发布与互动问题

This commit is contained in:
2026-06-23 18:43:03 +08:00
parent 702b578e1e
commit cda8685956
151 changed files with 4993 additions and 914 deletions

View File

@@ -1,7 +1,7 @@
export default {
env: {
TARO_APP_CLOUD_ENV: JSON.stringify(process.env.TARO_APP_CLOUD_ENV || 'cloud1-d4g697lte499543d8')
TARO_APP_CLOUD_ENV: JSON.stringify(process.env.TARO_APP_CLOUD_ENV || 'cloud1-d4g697lte499543d8'),
TARO_APP_MESSAGE_TEMPLATE_ID: JSON.stringify(process.env.TARO_APP_MESSAGE_TEMPLATE_ID || 'xirZ0SkI9s_CCYAioAzz3U-qBg4ZEmR1avQTrM-0DrE')
},
defineConstants: {}
}

View File

@@ -1,7 +1,7 @@
export default {
env: {
TARO_APP_CLOUD_ENV: JSON.stringify(process.env.TARO_APP_CLOUD_ENV || 'cloud1-d4g697lte499543d8')
TARO_APP_CLOUD_ENV: JSON.stringify(process.env.TARO_APP_CLOUD_ENV || 'cloud1-d4g697lte499543d8'),
TARO_APP_MESSAGE_TEMPLATE_ID: JSON.stringify(process.env.TARO_APP_MESSAGE_TEMPLATE_ID || 'xirZ0SkI9s_CCYAioAzz3U-qBg4ZEmR1avQTrM-0DrE')
},
defineConstants: {}
}