Compare commits
5 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
56747605bb | 2 months ago |
|
|
91e4a0f324 | 2 months ago |
|
|
fb024ced51 | 2 months ago |
|
|
f4476dd9a8 | 2 months ago |
|
|
0edaab698a | 2 months ago |
@ -0,0 +1,8 @@
|
||||
# 默认忽略的文件
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# 基于编辑器的 HTTP 客户端请求
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="jdk" jdkName="Python 3.12" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
<component name="PyDocumentationSettings">
|
||||
<option name="format" value="PLAIN" />
|
||||
<option name="myDocStringFormat" value="Plain" />
|
||||
</component>
|
||||
<component name="TemplatesService">
|
||||
<option name="TEMPLATE_CONFIGURATION" value="Chameleon" />
|
||||
<option name="TEMPLATE_FOLDERS">
|
||||
<list>
|
||||
<option value="$MODULE_DIR$/AI-Writing-main/writing-assistant/templates" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
</module>
|
||||
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="AgentMigrationStateService">
|
||||
<option name="migrationStatus" value="COMPLETED" />
|
||||
</component>
|
||||
</project>
|
||||
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="AskMigrationStateService">
|
||||
<option name="migrationStatus" value="COMPLETED" />
|
||||
</component>
|
||||
</project>
|
||||
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Ask2AgentMigrationStateService">
|
||||
<option name="migrationStatus" value="COMPLETED" />
|
||||
</component>
|
||||
</project>
|
||||
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="EditMigrationStateService">
|
||||
<option name="migrationStatus" value="COMPLETED" />
|
||||
</component>
|
||||
</project>
|
||||
@ -0,0 +1,31 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ignoredPackages">
|
||||
<value>
|
||||
<list size="16">
|
||||
<item index="0" class="java.lang.String" itemvalue="marshmallow-sqlalchemy" />
|
||||
<item index="1" class="java.lang.String" itemvalue="sqlalchemy-utils" />
|
||||
<item index="2" class="java.lang.String" itemvalue="Flask-WTF" />
|
||||
<item index="3" class="java.lang.String" itemvalue="marshmallow" />
|
||||
<item index="4" class="java.lang.String" itemvalue="mockldap" />
|
||||
<item index="5" class="java.lang.String" itemvalue="apispec" />
|
||||
<item index="6" class="java.lang.String" itemvalue="Flask-SQLAlchemy" />
|
||||
<item index="7" class="java.lang.String" itemvalue="Flask-Login" />
|
||||
<item index="8" class="java.lang.String" itemvalue="hiro" />
|
||||
<item index="9" class="java.lang.String" itemvalue="WTForms" />
|
||||
<item index="10" class="java.lang.String" itemvalue="email_validator" />
|
||||
<item index="11" class="java.lang.String" itemvalue="Flask-JWT-Extended" />
|
||||
<item index="12" class="java.lang.String" itemvalue="Flask-Limiter" />
|
||||
<item index="13" class="java.lang.String" itemvalue="prison" />
|
||||
<item index="14" class="java.lang.String" itemvalue="nose2" />
|
||||
<item index="15" class="java.lang.String" itemvalue="Flask-Babel" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="TsLint" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
</profile>
|
||||
</component>
|
||||
@ -0,0 +1,6 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||
<version value="1.0" />
|
||||
</settings>
|
||||
</component>
|
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Black">
|
||||
<option name="sdkName" value="Python 3.12" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12" project-jdk-type="Python SDK" />
|
||||
</project>
|
||||
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/RGproject.iml" filepath="$PROJECT_DIR$/.idea/RGproject.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,22 @@
|
||||
{
|
||||
"ai_model": {
|
||||
"value": "gpt-3.5-turbo",
|
||||
"description": "默认配置: ai_model",
|
||||
"updated_at": "2025-10-14T19:10:47.462376"
|
||||
},
|
||||
"max_word_count": {
|
||||
"value": 800,
|
||||
"description": "默认配置: max_word_count",
|
||||
"updated_at": "2025-10-14T19:10:47.476253"
|
||||
},
|
||||
"enable_ai_suggestions": {
|
||||
"value": true,
|
||||
"description": "默认配置: enable_ai_suggestions",
|
||||
"updated_at": "2025-10-14T19:10:47.491171"
|
||||
},
|
||||
"auto_save_interval": {
|
||||
"value": 30,
|
||||
"description": "默认配置: auto_save_interval",
|
||||
"updated_at": "2025-10-14T19:10:47.504964"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,15 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"username": "267278466@qq.com",
|
||||
"password_hash": "07d0a715a160482331a556b514bee739$fe094c2d3e40fad4e83c6b06aaa95976c68e325bd899a003e7a2928edfe0fce8",
|
||||
"grade": "大学",
|
||||
"subject": "英语",
|
||||
"ai_provider": "DeepSeek",
|
||||
"ai_model": "deepseek-chat",
|
||||
"ai_api_key": "sk-7d6a7dc91af1425cb4c231f0b53da09a",
|
||||
"ai_base_url": "https://api.deepseek.com",
|
||||
"created_at": "2025-10-14T19:10:47.461150",
|
||||
"updated_at": "2025-10-20T10:56:10.318204"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in new issue