FEAT => 本次更新项目为:

新封装技术栈
This commit is contained in:
超级老白兔
2025-08-01 14:30:51 +08:00
parent b59ddea3b6
commit 325d53cad6
190 changed files with 98 additions and 13878 deletions

17
ckApp/App.vue Normal file
View File

@@ -0,0 +1,17 @@
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
</style>