初步实现插件系统

This commit is contained in:
lzybetter
2024-03-18 22:14:13 +08:00
parent 0b49d4f2a3
commit b2065d1d01
7 changed files with 81 additions and 35 deletions

5
.idea/misc.xml generated
View File

@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (myAssistant)" project-jdk-type="Python SDK" />
<component name="Black">
<option name="sdkName" value="Python 3.7 (myAssistant)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (myAssistant)" project-jdk-type="Python SDK" />
<component name="PyCharmProfessionalAdvertiser">
<option name="shown" value="true" />
</component>

2
.idea/myAssistant.iml generated
View File

@@ -4,7 +4,7 @@
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.7 (myAssistant)" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.10 (myAssistant)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>