@dcloudio/uni-mp-toutiao 3.0.0-alpha-3030120211216001 → 3.0.0-alpha-3030220211217002

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.
@@ -704,7 +704,7 @@ function initBehaviors(vueOptions, initBehavior) {
704
704
  const behaviors = [];
705
705
  if (isArray(vueBehaviors)) {
706
706
  vueBehaviors.forEach((behavior) => {
707
- behaviors.push(behavior.replace('uni://', `${__PLATFORM_PREFIX__}://`));
707
+ behaviors.push(behavior.replace('uni://', 'tt://'));
708
708
  if (behavior === 'uni://form-field') {
709
709
  if (isArray(vueProps)) {
710
710
  vueProps.push('name');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-mp-toutiao",
3
- "version": "3.0.0-alpha-3030120211216001",
3
+ "version": "3.0.0-alpha-3030220211217002",
4
4
  "description": "uni-app mp-toutiao",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
24
24
  "dependencies": {
25
- "@dcloudio/uni-cli-shared": "3.0.0-alpha-3030120211216001",
26
- "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3030120211216001",
27
- "@dcloudio/uni-mp-vite": "3.0.0-alpha-3030120211216001",
28
- "@dcloudio/uni-mp-vue": "3.0.0-alpha-3030120211216001",
29
- "@dcloudio/uni-shared": "3.0.0-alpha-3030120211216001",
25
+ "@dcloudio/uni-cli-shared": "3.0.0-alpha-3030220211217002",
26
+ "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3030220211217002",
27
+ "@dcloudio/uni-mp-vite": "3.0.0-alpha-3030220211217002",
28
+ "@dcloudio/uni-mp-vue": "3.0.0-alpha-3030220211217002",
29
+ "@dcloudio/uni-shared": "3.0.0-alpha-3030220211217002",
30
30
  "@vue/compiler-core": "3.2.26"
31
31
  }
32
32
  }