初始化web版本MyReader

This commit is contained in:
2026-05-16 23:24:55 +08:00
commit 72d7a750a2
34 changed files with 9564 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="openjdk-24" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>
+8
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/MyReader-Web.iml" filepath="$PROJECT_DIR$/.idea/MyReader-Web.iml" />
</modules>
</component>
</project>
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProtoPluginMemos">
<option name="items">
<list>
<MemoItem>
<option name="id" value="0efca706-a594-4ed4-b7a4-50a6e801c598" />
<option name="title" value="网页版本的下载" />
<option name="content" value="1、额外说明中加入下载链接&#10;2、怎么把压缩包放到机器上下载&#10;3、压缩包名改下&#10;4、访问地址文件丢失问题" />
<option name="updated" value="1778859283194" />
</MemoItem>
</list>
</option>
</component>
</project>