Merge pull request #44 from jetlinks/dev-hub

Dev hub
This commit is contained in:
胡彪 2023-01-13 09:57:26 +08:00 committed by GitHub
commit 6ed95f4758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3977 additions and 3857 deletions

View File

@ -29,7 +29,8 @@
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
"vue-router": "^4.1.6",
"vue3-markdown-it": "^1.0.10"
},
"devDependencies": {
"@commitlint/cli": "^17.4.1",

View File

@ -189,7 +189,8 @@
class="config-right-item-context"
v-if="config.document"
>
{{ config.document }}
<Markdown :source="config.document" />
</div>
</div>
<div
@ -314,6 +315,8 @@ import {
import AccessCard from './AccessCard/index.vue';
import { message, Form } from 'ant-design-vue';
import type { FormInstance } from 'ant-design-vue';
import Markdown from 'vue3-markdown-it';
//1
const resultList1 = [

7826
yarn.lock

File diff suppressed because it is too large Load Diff