Skip to content

Commit

Permalink
feat: 新版挂件-动态读取配置
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jun 24, 2023
1 parent 5234e76 commit 6d8ba7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/set/PlatformSetting.vue
Expand Up @@ -328,8 +328,8 @@ onMounted(async () => {
<el-table-column prop="platformType" :label="t('dynamic.platform.type')" />
<el-table-column prop="subPlatformType" :label="t('dynamic.platform.subtype')" />
-->
<el-table-column prop="platformKey" :label="t('dynamic.platform.key')" width="180" />
<el-table-column prop="platformName" :label="t('dynamic.platform.name')" width="180" />
<el-table-column prop="platformKey" :label="t('dynamic.platform.key')" width="120" />
<el-table-column prop="platformName" :label="t('dynamic.platform.name')" width="120" />
<el-table-column align="center">
<template #header>
<div style="text-align: center">授权状态</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/set/platform/yamlConvertAdaptor.ts
Expand Up @@ -25,7 +25,7 @@

import { PostForm } from "~/src/models/postForm.ts"
import { YamlFormatObj } from "~/src/models/yamlFormatObj.ts"
import { GithubConfig } from "~/src/adaptors/github/config/GithubConfig.ts"
import { GithubConfig } from "~/src/adaptors/base/github/config/GithubConfig.ts"

export interface IYamlConvertAdaptor {
convertToYaml(postForm: PostForm, githubCfg?: GithubConfig): YamlFormatObj
Expand Down

0 comments on commit 6d8ba7f

Please sign in to comment.