Initial commit

This commit is contained in:
jackyu66git
2026-03-23 11:52:05 +08:00
commit c3c9db3151
267 changed files with 24984 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<template>
<view style="">
</view>
</template>
<script>
export default {
name:"show-remind",
props:{
msg: {type: String, default: ""},
showType:{type:Number,default:0}
}
data() {
return {
};
}
}
</script>
<style>
</style>