diff --git a/README.md b/README.md
index 3f6f88e..3d2b63b 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
🔥 小红书链接提取/作品采集工具:提取账号发布、收藏、点赞、专辑作品链接;提取搜索结果作品链接、用户链接;采集小红书作品信息;提取小红书作品下载地址;下载小红书无水印作品文件!
-⚠️⚠️⚠️由于小红书规则更新,使用版本号低于 1.7.0 的用户脚本有封号风险,请及时更新用户脚本后再使用!⚠️⚠️⚠️
+⚠️ 2024/9/24: 由于小红书规则更新,使用版本号低于 1.7.0 的用户脚本有封号风险,请及时更新用户脚本后再使用!
⭐ 本项目完全免费开源,无任何收费功能,请勿上当受骗!
📑 项目功能
程序功能
diff --git a/README_EN.md b/README_EN.md
index 111ce18..93273bf 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -14,7 +14,7 @@
🔥 Xiaohongshu Link Extraction/Content Collection Tool:Extract account-published, favorited, and liked content links; extract search result content links and user links; collect Xiaohongshu content information; extract Xiaohongshu content download addresses; download Xiaohongshu watermark-free content files!
-⚠️⚠️⚠️Due to rule updates on Xiaohongshu, there is a risk of account suspension for user scripts with version numbers lower than 1.7.0 Please update the user scripts in a timely manner before using them! ⚠️⚠️⚠️
+⚠️ 2024/9/24: Due to rule updates on Xiaohongshu, there is a risk of account suspension for user scripts with version numbers lower than 1.7.0 Please update the user scripts in a timely manner before using them!
⭐ This project is completely free and open-source, with no paid features. Please do not be deceived!
⭐ Due to the author's limited energy, I was unable to update the English document in a timely manner, and the content may have become outdated, partial translation is machine translation, the translation result may be incorrect, Suggest referring to Chinese documentation. If you want to contribute to translation, we warmly welcome you.
📑 Project Features
diff --git a/source/TUI/about.py b/source/TUI/about.py
index 9b7b66b..67f5853 100644
--- a/source/TUI/about.py
+++ b/source/TUI/about.py
@@ -8,7 +8,7 @@ from textual.widgets import Footer
from textual.widgets import Header
from textual.widgets import Label
-from source.module import (
+from ..module import (
PROJECT,
PROMPT,
MASTER,
diff --git a/source/TUI/app.py b/source/TUI/app.py
index d2c4315..e82cce6 100644
--- a/source/TUI/app.py
+++ b/source/TUI/app.py
@@ -3,20 +3,20 @@ from typing import Callable
from textual.app import App
from textual.widgets import RichLog
-from source.application import XHS
-from source.module import (
- ROOT,
- ERROR,
-)
-from source.module import Settings
-from source.module import Translate
-from source.module import logging
from .about import About
from .index import Index
from .loading import Loading
from .record import Record
from .setting import Setting
from .update import Update
+from ..application import XHS
+from ..module import (
+ ROOT,
+ ERROR,
+)
+from ..module import Settings
+from ..module import Translate
+from ..module import logging
__all__ = ["XHSDownloader"]
diff --git a/source/TUI/index.py b/source/TUI/index.py
index aab15ce..e250f4f 100644
--- a/source/TUI/index.py
+++ b/source/TUI/index.py
@@ -16,8 +16,9 @@ from textual.widgets import Input
from textual.widgets import Label
from textual.widgets import RichLog
-from source.application import XHS
-from source.module import (
+from .monitor import Monitor
+from ..application import XHS
+from ..module import (
PROJECT,
PROMPT,
MASTER,
@@ -27,7 +28,6 @@ from source.module import (
REPOSITORY,
GENERAL,
)
-from .monitor import Monitor
__all__ = ["Index"]
diff --git a/source/TUI/monitor.py b/source/TUI/monitor.py
index 5356b12..3ab3879 100644
--- a/source/TUI/monitor.py
+++ b/source/TUI/monitor.py
@@ -12,8 +12,8 @@ from textual.widgets import Header
from textual.widgets import Label
from textual.widgets import RichLog
-from source.application import XHS
-from source.module import (
+from ..application import XHS
+from ..module import (
PROJECT,
MASTER,
INFO,
diff --git a/source/TUI/record.py b/source/TUI/record.py
index 0db7f08..5a95ff9 100644
--- a/source/TUI/record.py
+++ b/source/TUI/record.py
@@ -9,7 +9,7 @@ from textual.widgets import Button
from textual.widgets import Input
from textual.widgets import Label
-from source.application import XHS
+from ..application import XHS
__all__ = ["Record"]
diff --git a/source/TUI/update.py b/source/TUI/update.py
index 51f86b8..46d7d1b 100644
--- a/source/TUI/update.py
+++ b/source/TUI/update.py
@@ -8,8 +8,8 @@ from textual.screen import ModalScreen
from textual.widgets import Label
from textual.widgets import LoadingIndicator
-from source.application import XHS
-from source.module import (
+from ..application import XHS
+from ..module import (
ERROR,
WARNING,
INFO,
diff --git a/static/Release_Notes.md b/static/Release_Notes.md
index 8afaa38..a4ad6d3 100644
--- a/static/Release_Notes.md
+++ b/static/Release_Notes.md
@@ -14,4 +14,4 @@
1. 重构作品链接提取功能
-⚠️⚠️⚠️由于小红书规则更新,使用版本号低于 1.7.0 的用户脚本有封号风险,请及时更新用户脚本后再使用!⚠️⚠️⚠️
+⚠️ 由于小红书规则更新,使用版本号低于 1.7.0 的用户脚本有封号风险,请及时更新用户脚本后再使用!