Initial commit

This commit is contained in:
yuantao
2025-09-23 12:37:15 +08:00
commit 8cdba74982
576 changed files with 68926 additions and 0 deletions

16
App.vue Normal file
View File

@@ -0,0 +1,16 @@
<script>
export default {
onLaunch: function () {},
onShow: function () {},
onHide: function () {},
methods: {
// 全局方法
},
}
</script>
<style lang="scss">
@import '@/common/styles/common.css';
@import '@/common/styles/normal.scss';
/* 注意要写在第一行注意不能引入至uni.scss同时给style标签加入lang="scss"属性 */
@import '@/uview-plus/index.scss';
</style>