Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2025-06-05 11:04:12 +08:00
parent 9b63e88da8
commit 9d3eb0cea9
1675 changed files with 357271 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
<script>
// Import Tabler CSS
import '@tabler/core/dist/css/tabler.min.css';
// Import Tabler JavaScript (if needed for components that require JavaScript)
import '@tabler/core/dist/js/tabler.min.js';
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
/* #ifdef H5 */
uni-page-head { display: none; }
/* #endif */
</style>