Merge branch 'main' of github.com:1Panel-dev/MaxKB

This commit is contained in:
shaohuzhang1 2024-03-22 17:57:16 +08:00
commit d3aa6463d8
2 changed files with 18 additions and 1 deletions

16
.github/workflows/sync2gitee.yml vendored Normal file
View File

@ -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

View File

@ -47,8 +47,9 @@
@row-click="rowClickHandle"
@selection-change="handleSelectionChange"
v-loading="loading"
:row-key="(row: any) => row.id"
>
<el-table-column type="selection" width="55" />
<el-table-column type="selection" width="55" :reserve-selection="true" />
<el-table-column prop="name" label="文件名称" min-width="280">
<template #default="{ row }">
<ReadWrite