This commit is contained in:
lyj0309 2021-11-26 20:59:52 +08:00
parent b9ab2db175
commit fdc1edccf2
6 changed files with 12455 additions and 2 deletions

5
.idea/.gitignore generated vendored Normal file
View File

@ -0,0 +1,5 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/

12
.idea/mini-dlpu-v3.iml generated Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

8
.idea/modules.xml generated Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/mini-dlpu-v3.iml" filepath="$PROJECT_DIR$/.idea/mini-dlpu-v3.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

12422
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,12 +2,12 @@
"name": "mini-dlpu-v3",
"version": "3.0.0",
"description": "Third Generation Mini DLPU",
"scripts": {
},
"scripts": {},
"keywords": [],
"author": "MrKBear",
"license": "MIT",
"dependencies": {
"miniprogram-ci": "^1.6.10"
},
"devDependencies": {
"miniprogram-api-typings": "^2.8.3-1"