This commit is contained in:
2026-03-11 14:52:32 +08:00
commit 688e46e1a6
105 changed files with 16711 additions and 0 deletions

26
App.vue Normal file
View File

@@ -0,0 +1,26 @@
<script>
export default {
onLaunch: function () {
console.log('App Launch')
},
onShow: function () {
console.log('App Show')
},
onHide: function () {
console.log('App Hide')
}
}
</script>
<style lang="scss">
::v-deep .mainBtn {
.uv-button--primary {
background-color: #199793 !important;
border-color: #199793 !important;
}
}
.mainColor {
color: #199793;
}
</style>