diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 35eb1dd..23ba002 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -2,5 +2,6 @@
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 7c9f0b3..c8a26f0 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,14 +4,18 @@
-
+
+
+
+
+
-
+
{
"associatedIndex": 2,
@@ -22,25 +26,26 @@
- {
- "keyToString": {
- "ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
- "ModuleVcsDetector.initialDetectionPerformed": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "RunOnceActivity.git.unshallow": "true",
- "RunOnceActivity.typescript.service.memoryLimit.init": "true",
- "SHARE_PROJECT_CONFIGURATION_FILES": "true",
- "codeWithMe.voiceChat.enabledByDefault": "false",
- "git-widget-placeholder": "main",
- "last_opened_file_path": "/Users/kun/PycharmProjects/Docker_Compose/4600Pro/So-Novel",
- "node.js.detected.package.jshint": "true",
- "node.js.selected.package.jshint": "",
- "nodejs_package_manager_path": "npm",
- "settings.editor.selected.configurable": "configurable.group.project"
+
+}]]>
+
@@ -52,8 +57,8 @@
-
-
+
+
@@ -83,6 +88,9 @@
+
+
+
@@ -244,7 +252,15 @@
1787033233020
-
+
+
+ 1787281188731
+
+
+
+ 1787281188731
+
+
@@ -257,6 +273,7 @@
-
+
+
\ No newline at end of file
diff --git a/4600Pro/so-novel/docker-compose.yaml b/4600Pro/so-novel/docker-compose.yaml
deleted file mode 100644
index e1ba9b2..0000000
--- a/4600Pro/so-novel/docker-compose.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-services:
- sonovel:
- image: ghcr.io/freeok/sonovel:latest
- container_name: sonovel
- ports:
- - "2800:7765"
- environment:
- JAVA_OPTS: "-Dmode=web"
- volumes:
- - /volume2/docker/docker_projects/sonovel_data:/sonovel
- restart: unless-stopped
\ No newline at end of file