diff --git a/app/resources/icons/annual_report0.svg b/app/resources/icons/annual_report0.svg new file mode 100644 index 0000000..ce23a10 --- /dev/null +++ b/app/resources/icons/annual_report0.svg @@ -0,0 +1,12 @@ + + \ No newline at end of file diff --git a/app/resources/icons/chat0.svg b/app/resources/icons/chat0.svg new file mode 100644 index 0000000..7b78755 --- /dev/null +++ b/app/resources/icons/chat0.svg @@ -0,0 +1,10 @@ + + \ No newline at end of file diff --git a/app/resources/icons/contact0.svg b/app/resources/icons/contact0.svg new file mode 100644 index 0000000..b5692c7 --- /dev/null +++ b/app/resources/icons/contact0.svg @@ -0,0 +1,7 @@ + + \ No newline at end of file diff --git a/app/resources/icons/get_wx_info.svg b/app/resources/icons/get_wx_info.svg new file mode 100644 index 0000000..fb2ad86 --- /dev/null +++ b/app/resources/icons/get_wx_info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/resources/icons/home0.svg b/app/resources/icons/home0.svg new file mode 100644 index 0000000..8fc8a77 --- /dev/null +++ b/app/resources/icons/home0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/resources/icons/logo.ico b/app/resources/icons/logo.ico new file mode 100644 index 0000000..e49e764 Binary files /dev/null and b/app/resources/icons/logo.ico differ diff --git a/app/resources/icons/logo.png b/app/resources/icons/logo.png new file mode 100644 index 0000000..03d3e52 Binary files /dev/null and b/app/resources/icons/logo.png differ diff --git a/app/resources/icons/logo99.png b/app/resources/icons/logo99.png new file mode 100644 index 0000000..0ac2198 Binary files /dev/null and b/app/resources/icons/logo99.png differ diff --git a/app/resources/icons/output0.svg b/app/resources/icons/output0.svg new file mode 100644 index 0000000..d08c4e8 --- /dev/null +++ b/app/resources/icons/output0.svg @@ -0,0 +1,9 @@ + + \ No newline at end of file diff --git a/app/resources/icons/tool0.svg b/app/resources/icons/tool0.svg new file mode 100644 index 0000000..77e8abd --- /dev/null +++ b/app/resources/icons/tool0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/ui/mainview.py b/app/ui/mainview.py index 4d0dbe1..ec390c2 100644 --- a/app/ui/mainview.py +++ b/app/ui/mainview.py @@ -35,8 +35,8 @@ QWidget{ QListWidget, QListView, QTreeWidget, QTreeView { outline: 0px; } -QPushButton:menu-indicator { -} + + QMenu::item:selected { color: black; background: rgb(230, 235, 240); diff --git a/app/ui/tool/pc_decrypt/pc_decrypt.py b/app/ui/tool/pc_decrypt/pc_decrypt.py index 06aff8d..bd3196d 100644 --- a/app/ui/tool/pc_decrypt/pc_decrypt.py +++ b/app/ui/tool/pc_decrypt/pc_decrypt.py @@ -1,9 +1,7 @@ import json import os.path import sys -import time import traceback -from typing import List from PyQt5.QtCore import pyqtSignal, QThread, QUrl from PyQt5.QtGui import QDesktopServices diff --git a/app/ui/tool/tool_window.py b/app/ui/tool/tool_window.py index 5b6c882..d9b2fbe 100644 --- a/app/ui/tool/tool_window.py +++ b/app/ui/tool/tool_window.py @@ -11,6 +11,11 @@ from .toolUI import Ui_Dialog Stylesheet = """ QPushButton{ background-color: rgb(250,252,253); + border-radius: 5px; + border-right: 2px solid #888888; /* 按钮边框,2px宽,白色 */ + border-bottom: 2px solid #888888; /* 按钮边框,2px宽,白色 */ + border-left: 1px solid #ffffff; /* 按钮边框,2px宽,白色 */ + border-top: 1px solid #ffffff; /* 按钮边框,2px宽,白色 */ } QPushButton:hover { background-color: lightgray; diff --git a/doc/images/20231227211149.png b/doc/images/20231227211149.png new file mode 100644 index 0000000..21e7ca8 Binary files /dev/null and b/doc/images/20231227211149.png differ diff --git a/doc/images/20231227211215.png b/doc/images/20231227211215.png new file mode 100644 index 0000000..0527167 Binary files /dev/null and b/doc/images/20231227211215.png differ diff --git a/doc/images/20231227211228.png b/doc/images/20231227211228.png new file mode 100644 index 0000000..95b8d45 Binary files /dev/null and b/doc/images/20231227211228.png differ diff --git a/doc/images/20231227211240.png b/doc/images/20231227211240.png new file mode 100644 index 0000000..5a1fe37 Binary files /dev/null and b/doc/images/20231227211240.png differ diff --git a/doc/images/20231227211250.png b/doc/images/20231227211250.png new file mode 100644 index 0000000..89b91ee Binary files /dev/null and b/doc/images/20231227211250.png differ diff --git a/doc/images/chat.png b/doc/images/chat.png new file mode 100644 index 0000000..33b205e Binary files /dev/null and b/doc/images/chat.png differ diff --git a/doc/images/chat_.png b/doc/images/chat_.png deleted file mode 100644 index 631722a..0000000 Binary files a/doc/images/chat_.png and /dev/null differ diff --git a/doc/images/cv-opration b/doc/images/cv-opration deleted file mode 100644 index 0c733a8..0000000 Binary files a/doc/images/cv-opration and /dev/null differ diff --git a/doc/images/cv_process b/doc/images/cv_process deleted file mode 100644 index 7f27cca..0000000 Binary files a/doc/images/cv_process and /dev/null differ diff --git a/doc/images/image-20230520235113261.png b/doc/images/image-20230520235113261.png deleted file mode 100644 index 413ffed..0000000 Binary files a/doc/images/image-20230520235113261.png and /dev/null differ diff --git a/doc/images/logo0.png b/doc/images/logo0.png new file mode 100644 index 0000000..a7ca12e Binary files /dev/null and b/doc/images/logo0.png differ diff --git a/doc/images/logo99.png b/doc/images/logo99.png new file mode 100644 index 0000000..0ac2198 Binary files /dev/null and b/doc/images/logo99.png differ diff --git a/doc/images/qq.jpg b/doc/images/qq.jpg deleted file mode 100644 index 3e51daf..0000000 Binary files a/doc/images/qq.jpg and /dev/null differ diff --git a/doc/images/weixin.png b/doc/images/weixin.png new file mode 100644 index 0000000..8ebb219 Binary files /dev/null and b/doc/images/weixin.png differ diff --git a/readme.md b/readme.md index 99e2dc6..25504fa 100644 --- a/readme.md +++ b/readme.md @@ -34,7 +34,7 @@
我深信有意义的不是微信,而是隐藏在对话框背后的一个个深刻故事。未来,每个人都能拥有AI的陪伴,而你的数据能够赋予它有关于你过去的珍贵记忆。我希望每个人都有将自己的生活痕迹👨👩👦👚🥗🏠️🚴🧋⛹️🛌🛀留存的权利,而不是遗忘💀。
AI的发展不仅仅是技术的提升,更是情感💞的延续。每一个对话、每一个互动都是生活中独一无二的片段,是真实而动人的情感交流。因此,我希望AI工作者们能够善用这些自己的数据,用于培训独特的、属于个体的人工智能。让个人AI成为生活中的朋友,能够理解、记录并分享我们的欢笑、泪水和成长。
那天,AI不再是高不可攀的存在,而是融入寻常百姓家的一部分。因为每个人能拥有自己的AI,将科技的力量融入生活的方方面面。这是一场关于真情实感的革命,一场让技术变得更加人性化的探索,让我们共同见证未来的美好。
@@ -75,21 +75,21 @@