Skip to content

Commit

Permalink
Merge pull request #94 from terwer/dev
Browse files Browse the repository at this point in the history
feat:#85 Google插件扩展-暗黑模式适配
  • Loading branch information
terwer committed Sep 24, 2022
2 parents 17d46e7 + a81968f commit 4cbd7b7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/components/tab/DynamicPlantform.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@
@click="onPlantformTypeChange(PlantformType.Wordpress)">
{{ $t('dynamic.platform.type.wordpress') }}
</el-button>
<el-button :type="pType===PlantformType.Custom?'primary':''"
@click="onPlantformTypeChange(PlantformType.Custom)">{{
$t('dynamic.platform.type.custom')
}}
</el-button>
</el-button-group>
</el-form-item>
<el-form-item>
<el-button :type="pType===PlantformType.Custom?'primary':''"
@click="onPlantformTypeChange(PlantformType.Custom)">{{
$t('dynamic.platform.type.custom')
}}
</el-button>
</el-form-item>

<el-form-item v-if="!showForm">
敬请期待
<el-alert title="敬请期待" type="info" :closable="false"/>
</el-form-item>

<el-form-item :label="pType+$t('dynamic.platform.key')" prop="plantformKey" v-if="showForm">
Expand Down

1 comment on commit 4cbd7b7

@vercel
Copy link

@vercel vercel bot commented on 4cbd7b7 Sep 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.