diff --git a/.gitattributes b/.gitattributes index b7df40a6..2405a205 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Auto detect text files and perform LF normalization data/text2vec_models filter=lfs diff=lfs merge=lfs -text +*.js linguist-language=Python diff --git a/.github/ISSUE_TEMPLATE/template-bug.md b/.github/ISSUE_TEMPLATE/template-bug.md deleted file mode 100644 index 33d27f09..00000000 --- a/.github/ISSUE_TEMPLATE/template-bug.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: 🐛 错误报告 | Bug Report -about: 请详细描述您使用过程中遇到的问题。| Please describe in detail the problems you encountered in the process of using. -title: "🐛 一些问题。。。 | [Bug] Some problem..." -labels: ["bug"] ---- - - - -#### 您使用的版本? | Your usage version? -例如:main 或者 20230806 - -#### 您使用的python版本&系统环境? | Your usage python version & system? -例如: -python:3.10.11 -系统:win11 - -#### 您使用的场景? | Your usage scenarios? - -#### 您做了什么操作? | What did you do? - -#### 您遇到了什么问题? | What are your problems? - -#### 您期望的结果是怎样的? | What is your expected outcome? diff --git a/.github/ISSUE_TEMPLATE/template-bug.yml b/.github/ISSUE_TEMPLATE/template-bug.yml new file mode 100644 index 00000000..42590824 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/template-bug.yml @@ -0,0 +1,67 @@ +name: 🐛 Bug 反馈 | Bug Report +title: "🐛 Bug: 出现异常" +description: 提交 Bug 反馈以帮助我们改进代码 +labels: ["bug"] +body: + - type: dropdown + id: env-os + attributes: + label: 操作系统 + description: 选择运行 AI Vtuber 的系统 + options: + - Windows + - MacOS + - Linux + - Other + validations: + required: true + + - type: input + id: env-python-ver + attributes: + label: Python 版本 + description: 填写运行 AI Vtuber 的 Python 版本 + placeholder: e.g. 3.10.11 + validations: + required: true + + - type: input + id: env-nb-ver + attributes: + label: AI Vtuber 版本 + description: 填写 AI Vtuber 版本(日期) + placeholder: e.g. 20240510 + validations: + required: true + + - type: textarea + id: describe + attributes: + label: 描述问题 + description: 清晰简洁地说明问题是什么 + validations: + required: true + + - type: textarea + id: reproduction + attributes: + label: 复现步骤 + description: 提供能复现此问题的详细操作步骤 + placeholder: | + 1. 首先…… + 2. 然后…… + 3. 发生…… + validations: + required: true + + - type: textarea + id: expected + attributes: + label: 期望的结果 + description: 清晰简洁地描述你期望发生的事情 + + - type: textarea + id: logs + attributes: + label: 截图或日志 + description: 提供有助于诊断问题的任何日志和截图 diff --git a/.github/ISSUE_TEMPLATE/template-feature.md b/.github/ISSUE_TEMPLATE/template-feature.md deleted file mode 100644 index e0003bfd..00000000 --- a/.github/ISSUE_TEMPLATE/template-feature.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: 🚀 功能请求 | Feature Request -about: 请详细描述您期望的功能。 | Please describe in detail the features you expect. -title: "🚀 一些功能。。。 | [Feature]Some feature..." -labels: ["enhancement"] ---- - - - -#### 您使用的场景? | 1. Your usage scenarios? - -#### 您期望的结果是怎样的? | 2. What is your expected outcome? diff --git a/.github/ISSUE_TEMPLATE/template-feature.yml b/.github/ISSUE_TEMPLATE/template-feature.yml new file mode 100644 index 00000000..1a1735bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/template-feature.yml @@ -0,0 +1,20 @@ +name: 🚀 功能建议 | Feature Request +title: "🚀 Feature: 功能描述" +description: 提出关于项目新功能的想法 +labels: ["enhancement"] +body: + - type: textarea + id: problem + attributes: + label: 希望能解决的问题 + description: 在使用中遇到什么问题而需要新的功能? + validations: + required: true + + - type: textarea + id: feature + attributes: + label: 描述所需要的功能 + description: 请说明需要的功能或解决方法 + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/template-question.md b/.github/ISSUE_TEMPLATE/template-question.md deleted file mode 100644 index f7fee2ba..00000000 --- a/.github/ISSUE_TEMPLATE/template-question.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: 🙋 问题交流 | Question Report -about: 在文档或讨论中没有回答的使用问题 | Usage question that isn't answered in docs or discussion -title: "🙋 问题交流。。。 | [Question] Some question..." -labels: ["question"] ---- - -## Question Report - -- 搜索打开和关闭的 [GitHub 问题](https://github.com/eryajf/go-ldap-admin/issues) - -请在提交问题之前回答这些问题,谢谢。 | Please answer these questions before submitting them. Thank you. - -### 你使用了哪个版本? | Which version did you use? -例如:main 或者 20230806 - -### 您使用的python版本&系统环境? | Your usage python version & system? -例如: -python:3.10.11 -系统:win11 - -### 预期行为 | Expected behavior -正常运行 - -### 实际行为 | Actual behavior -报错xxxx - -### 原因分析(如果可以) | Cause analysis (if possible) -例如:JSON解析出错/网络问题等 - -### 问题重现步骤 | Steps to reproduce the problem -例如:贴上配置截图,描述下运行步骤等 diff --git a/.github/ISSUE_TEMPLATE/template-question.yml b/.github/ISSUE_TEMPLATE/template-question.yml new file mode 100644 index 00000000..145aae34 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/template-question.yml @@ -0,0 +1,67 @@ +name: 🙋 问题交流 | Question Report +title: "🙋 问题交流" +description: 搜索打开和关闭的 [GitHub 问题](https://github.com/eryajf/go-ldap-admin/issues) 请在提交问题之前回答这些问题,谢谢。 | Please answer these questions before submitting them. Thank you. +labels: ["bug"] +body: + - type: dropdown + id: env-os + attributes: + label: 操作系统 + description: 选择运行 AI Vtuber 的系统 + options: + - Windows + - MacOS + - Linux + - Other + validations: + required: true + + - type: input + id: env-python-ver + attributes: + label: Python 版本 + description: 填写运行 AI Vtuber 的 Python 版本 + placeholder: e.g. 3.10.11 + validations: + required: true + + - type: input + id: env-nb-ver + attributes: + label: AI Vtuber 版本 + description: 填写 AI Vtuber 版本(日期) + placeholder: e.g. 20240510 + validations: + required: true + + - type: textarea + id: describe + attributes: + label: 描述问题 + description: 清晰简洁地说明问题是什么 + validations: + required: true + + - type: textarea + id: reproduction + attributes: + label: 复现步骤 + description: 提供能复现此问题的详细操作步骤 + placeholder: | + 1. 首先…… + 2. 然后…… + 3. 发生…… + validations: + required: true + + - type: textarea + id: expected + attributes: + label: 期望的结果 + description: 清晰简洁地描述你期望发生的事情 + + - type: textarea + id: logs + attributes: + label: 截图或日志 + description: 提供有助于诊断问题的任何日志和截图 diff --git "a/docs/\346\212\225\350\265\204\344\272\272/index.html" "b/docs/\346\212\225\350\265\204\344\272\272/index.html" index 5cfea6a9..0c75ba4a 100644 --- "a/docs/\346\212\225\350\265\204\344\272\272/index.html" +++ "b/docs/\346\212\225\350\265\204\344\272\272/index.html" @@ -206,6 +206,11 @@ avatar: "https://images.cnblogs.com/cnblogs_com/ikaros-521/2328032/o_230820095537_QQ%E5%9B%BE%E7%89%8720230820175506.jpg", amount: "¥120" }, + { + name: "小幻", + avatar: "https://images.cnblogs.com/cnblogs_com/ikaros-521/2328032/o_240513024413_QQ%E5%9B%BE%E7%89%8720240513104122.jpg", + amount: "¥106.66" + }, { name: "一如既往", avatar: "https://images.cnblogs.com/cnblogs_com/ikaros-521/2328032/o_230719123315_%E4%B8%80%E5%A6%82%E6%97%A2%E5%BE%80.jpg", @@ -336,11 +341,6 @@ avatar: "https://images.cnblogs.com/cnblogs_com/ikaros-521/2328032/o_240409155719_QQ%E5%9B%BE%E7%89%8720240409235702.jpg", amount: "¥100" }, - { - name: "小幻", - avatar: "https://images.cnblogs.com/cnblogs_com/ikaros-521/2328032/o_240513024413_QQ%E5%9B%BE%E7%89%8720240513104122.jpg", - amount: "¥100" - }, { name: "很养眼的丑男", avatar: "https://images.cnblogs.com/cnblogs_com/ikaros-521/2328032/o_230722162732_QQ%E5%9B%BE%E7%89%8720230723000544.jpg", diff --git "a/docs/\346\212\225\350\265\204\344\272\272/invest.png" "b/docs/\346\212\225\350\265\204\344\272\272/invest.png" index 2d8dbac9..9d528796 100644 Binary files "a/docs/\346\212\225\350\265\204\344\272\272/invest.png" and "b/docs/\346\212\225\350\265\204\344\272\272/invest.png" differ