From 527ddbf1e890a3e39c190e6caed8534e9c199f19 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 29 Oct 2024 18:40:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=8C=89=E7=85=A7=E7=8A=B6=E6=80=81=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E6=B2=A1=E6=9C=89=E7=94=9F=E6=88=90=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1048200 --user=刘瑞斌 【知识库】文档列表按文件状态排序,少了一个「生成问题中」的选项 https://www.tapd.cn/57709429/s/1601157 --- .github/workflows/typos_check.yml | 7 ++++++- .typos.toml | 4 ++++ ui/src/views/document/index.vue | 6 ++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .typos.toml diff --git a/.github/workflows/typos_check.yml b/.github/workflows/typos_check.yml index 099b219d3..0acbca910 100644 --- a/.github/workflows/typos_check.yml +++ b/.github/workflows/typos_check.yml @@ -1,5 +1,10 @@ name: Typos Check -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened] jobs: run: diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 000000000..08f67e5e8 --- /dev/null +++ b/.typos.toml @@ -0,0 +1,4 @@ +[files] +extend-exclude = [ + 'apps/setting/models_provider/impl/*/icon/*' +] \ No newline at end of file diff --git a/ui/src/views/document/index.vue b/ui/src/views/document/index.vue index f9e6a8c04..a54d67d2e 100644 --- a/ui/src/views/document/index.vue +++ b/ui/src/views/document/index.vue @@ -123,6 +123,12 @@ :command="beforeCommand('status', '3')" >排队中 + 生成问题中