chore(release): v1.0.0

This commit is contained in:
seepine
2023-08-06 22:58:51 +08:00
commit 826fb2bfd9
38 changed files with 68707 additions and 0 deletions

BIN
__tests__/dist/preview.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

41
__tests__/dist/project.config.json vendored Normal file
View File

@@ -0,0 +1,41 @@
{
"description": "小程序项目配置文件。",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"es7": true,
"minify": true,
"minifyJS": true,
"minifyWXML": true,
"minifyWXSS": true,
"autoPrefixWXSS": true
},
"compileType": "miniprogram",
"libVersion": "",
"appid": "wx2ec97gd31w864xxxx",
"projectname": "",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
}
}