From 3600b62176d2da0ce35b03c6b2f29c2d919af4d6 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Tue, 24 Dec 2024 00:54:16 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=B7=BB=E5=8A=A0=E8=B4=A1?= =?UTF-8?q?=E7=8C=AE=E8=80=85=E5=B1=95=E7=A4=BA=E7=BB=84=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E5=B9=B6=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E4=BB=A5=E6=84=9F=E8=B0=A2=E8=B4=A1=E7=8C=AE=E8=80=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/components/ContributorsBar.vue | 23 +++++++++++++++++++++++ docs/zh/dev/project.md | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 docs/components/ContributorsBar.vue diff --git a/docs/components/ContributorsBar.vue b/docs/components/ContributorsBar.vue new file mode 100644 index 00000000..6692d5d8 --- /dev/null +++ b/docs/components/ContributorsBar.vue @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/docs/zh/dev/project.md b/docs/zh/dev/project.md index 7968a797..374f65c1 100755 --- a/docs/zh/dev/project.md +++ b/docs/zh/dev/project.md @@ -39,3 +39,11 @@ pre-commit install # 安装 pre-commit 钩子 - [`Google Docstring`](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html) 文档规范 可以在编辑器中安装相应的插件进行辅助 + +## 其他 + +感谢以下的贡献者们: + + + + \ No newline at end of file