mirror of
https://github.com/certd/certd.git
synced 2026-07-09 06:07:37 +08:00
chore: 新增插件额外配置功能
- 在插件管理中添加 extra 字段,用于存储额外配置信息 - 实现插件编辑页面的额外配置编辑功能 - 更新数据库结构,增加 extra 列 - 优化代码编辑器的导入方式 - 更新 fast-crud 相关包版本
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
<template>
|
||||
<fs-page class="page-cert">
|
||||
<template #header>
|
||||
<div class="title">插件管理</div>
|
||||
<div class="title">
|
||||
插件管理
|
||||
<span class="sub">自定义插件处于BETA测试版,后续可能会有破坏性变更</span>
|
||||
</div>
|
||||
</template>
|
||||
<fs-crud ref="crudRef" v-bind="crudBinding">
|
||||
<!-- <template #pagination-left>-->
|
||||
|
||||
Reference in New Issue
Block a user