Signed-off-by: shark <1638587056@qq.com>
This commit is contained in:
parent
4954b83972
commit
bf21cb574d
3
.idea/.gitignore
generated
vendored
Normal file
3
.idea/.gitignore
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# 默认忽略的文件
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
6
.idea/inspectionProfiles/profiles_settings.xml
generated
Normal file
6
.idea/inspectionProfiles/profiles_settings.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||
<version value="1.0" />
|
||||
</settings>
|
||||
</component>
|
||||
10
.idea/markdocs.iml
generated
Normal file
10
.idea/markdocs.iml
generated
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="Python 3.13 (markdocs)" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
7
.idea/misc.xml
generated
Normal file
7
.idea/misc.xml
generated
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Black">
|
||||
<option name="sdkName" value="Python 3.13 (markdocs)" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13 (markdocs)" project-jdk-type="Python SDK" />
|
||||
</project>
|
||||
8
.idea/modules.xml
generated
Normal file
8
.idea/modules.xml
generated
Normal 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/markdocs.iml" filepath="$PROJECT_DIR$/.idea/markdocs.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
## 软件安装
|
||||
- [👇arduinoIDE(windows系统)](./installer/win/arduino-ide_2.3.3_Windows_64bit.exe)
|
||||
- [👇arduinoIDE(mac系统)](./installer/mac/arduino-ide_2.3.6_macOS_64bit.dmg)
|
||||
- [👇arduinoIDE(windows系统)](http://Hugemaker.quickconnect.cn/d/s/10ukAFnVfhVr5mp1V9PfCNJ3z6ioveTg/xjsn90jbO2miAYcc20e3xXF9V9JY0iZh-fL-gn2GqUAw)
|
||||
- [👇arduinoIDE(mac系统)](http://Hugemaker.quickconnect.cn/d/s/13YHfpV0RZDcQjdsTEq1FlVPQqybmPcG/ScWuIXLGjquFAkJQiNQTW2WPwUzs4aje-vr8gTZKqUAw)
|
||||
## 软件界面设置
|
||||
5
main.py
Normal file
5
main.py
Normal file
@ -0,0 +1,5 @@
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
# 运行 mkdocs serve 命令
|
||||
subprocess.run(['mkdocs', 'serve'])
|
||||
@ -8,8 +8,6 @@ repo_name: '/doc'
|
||||
repo_url:
|
||||
|
||||
nav:
|
||||
- 简介:
|
||||
- 介绍: index.md
|
||||
- arduino:
|
||||
- 软件安装与配置: 软件安装与库文件设置.md
|
||||
- arduino内置函数:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user