优化页面

This commit is contained in:
pengxiaolong
2025-06-09 23:02:05 +08:00
parent c5042d08c3
commit 8c70c2c850
605 changed files with 661 additions and 945 deletions

View File

@@ -0,0 +1,20 @@
"use strict";
const common_vendor = require("../common/vendor.js");
const _sfc_main = {
data() {
return {
title: "Hello"
};
},
onLoad() {
},
methods: {
// 方法定义
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-e9b233a3"]]);
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../.sourcemap/mp-weixin/static/index.js.map

View File

@@ -0,0 +1,4 @@
{
"navigationBarTitleText": "静态资源",
"usingComponents": {}
}

View File

@@ -0,0 +1,22 @@
<template>
</template>
<script>
export default {
data() {
return {
title: 'Hello'
}
},
onLoad() {
// 页面加载时执行
},
methods: {
// 方法定义
}
}
</script>
<style scoped>
/* 样式定义 */
</style>

View File

View File

@@ -0,0 +1,2 @@
/* 样式定义 */

View File

@@ -0,0 +1,4 @@
{
"navigationBarTitleText": "静态资源",
"usingComponents": {}
}