提交 1dc1b966 编写于 作者: 之一Yo's avatar 之一Yo

更新文档

上级 642d7171
......@@ -7,9 +7,9 @@ assignees: ''
---
<!-- 作者还是一名学生党,有更加重要的事情等着自己完成。维护这个开源项目很花时间,一个复杂的组件往往要花一到两天来完成但又得不到任何回报,这些逝去的时间已经足够自己接一个商业单子了,所以只会抽出一些周末时间来维护这个项目,响应 issue 的速度可能很慢。新组件将按照自己的计划进行添加,请不要提关于新组件需求的 issue。作者有一些代码洁癖,暂时不接受新组件的 PR。如果真的很想要这个组件,可以在爱发电中支持作者的开发。
<!-- 作者还是一名学生党,有更加重要的事情等着自己完成。一个复杂的组件往往要花一到两天来完成,不仅费时费力且无任何经济收入,所以只会抽出一些周末时间来维护这个项目,响应 issue 的速度可能很慢。新组件将按照爱发电上的目标达成情况进行添加,请不要提关于新组件需求的 issue。考虑到代码风格和日后维护,不接受新组件的 PR。如果真的很想要这个组件,可以在爱发电上支持作者的开发。
提 Issue 前请先搜索历史 Issue,可能有相似的,如果没有,需要补充完整模板要求的环境信息和最小复现代码,这很重要,不符合规范的 Issue 会被直接关闭哦。同时请注意礼貌用词,作者没有义务解决素不相识的你所遇到的问题,维护项目仅仅是出于个人兴趣,语句之间夹杂的阴阳怪气的省略号绝对达咩 -->
提 Issue 前请先搜索历史 Issue,可能有相似的,如果没有,需要补充完整模板要求的环境信息和最小复现代码,这很重要,不符合规范的 Issue 会被直接关闭哦。同时请注意礼貌用词,语句之间夹杂的阴阳怪气的省略号或者流汗黄豆绝对达咩 -->
**Describe the bug**
A clear and concise description of what the bug is.
......
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, zhiyiYo
# This file is distributed under the same license as the PyQt-Fluent-Widgets
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PyQt-Fluent-Widgets \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-15 11:52+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: zh_CN\n"
"Language-Team: zh_CN <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.11.0\n"
#: ../../source/license.md:1 b53eaa6f93cd461ba0f380e0236ff87a
msgid "License"
msgstr "许可证"
#: ../../source/license.md:2 93a228ae0120420188ec12d75a453de7
msgid "PyQt-Fluent-Widgets and PyQt6-Fluent-Widgets is licensed under GPLv3."
msgstr "PyQt-Fluent-Widgets 和 PyQt6-Fluent-Widgets 的许可证为 GPLv3."
#: ../../source/license.md:4 92fda8e75a324e009527063a2a1fff6e
msgid ""
"PySide6-Fluent-Widgets and PySide2-Fluent-Widgets adopts dual licenses. "
"Non-commercial usage is licensed under GPLv3. For commercial purposes, "
"please purchase on 爱发电 or ko-fi to support the development of this "
"project."
msgstr "PySide6-Fluent-Widgets 使用双许可证。非商业用途使用 GPLv3 许可证进行授权,商用请在 [爱发电](https://afdian.net/item/3cea239cf2cd11eda46352540025c377) 或者 [ko-fi](https://ko-fi.com/s/b5000d2dd7) 上进行购买以支持作者的开发。"
#: ../../source/license.md:6 2656d350db8b48dc8b45e674613eb847
msgid "Copyright © 2021 by zhiyiYo."
msgstr "版权所有 © 2021 zhiyiYo."
此差异已折叠。
......@@ -12,13 +12,11 @@ current_dir = os.path.dirname(__file__)
target_dir = os.path.abspath(os.path.join(current_dir, "../.."))
sys.path.insert(0, target_dir)
import qfluentwidgets
project = 'PyQt-Fluent-Widgets'
copyright = '2021, zhiyiYo'
author = 'zhiyiYo'
release = qfluentwidgets.__version__
release = "0.8.8"
# multi-language docs
language = 'en'
......
......@@ -53,4 +53,5 @@ This document will show you all the features of PyQt-Fluent-Widgets and the best
icon
gallery
support
license
see-also
## License
PyQt-Fluent-Widgets and PyQt6-Fluent-Widgets is licensed under [GPLv3](./_static/LICENSE).
PySide6-Fluent-Widgets and PySide2-Fluent-Widgets adopts dual licenses. Non-commercial usage is licensed under [GPLv3](./_static/LICENSE). For commercial purposes, please purchase on [爱发电](https://afdian.net/item/3cea239cf2cd11eda46352540025c377) or [ko-fi](https://ko-fi.com/s/b5000d2dd7) to support the development of this project.
Copyright © 2021 by zhiyiYo.
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册