添加在线开发环境链接

This commit is contained in:
John Smith
2026-05-02 10:26:50 +08:00
parent fb77e0390c
commit e95c13e1d0
4 changed files with 4 additions and 4 deletions

View File

@@ -189,7 +189,7 @@ export default {
result: 'Result CSS',
copy: 'Copy',
editor: 'Editor',
editor: 'Online IDE',
resetConfig: 'Reset config to default'
},
help: {

View File

@@ -189,7 +189,7 @@ export default {
result: '結果CSS',
copy: 'コピー',
editor: 'エディタ',
editor: 'オンラインIDE',
resetConfig: '設定をデフォルトに戻す'
},
help: {

View File

@@ -187,7 +187,7 @@ export default {
result: '结果CSS',
copy: '复制',
editor: '编辑器',
editor: '在线开发环境',
resetConfig: '恢复默认设置'
},
help: {

View File

@@ -15,7 +15,7 @@
<el-card shadow="never">
<el-form-item>
<el-button type="primary" @click="copyResult">{{ $t('stylegen.copy') }}</el-button>
<a target="_blank" href="https://vscode.dev/">
<a target="_blank" href="https://stackblitz.com/github/xfgryujk/blivechat-templates/tree/master/stackblitz?file=src%2Fmain.js,src%2Fassets%2Fcustom.css">
<el-button style="margin: 0 10px">{{ $t('stylegen.editor') }}</el-button>
</a>
<el-button type="danger" @click="resetConfig" style="float: right">{{ $t('stylegen.resetConfig') }}</el-button>