first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

View File

@@ -0,0 +1 @@
8dff8546-bd7a-4bb4-a798-1dee8cf77bbb

View File

@@ -0,0 +1,23 @@
// component/loading/loading.js
Component({
/**
* 组件的属性列表
*/
properties: {
},
/**
* 组件的初始数据
*/
data: {
},
/**
* 组件的方法列表
*/
methods: {
}
})

View File

@@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@@ -0,0 +1,2 @@
<!--component/loading/loading.wxml-->
<text>component/loading/loading.wxml</text>

View File

@@ -0,0 +1 @@
/* component/loading/loading.wxss */