Skip to content

Commit

Permalink
remove .idea folder all file out of control
Browse files Browse the repository at this point in the history
  • Loading branch information
LC044 committed Dec 2, 2023
1 parent 95a8063 commit 5329f3f
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 783 deletions.
7 changes: 0 additions & 7 deletions .idea/WeChatMsg.iml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/copyright/copyright.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

736 changes: 0 additions & 736 deletions .idea/workspace.xml

This file was deleted.

10 changes: 5 additions & 5 deletions app/DataBase/output_pc.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ def run(self):
elif self.output_type == self.CSV_ALL:
self.to_csv_all()
else:
self.Child0 = ChildThread(self.contact, type_=self.output_type)
self.Child0.progressSignal.connect(self.progress)
self.Child0.rangeSignal.connect(self.rangeSignal)
self.Child0.okSignal.connect(self.okSignal)
self.Child0.start()
self.Child = ChildThread(self.contact, type_=self.output_type)
self.Child.progressSignal.connect(self.progress)
self.Child.rangeSignal.connect(self.rangeSignal)
self.Child.okSignal.connect(self.okSignal)
self.Child.start()

def cancel(self):
self.requestInterruption()
Expand Down
9 changes: 0 additions & 9 deletions auth_info_key_prefs.xml

This file was deleted.

4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div style="position: absolute;top: 0;bottom: 0;left: 0;width: 2px;background-color: #000000;"></div>
<h2>前言</h2>
<div style="text-indent: 2em;">
<p style="text-indent:2em;">我深信有意义的不是微信,而是隐藏在对话框背后的一个个<strong>深刻故事</strong>。未来,每个人都能拥有AI的陪伴,而你的数据能够赋予它有关与你过去的珍贵记忆。我希望看到每个人有将自己的生活痕迹🍉🧋⛹️🚴🛌🛀👨‍👩‍👦留存的权利,而不是遗忘💀。</p>
<p style="text-indent:2em;">我深信有意义的不是微信,而是隐藏在对话框背后的一个个<strong>深刻故事</strong>。未来,每个人都能拥有AI的陪伴,而你的数据能够赋予它有关与你过去的珍贵记忆。我希望看到每个人有将自己的生活痕迹👨‍👩‍👦👚🥗🏠️🚴🧋⛹️🛌🛀留存的权利,而不是遗忘💀。</p>
<p style="text-indent:2em;">AI的发展不仅仅是技术的提升,更是情感💞的延续。每一个对话、每一个互动都是生活中独一无二的片段,是真实而动人的情感交流。因此,我希望AI工作者们能够<strong>善用这些数据</strong>,用于培训独特的、属于个体的人工智能。让<strong>个人AI成为生活中的朋友</strong>,能够理解、记录并分享我们的欢笑、泪水和成长。</p>
<p style="text-indent:2em;">那天,AI不再是高不可攀的存在,而是融入寻常百姓家的一部分。因为<strong>每个人都有权利拥有自己的AI</strong>,将科技的力量融入生活的方方面面。这是一场关于真情实感的革命,一场让技术变得更加人性化的探索,让我们共同见证未来的美好。</p>
<p align="center"><strong>所以《留痕》</strong></p>
Expand Down Expand Up @@ -97,7 +97,7 @@

**⚠️注意:若出现闪退情况请右击选择用管理员身份运行exe程序,该程序不存在任何病毒,若杀毒软件提示有风险选择略过即可**

**不懂编程的请移步[Release](https://github.com/LC044/WeChatMsg/releases)下面的东西看了可能要长脑子了**
**不懂编程的请移步[Release](https://github.com/LC044/WeChatMsg/releases)下面的东西看了可能要长脑子啦🐶**

## PC版微信

Expand Down

0 comments on commit 5329f3f

Please sign in to comment.