diff --git a/jest-setup.js b/jest-setup.js index 0864a9dead1eb066c6899d7df57909b744e534f6..5e4c8351ed2a751e63527545cb0c2d1ef7eb297c 100644 --- a/jest-setup.js +++ b/jest-setup.js @@ -6,7 +6,7 @@ const { const hbuilderx_version = process.env.HX_Version const uniTestPlatformInfo = process.env.uniTestPlatformInfo ? process.env.uniTestPlatformInfo.replace(/\s/g,'_') : '' const folderName = `__image_snapshots__/${hbuilderx_version}/__${uniTestPlatformInfo}__` -const baseFolderName = `__image_snapshots__/base` +const baseFolderName = `__image_snapshots__/base/__${uniTestPlatformInfo}__` expect.extend({ toMatchImageSnapshot: configureToMatchImageSnapshot({ diff --git a/manifest.json b/manifest.json index 5644e684dc448688844ffce447f98ee01fc7bc00..3d001f8f00cd65a3dffb6fbcdbf955c96ba18762 100644 --- a/manifest.json +++ b/manifest.json @@ -1,36 +1,44 @@ -{ - "name" : "hello-uniapp x", - "appid" : "__UNI__3584C99", - "description" : "", - "versionName" : "1.0.10", - "versionCode" : 10010, - "uni-app-x" : {}, - /* 快应用特有相关 */ - "quickapp" : {}, - /* 小程序特有相关 */ - "mp-weixin" : { - "appid" : "", - "setting" : { - "urlCheck" : false - }, - "usingComponents" : true - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "uniStatistics" : { - "enable" : false - }, - "app": { - "duts": [ - "uni-facialRecognitionVerify" - ] - }, - "vueVersion" : "3" -} +{ + "name": "hello-uniapp x", + "appid": "__UNI__3584C99", + "description": "", + "versionName": "1.0.11", + "versionCode": 10011, + "uni-app-x": + { + }, + /* 快应用特有相关 */ + "quickapp": + { + }, + /* 小程序特有相关 */ + "mp-weixin": + { + "appid": "", + "setting": + { + "urlCheck": false + }, + "usingComponents": true + }, + "mp-alipay": + { + "usingComponents": true + }, + "mp-baidu": + { + "usingComponents": true + }, + "mp-toutiao": + { + "usingComponents": true + }, + "uniStatistics": + { + "enable": false + }, + "app": + { + }, + "vueVersion": "3" +} \ No newline at end of file diff --git a/pages.json b/pages.json index a518c8afb1458d63528b2560e1cc1802f8b786ff..f76555840097515a887916168f00257237cedc59 100644 --- a/pages.json +++ b/pages.json @@ -1001,6 +1001,14 @@ "navigationBarTitleText" : "getDrawableContext", "enablePullDownRefresh" : false } + }, + { + "path" : "pages/component/transition-event/transition-event", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false + } } ], diff --git a/pages/API/element-takesnapshot/element-takesnapshot.uvue b/pages/API/element-takesnapshot/element-takesnapshot.uvue index d9f18b11ac74109f34f35c38be95bbae92dadff5..518c15bf344d97fb4abd928bacea622f87d0e8e0 100644 --- a/pages/API/element-takesnapshot/element-takesnapshot.uvue +++ b/pages/API/element-takesnapshot/element-takesnapshot.uvue @@ -1,16 +1,11 @@