feat安装项目依赖

This commit is contained in:
hackrobot
2024-03-19 12:52:39 +08:00
parent b3cc0176a5
commit b9913cadd9
4 changed files with 12463 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{ {
"miniprogramRoot": "./dist", "miniprogramRoot": "dist/",
"projectname": "yidooplanet", "projectname": "yidooplanet",
"description": "yidooplanet", "description": "yidooplanet",
"appid": "wx11f6afc44ea1532f", "appid": "wx11f6afc44ea1532f",
@@ -9,7 +9,23 @@
"enhance": false, "enhance": false,
"compileHotReLoad": false, "compileHotReLoad": false,
"postcss": false, "postcss": false,
"minified": false "minified": false,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
}, },
"compileType": "miniprogram" "compileType": "miniprogram",
} "libVersion": "3.3.4",
"srcMiniprogramRoot": "dist/",
"packOptions": {
"ignore": [],
"include": []
},
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}

View File

@@ -0,0 +1,7 @@
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "yidooplanet",
"setting": {
"compileHotReLoad": true
}
}

View File

@@ -10,7 +10,7 @@ export default function Index() {
return ( return (
<View className='index'> <View className='index'>
<Text>Hello world!</Text> <Text>Hello world1!</Text>
</View> </View>
) )
} }

12435
yarn.lock Normal file

File diff suppressed because it is too large Load Diff