mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-14 05:21:41 +08:00
增加几个图标
This commit is contained in:
parent
17d598dc4e
commit
531fda20d5
@ -4,26 +4,15 @@
|
||||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="84e65474-7da9-466d-baf3-cc88dde3ffdd" name="变更" comment="修改部分UI">
|
||||
<change afterPath="$PROJECT_DIR$/app/Ui/contact/report/annual_report.py" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/app/data/html/0.html" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/app/data/html/1.html" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/app/data/html/2.html" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/app/data/html/3.html" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/app/data/html/4.html" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/app/data/html/5.html" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/app/data/html/6.html" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/app/data/html/index.html" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/app/data/icons/back.svg" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/app/data/icons/output.svg" afterDir="false" />
|
||||
<list default="true" id="84e65474-7da9-466d-baf3-cc88dde3ffdd" name="变更" comment="上传html模板">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/DataBase/data.py" beforeDir="false" afterPath="$PROJECT_DIR$/app/DataBase/data.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/Ui/MyComponents/Button_Contact.py" beforeDir="false" afterPath="$PROJECT_DIR$/app/Ui/MyComponents/Button_Contact.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/Ui/contact/analysis/analysis.py" beforeDir="false" afterPath="$PROJECT_DIR$/app/Ui/contact/analysis/analysis.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/Ui/Icon.py" beforeDir="false" afterPath="$PROJECT_DIR$/app/Ui/Icon.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/Ui/contact/contactInfo.py" beforeDir="false" afterPath="$PROJECT_DIR$/app/Ui/contact/contactInfo.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/Ui/contact/report/report.py" beforeDir="false" afterPath="$PROJECT_DIR$/app/Ui/contact/report/report.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/Ui/mainview.py" beforeDir="false" afterPath="$PROJECT_DIR$/app/Ui/mainview.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/Ui/mainwindow.py" beforeDir="false" afterPath="$PROJECT_DIR$/app/Ui/mainwindow.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/Ui/mainwindow.ui" beforeDir="false" afterPath="$PROJECT_DIR$/app/Ui/mainwindow.ui" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/data/html/1.html" beforeDir="false" afterPath="$PROJECT_DIR$/app/data/html/1.html" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/app/data/html/2.html" beforeDir="false" afterPath="$PROJECT_DIR$/app/data/html/2.html" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
@ -546,7 +535,14 @@
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1699531863395</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="48" />
|
||||
<task id="LOCAL-00048" summary="上传html模板">
|
||||
<created>1699700323644</created>
|
||||
<option name="number" value="00048" />
|
||||
<option name="presentableId" value="LOCAL-00048" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1699700323644</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="49" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="UnknownFeatures">
|
||||
@ -582,7 +578,6 @@
|
||||
</option>
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="导出word文档" />
|
||||
<MESSAGE value="聊天统计" />
|
||||
<MESSAGE value="优化加载页面" />
|
||||
<MESSAGE value="新增对话情感分析,增加窗口自适应,新增emotion界面" />
|
||||
@ -607,7 +602,8 @@
|
||||
<MESSAGE value="加快打开速度" />
|
||||
<MESSAGE value="修改导入路径,方便打包成exe" />
|
||||
<MESSAGE value="修改部分UI" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="修改部分UI" />
|
||||
<MESSAGE value="上传html模板" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="上传html模板" />
|
||||
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="true" />
|
||||
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="true" />
|
||||
</component>
|
||||
|
@ -10,3 +10,9 @@ class Icon:
|
||||
ToDocx = QIcon('app/data/icons/word.svg')
|
||||
ToCSV = QIcon('app/data/icons/csv.svg')
|
||||
ToHTML = QIcon('app/data/icons/html.svg')
|
||||
Chat_Icon = QIcon('./app/data/icons/chat.svg')
|
||||
Contact_Icon = QIcon('./app/data/icons/contact.svg')
|
||||
MyInfo_Icon = QIcon('./app/data/icons/myinfo.svg')
|
||||
Annual_Report_Icon = QIcon('./app/data/icons/annual_report.svg')
|
||||
Analysis_Icon = QIcon('./app/data/icons/analysis.svg')
|
||||
Emotion_Icon = QIcon('./app/data/icons/emotion.svg')
|
||||
|
@ -32,6 +32,9 @@ class ContactInfo(QWidget, Ui_Form):
|
||||
|
||||
def init_ui(self):
|
||||
self.btn_back.setIcon(Icon.Back)
|
||||
self.btn_report.setIcon(Icon.Annual_Report_Icon)
|
||||
self.btn_analysis.setIcon(Icon.Analysis_Icon)
|
||||
self.btn_emotion.setIcon(Icon.Emotion_Icon)
|
||||
self.label_remark.setText(self.contact.conRemark)
|
||||
self.stackedWidget.addWidget(self.view_userinfo)
|
||||
self.stackedWidget.addWidget(self.view_analysis)
|
||||
|
@ -87,6 +87,6 @@ class Ui_Form(object):
|
||||
Form.setWindowTitle(_translate("Form", "Form"))
|
||||
self.btn_analysis.setText(_translate("Form", "统计信息"))
|
||||
self.btn_emotion.setText(_translate("Form", "情感分析"))
|
||||
self.btn_report.setText(_translate("Form", "生成年度报告"))
|
||||
self.btn_report.setText(_translate("Form", "年度报告"))
|
||||
self.btn_back.setText(_translate("Form", "退出"))
|
||||
self.toolButton_output.setText(_translate("Form", "导出聊天记录"))
|
||||
|
@ -102,7 +102,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="btn_report">
|
||||
<property name="text">
|
||||
<string>生成年度报告</string>
|
||||
<string>年度报告</string>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>true</bool>
|
||||
|
@ -46,6 +46,9 @@ class MainWinController(QMainWindow, mainwindow.Ui_MainWindow):
|
||||
# self.btn_myinfo.clicked.connect(self.myInfo)
|
||||
self.btn_about.clicked.connect(self.about)
|
||||
self.now_btn = self.btn_chat
|
||||
self.btn_chat.setIcon(Icon.Chat_Icon)
|
||||
self.btn_contact.setIcon(Icon.Contact_Icon)
|
||||
self.btn_myinfo.setIcon(Icon.MyInfo_Icon)
|
||||
self.btn_about.setIcon(Icon.MainWindow_Icon)
|
||||
self.btn_about.setContextMenuPolicy(Qt.CustomContextMenu)
|
||||
self.btn_about.customContextMenuRequested.connect(self.create_rightmenu) # 连接到菜单显示函数
|
||||
|
@ -149,7 +149,7 @@ class Ui_MainWindow(object):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
|
||||
self.btn_chat.setText(_translate("MainWindow", "聊天"))
|
||||
self.btn_contact.setText(_translate("MainWindow", "联系人"))
|
||||
self.btn_contact.setText(_translate("MainWindow", "好友"))
|
||||
self.btn_myinfo.setText(_translate("MainWindow", "我的"))
|
||||
self.btn_about.setText(_translate("MainWindow", "关于"))
|
||||
self.myavatar.setText(_translate("MainWindow", "avatar"))
|
||||
|
@ -111,7 +111,7 @@
|
||||
</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>联系人</string>
|
||||
<string>好友</string>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>true</bool>
|
||||
|
@ -252,15 +252,16 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="j-preloader" class="m-preloader f-page z-hide">
|
||||
<div class="content">
|
||||
<div class="icon">
|
||||
<div class="shadow"></div>
|
||||
<div id="j-preloader" class="m-preloader f-page z-hide">
|
||||
<div class="content">
|
||||
<div class="icon">
|
||||
<div class="shadow"></div>
|
||||
</div>
|
||||
<div id="j-progress" class="progress"></div>
|
||||
</div>
|
||||
<div id="j-progress" class="progress"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript" src="https://assets.pyecharts.org/assets/v5/echarts.min.js"></script>
|
||||
<script type="text/javascript" src="https://assets.pyecharts.org/assets/v5/echarts.min.js"></script>
|
||||
<script>
|
||||
var chart_3d9bc167542041d9a6c6e46a6d8e5dba = echarts.init(
|
||||
document.getElementById('3d9bc167542041d9a6c6e46a6d8e5dba'), 'white', {renderer: 'canvas'});
|
||||
|
@ -174,21 +174,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="paras">
|
||||
<p class="para f-animLineUp" style="transition-delay: 0.2s;">这一年里</p>
|
||||
<p class="para f-animLineUp" style="transition-delay: 0.3s;">TA一共在云村听了
|
||||
<em class="s-fcRed f-fw1">1357</em>首歌</p>
|
||||
<p class="para f-animLineUp" style="transition-delay: 0.4s;"> </p>
|
||||
<p class="para f-animLineUp" style="transition-delay: 0.5s;">TA热衷的风格成谜</p>
|
||||
<p class="para f-animLineUp" style="transition-delay: 0.6s;">喜欢在
|
||||
<em class="s-fcRed">午后</em>听歌</p>
|
||||
<p class="para f-animLineUp" style="transition-delay: 0.7s;"> </p>
|
||||
<div>
|
||||
<p class="para f-animLineUp" style="transition-delay: 0.8s;">TA
|
||||
<em class="s-fcRed">热爱分享</em></p>
|
||||
<p class="para f-animLineUp" style="transition-delay: 0.9s;">评论区里藏着TA的许多回忆</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="m-page m-page-01 f-page z-enter">
|
||||
<div class="bg f-page"></div>
|
||||
|
1
app/data/icons/analysis.svg
Normal file
1
app/data/icons/analysis.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1699701989845" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9279" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path d="M500.32 59.84a8 8 0 0 1 8 6.4v352a89.6 89.6 0 0 0 89.6 89.6h350.4a8.16 8.16 0 0 1 8.16 8.16v12.8A448 448 0 1 1 487.04 60.32h11.52zM441.44 132.8l-5.92 1.12a380.96 380.96 0 1 0 446.88 448l1.12-6.24H598.24a156.96 156.96 0 0 1-156.8-151.84V132.8z m142.56-66.56l8.64 1.6 6.56 1.28h2.72a448 448 0 0 1 346.08 350.56l2.08 11.36a8.32 8.32 0 0 1-6.72 9.44H620.64a44.96 44.96 0 0 1-44.8-41.6V74.4a8.16 8.16 0 0 1 8.16-8.16z m59.2 89.6a4.48 4.48 0 0 0 0 1.44v212a4.16 4.16 0 0 0 4 4.16h211.84a4.16 4.16 0 0 0 4.16-4.16 4.64 4.64 0 0 0 0-1.44 382.72 382.72 0 0 0-214.4-214.4 4.16 4.16 0 0 0-5.28 2.4z" p-id="9280"></path></svg>
|
After Width: | Height: | Size: 945 B |
1
app/data/icons/annual_report.svg
Normal file
1
app/data/icons/annual_report.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1699702054249" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11802" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path d="M919.647 118.99h-812c-11.046 0-20 8.954-20 20v72.793c0 11.045 8.954 20 20 20h50.648V833c0 11.046 8.954 20 20 20h670.703c11.046 0 20-8.954 20-20V231.784h50.648c11.046 0 20-8.955 20-20V138.99c0.001-11.046-8.953-20-19.999-20zM828.999 813H198.296V236.83h630.703V813z m70.648-621.216h-772V158.99h772v32.794z" fill="" p-id="11803"></path><path d="M302.595 450.354c0 0.98 0.143 24.284 12.584 48.336 11.725 22.665 36.626 50.413 88.675 53.889 2.038 0.136 4.103 0.205 6.136 0.205 26.113 0 50.696-11.051 69.221-31.116 17.731-19.206 27.9-45.199 27.9-71.313 0-52.737-28.235-77.924-51.921-89.768-24.697-12.349-49.302-12.491-50.337-12.491-8.284 0-15 6.716-15 15v72.258h-72.258c-8.284 0-15 6.716-15 15z m102.258 15c8.284 0 15-6.716 15-15v-70.377c6.425 1.328 14.214 3.589 21.921 7.443 23.448 11.724 35.337 32.898 35.337 62.935 0 39.261-30.738 72.43-67.122 72.43-1.369 0-2.761-0.047-4.137-0.139-30.175-2.015-51.556-14.405-63.548-36.826-3.857-7.212-6.183-14.436-7.585-20.465h70.134z" fill="" p-id="11804"></path><path d="M371.63 418.105V291.102s-39.842-5.032-88.183 39.508c-51.748 47.679-38.82 87.495-38.82 87.495H371.63zM575.922 327.976h198.527c9.665 0 17.5-7.835 17.5-17.5s-7.835-17.5-17.5-17.5H575.922c-9.665 0-17.5 7.835-17.5 17.5s7.835 17.5 17.5 17.5zM575.922 390.76h198.527c9.665 0 17.5-7.835 17.5-17.5s-7.835-17.5-17.5-17.5H575.922c-9.665 0-17.5 7.835-17.5 17.5s7.835 17.5 17.5 17.5zM620.038 520.799l44.902 34.716c7.245 5.602 17.579 4.671 23.706-2.131l63.284-70.245 14.989 14.484a9.142 9.142 0 0 0 12.926-0.221l9.379-65.614c1.119-6.864-0.319-8.253-1.262-9.164-3.166-3.059-4.193-4.052-10.544-2.244L712.165 432a9.142 9.142 0 0 0 0.221 12.926l14.36 13.877-53.24 59.095-43.373-33.534a17.503 17.503 0 0 0-22.138 0.596l-107.33 92.622c-7.317 6.314-8.13 17.365-1.816 24.683a17.457 17.457 0 0 0 13.257 6.066c4.05 0 8.119-1.398 11.426-4.251l96.506-83.281zM461.45 667.977H262.922c-9.665 0-17.5 7.835-17.5 17.5s7.835 17.5 17.5 17.5H461.45c9.665 0 17.5-7.835 17.5-17.5s-7.835-17.5-17.5-17.5zM461.45 736.76H262.922c-9.665 0-17.5 7.835-17.5 17.5s7.835 17.5 17.5 17.5H461.45c9.665 0 17.5-7.835 17.5-17.5s-7.835-17.5-17.5-17.5zM772.722 736.76v-33.941c0-9.665-7.835-17.5-17.5-17.5s-17.5 7.835-17.5 17.5v33.941h-14.993v-85.383c0-9.665-7.835-17.5-17.5-17.5s-17.5 7.835-17.5 17.5v85.383h-14.993v-59.383c0-9.665-7.835-17.5-17.5-17.5s-17.5 7.835-17.5 17.5v59.383h-14.993V607.332c0-9.665-7.835-17.5-17.5-17.5s-17.5 7.835-17.5 17.5V736.76H572.75v-46.907c0-9.665-7.835-17.5-17.5-17.5s-17.5 7.835-17.5 17.5v46.907h-4.794c-9.665 0-17.5 7.835-17.5 17.5s7.835 17.5 17.5 17.5h247.851c9.665 0 17.5-7.835 17.5-17.5s-7.835-17.5-17.5-17.5h-8.085zM328.595 877.5h-58.522c-9.665 0-17.5 7.835-17.5 17.5s7.835 17.5 17.5 17.5h58.522c9.665 0 17.5-7.835 17.5-17.5s-7.835-17.5-17.5-17.5zM417.674 877.5h-31.341c-9.665 0-17.5 7.835-17.5 17.5s7.835 17.5 17.5 17.5h31.341c9.665 0 17.5-7.835 17.5-17.5s-7.835-17.5-17.5-17.5zM753.675 877.5H480.077c-9.665 0-17.5 7.835-17.5 17.5s7.835 17.5 17.5 17.5h273.598c9.665 0 17.5-7.835 17.5-17.5s-7.835-17.5-17.5-17.5z" fill="" p-id="11805"></path></svg>
|
After Width: | Height: | Size: 3.3 KiB |
1
app/data/icons/chat.svg
Normal file
1
app/data/icons/chat.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1699701643250" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4091" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path d="M767.424 130.032 256.576 130.032c-70.4 0-128 57.6-128 128l0 335.632c0 70.4 57.6 128 128 128l118.352 0 0 172.288 213.328-172.288 179.152 0c70.4 0 128-57.6 128-128L895.408 258.032C895.424 187.632 837.824 130.032 767.424 130.032zM815.424 593.664c0 26.016-21.984 48-48 48L588.272 641.664 560 641.664l-22 17.76-83.056 67.088 0-4.848 0-80-80 0-118.352 0c-26.016 0-48-21.984-48-48L208.592 258.032c0-26.016 21.984-48 48-48l510.848 0c26.016 0 48 21.984 48 48L815.44 593.664z" p-id="4092"></path><path d="M347.888 425.872m-46.608 0a2.913 2.913 0 1 0 93.216 0 2.913 2.913 0 1 0-93.216 0Z" p-id="4093"></path><path d="M512 425.872m-46.608 0a2.913 2.913 0 1 0 93.216 0 2.913 2.913 0 1 0-93.216 0Z" p-id="4094"></path><path d="M676.096 425.872m-46.608 0a2.913 2.913 0 1 0 93.216 0 2.913 2.913 0 1 0-93.216 0Z" p-id="4095"></path></svg>
|
After Width: | Height: | Size: 1.1 KiB |
1
app/data/icons/contact.svg
Normal file
1
app/data/icons/contact.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1699701667875" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5112" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path d="M756.483413 988.050773v1.201494c0.477867 16.861867 12.67712 30.027093 27.7504 30.027093 15.069867 0 27.26912-13.1584 27.746987-30.027093l0.3584-10.407254h0.477867c0.48128-7.656107 0.600747-14.353067 0.600746-20.811093 0-180.616533-100.22912-340.54144-255.245653-407.3984l-17.343147-7.533227 15.305387-11.127466c74.277547-53.828267 118.654293-143.53408 118.654293-240.05632C674.430293 132.83328 555.0592 3.413333 408.17664 3.413333 261.41696 3.413333 142.045867 132.83328 142.045867 291.915093c0 96.52224 44.373333 186.238293 118.654293 240.05632l15.3088 11.127467-17.343147 7.533227C103.645867 617.61536 3.413333 777.540267 3.413333 958.03392c0 6.331733 0.238933 13.028693 0.7168 20.811093h0.720214l0.119466 10.76224c0 17.104213 12.4416 30.979413 27.866454 30.979414 15.3088 0 27.869867-13.8752 27.869866-30.979414 0-0.23552-0.119467-0.7168-0.119466-1.19808-0.119467-0.600747-0.119467-1.201493-0.238934-1.672533a309.326507 309.326507 0 0 1-1.314133-28.822187c0-100.478293 36.23936-195.085653 102.147413-266.257066 65.911467-71.29088 153.818453-110.52032 247.360854-110.52032 93.535573 0 181.326507 39.345493 247.473493 110.639786 65.78176 71.168 102.150827 165.659307 102.150827 266.257067 0 10.519893-0.720213 20.811093-1.437014 29.535573-0.24576 0.119467-0.24576 0.361813-0.24576 0.48128M198.618453 292.15744c0-124.39552 94.132907-225.706667 209.677654-225.706667 115.664213 0 209.677653 101.19168 209.677653 225.706667s-94.132907 225.703253-209.677653 225.703253c-115.54816 0-209.677653-101.31456-209.677654-225.703253m517.31456 277.13536c69.7344 8.25344 132.765013 44.4928 177.98144 101.7856 45.09696 57.173333 69.853867 132.29056 69.853867 211.3536 0 17.462613 12.683947 31.464107 28.35456 31.464107 15.189333 0 27.630933-13.284693 28.228267-30.262614l0.119466-0.959146c0-0.23552 0-0.354987 0.119467-0.477867-0.119467-150.234453-83.490133-283.11552-212.4288-338.500267l-17.462613-7.533226 15.43168-11.127467c61.719893-44.61568 98.679467-119.016107 98.679466-199.389867 0-111.12448-69.137067-206.332587-168.413866-232.40704l-0.7168 0.23552-2.757974-0.23552c-0.597333 0-1.068373-0.119467-1.672533-0.238933-0.23552 0-0.477867-0.119467-0.7168-0.119467-15.906133 0.119467-28.70272 14.472533-28.70272 32.06144 0 15.786667 10.287787 29.067947 24.521387 31.45728l1.317546 0.238934 1.19808 0.597333c1.317547 0.600747 3.47136 1.32096 6.10304 2.034347 0.597333 0.119467 1.071787 0.3584 1.071787 0.3584 65.191253 23.92064 108.96384 89.705813 108.96384 163.867306 0 82.76992-54.418773 153.818453-129.778347 169.728l-1.201493 0.720214-2.5088 0.238933c-17.824427 1.19808-31.81568 17.4592-31.81568 37.075627 0 20.097707 14.353067 36.36224 32.53248 37.20192l2.392747 0.11264 1.307306 0.720213" fill="#040000" p-id="5113"></path></svg>
|
After Width: | Height: | Size: 3.0 KiB |
1
app/data/icons/emotion.svg
Normal file
1
app/data/icons/emotion.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1699702358744" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="12880" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path d="M903 929.5H132.5c-20.1 0-36.5-16.4-36.5-36.6V119.5c0-13.8 11.2-25 25-25s25 11.2 25 25v760h757c13.8 0 25 11.2 25 25s-11.2 25-25 25z" p-id="12881"></path><path d="M241 536.7h50V796h-50zM417.7 458.5h50V796h-50zM594.3 536.7h50V796h-50zM771 411h50v385h-50zM246.9 467.2L217 426.8l218.9-156.9 185.8 114.3 182.8-150.4 32.5 38.4-211 173.6-187.9-115.7z" p-id="12882"></path><path d="M715.2 184.2l194.6-3.9-43.9 187" p-id="12883"></path></svg>
|
After Width: | Height: | Size: 764 B |
1
app/data/icons/myinfo.svg
Normal file
1
app/data/icons/myinfo.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1699701710499" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7220" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path d="M956 807.2 657.6 807.2c-16.8 0-29.6-13.6-29.6-29.6 0-16.8 13.6-29.6 29.6-29.6l299.2 0c16.8 0 29.6 13.6 29.6 29.6C986.4 793.6 972.8 807.2 956 807.2zM956 627.2 657.6 627.2c-16.8 0-29.6-13.6-29.6-29.6 0-16.8 13.6-29.6 29.6-29.6l299.2 0c16.8 0 29.6 13.6 29.6 29.6C986.4 614.4 972.8 627.2 956 627.2zM508 564.8 508 568c-198.4 0-358.4 173.6-358.4 388.8 0 10.4 0.8 20 1.6 29.6l-1.6 0L31.2 986.4c-0.8-9.6-1.6-20-1.6-29.6 0-201.6 110.4-375.2 270.4-456.8-55.2-49.6-91.2-120-91.2-200 0-148.8 120.8-268.8 268.8-268.8 148.8 0 268.8 120.8 268.8 268.8C747.2 436.8 642.4 549.6 508 564.8zM478.4 149.6c-82.4 0-149.6 67.2-149.6 149.6S396 448 478.4 448s149.6-67.2 149.6-149.6S560.8 149.6 478.4 149.6zM657.6 926.4l299.2 0c16.8 0 29.6 13.6 29.6 29.6 0 16.8-13.6 29.6-29.6 29.6L657.6 985.6c-16.8 0-29.6-13.6-29.6-29.6C627.2 940 640.8 926.4 657.6 926.4z" p-id="7221"></path></svg>
|
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue
Block a user