From 17217c0f574603a8985e3af535aae1a9145242f3 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Fri, 22 Mar 2024 12:29:56 +0800 Subject: [PATCH 1/2] ci: add workflow to sync to Gitee repo --- .github/workflows/sync2gitee.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/sync2gitee.yml diff --git a/.github/workflows/sync2gitee.yml b/.github/workflows/sync2gitee.yml new file mode 100644 index 000000000..186cf1570 --- /dev/null +++ b/.github/workflows/sync2gitee.yml @@ -0,0 +1,16 @@ +name: sync2gitee +on: [push] + +jobs: + repo-sync: + runs-on: ubuntu-latest + steps: + - name: Mirror the Github organization repos to Gitee. + uses: Yikun/hub-mirror-action@master + with: + src: 'github/1Panel-dev' + dst: 'gitee/fit2cloud-feizhiyun' + dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} + dst_token: ${{ secrets.GITEE_TOKEN }} + static_list: "MaxKB" + force_update: true \ No newline at end of file From 2c4d49f869ca466b93545a38d8ac9a5d3a1cbeaf Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Fri, 22 Mar 2024 13:48:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E5=88=97=E8=A1=A8=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E6=B6=88=E5=A4=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/document/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/views/document/index.vue b/ui/src/views/document/index.vue index f97f60916..09584c981 100644 --- a/ui/src/views/document/index.vue +++ b/ui/src/views/document/index.vue @@ -47,8 +47,9 @@ @row-click="rowClickHandle" @selection-change="handleSelectionChange" v-loading="loading" + :row-key="(row: any) => row.id" > - +