test hooks

This commit is contained in:
sunmeng 2025-04-07 15:34:52 +08:00
parent 74f9cd7612
commit 71d3c391cc
20 changed files with 0 additions and 7760 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -1 +0,0 @@
{"version":3,"file":"app.js","sources":["App.vue"],"sourcesContent":["<script>\r\nexport default {\r\n onLaunch: function () {\r\n console.log('App Launch');\r\n },\r\n onShow: function () {\r\n console.log('App Show');\r\n },\r\n onHide: function () {\r\n console.log('App Hide');\r\n }\r\n};\r\n</script>\r\n\r\n<style>\r\n/*每个页面公共css */\r\n</style>\r\n"],"names":["uni"],"mappings":";;;;;;;AACA,MAAK,YAAU;AAAA,EACb,UAAU,WAAY;AACpBA,kBAAAA,mCAAY,YAAY;AAAA,EACzB;AAAA,EACD,QAAQ,WAAY;AAClBA,kBAAAA,MAAY,MAAA,OAAA,gBAAA,UAAU;AAAA,EACvB;AAAA,EACD,QAAQ,WAAY;AAClBA,kBAAAA,MAAY,MAAA,OAAA,iBAAA,UAAU;AAAA,EACxB;AACF;;;;;;;;;"}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"version":3,"file":"home.js","sources":["src/pages/home/home.vue?type=page"],"sourcesContent":["import MiniProgramPage from '/Users/sunmeng/Desktop/troyrc/src/pages/home/home.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}

View File

@ -1 +0,0 @@
{"version":3,"file":"tabbar.js","sources":["src/pages/tabbar/tabbar.vue?type=page"],"sourcesContent":["import MiniProgramPage from '/Users/sunmeng/Desktop/troyrc/src/pages/tabbar/tabbar.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}

View File

@ -1,27 +0,0 @@
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const common_vendor = require("./common/vendor.js");
if (!Math) {
"./src/pages/home/home.js";
"./src/pages/tabbar/tabbar.js";
}
const _sfc_main = {
onLaunch: function() {
common_vendor.index.__f__("log", "at App.vue:4", "App Launch");
},
onShow: function() {
common_vendor.index.__f__("log", "at App.vue:7", "App Show");
},
onHide: function() {
common_vendor.index.__f__("log", "at App.vue:10", "App Hide");
}
};
function createApp() {
const app = common_vendor.createSSRApp(_sfc_main);
return {
app
};
}
createApp().app.mount("#app");
exports.createApp = createApp;
//# sourceMappingURL=../.sourcemap/mp-weixin/app.js.map

View File

@ -1,13 +0,0 @@
{
"pages": [
"src/pages/home/home",
"src/pages/tabbar/tabbar"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"usingComponents": {}
}

View File

@ -1,3 +0,0 @@
/*每个页面公共css */
page{--status-bar-height:25px;--top-window-height:0px;--window-top:0px;--window-bottom:0px;--window-left:0px;--window-right:0px;--window-magin:0px}[data-c-h="true"]{display: none !important;}

File diff suppressed because it is too large Load Diff

View File

@ -1,29 +0,0 @@
{
"description": "项目配置文件。",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": false,
"minified": false,
"newFeature": true,
"bigPackageSizeSupport": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"compileType": "miniprogram",
"libVersion": "3.8.0",
"appid": "touristappid",
"projectname": "project",
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 4
}
}

View File

@ -1,7 +0,0 @@
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "project",
"setting": {
"compileHotReLoad": true
}
}

View File

@ -1,14 +0,0 @@
"use strict";
const common_vendor = require("../../../common/vendor.js");
const _sfc_main = {
data() {
return {};
},
methods: {}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/src/pages/home/home.js.map

View File

@ -1,4 +0,0 @@
{
"navigationBarTitleText": "首页",
"usingComponents": {}
}

View File

@ -1 +0,0 @@
<view><text>homehomehome</text></view>

View File

@ -1,14 +0,0 @@
"use strict";
const common_vendor = require("../../../common/vendor.js");
const _sfc_main = {
data() {
return {};
},
methods: {}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/src/pages/tabbar/tabbar.js.map

View File

@ -1,4 +0,0 @@
{
"navigationBarTitleText": "tabbar",
"usingComponents": {}
}

View File

@ -1 +0,0 @@
<view><text>tabbar</text></view>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB