@cloudbase/lowcode-builder 1.10.18 → 1.10.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/builder/mp/wxml.js +1 -1
- package/lib/builder.web.js +2 -2
- package/package.json +1 -1
package/lib/builder/mp/wxml.js
CHANGED
|
@@ -132,7 +132,7 @@ function generateWxml(ctx, widgets, docTag, wxmlDataPrefix, usingComponents, com
|
|
|
132
132
|
if (ctx.enableAd) {
|
|
133
133
|
const textNode = {
|
|
134
134
|
type: 'text',
|
|
135
|
-
text: '
|
|
135
|
+
text: '基于腾讯云开发搭建与部署,升级套餐后重新发布可移除此说明',
|
|
136
136
|
};
|
|
137
137
|
pageMeta.elements.unshift({
|
|
138
138
|
type: 'element',
|