mirror of
https://github.com/xfgryujk/blivechat.git
synced 2026-08-19 09:43:28 +08:00
添加在线开发环境链接
This commit is contained in:
@@ -189,7 +189,7 @@ export default {
|
||||
|
||||
result: 'Result CSS',
|
||||
copy: 'Copy',
|
||||
editor: 'Editor',
|
||||
editor: 'Online IDE',
|
||||
resetConfig: 'Reset config to default'
|
||||
},
|
||||
help: {
|
||||
|
||||
@@ -189,7 +189,7 @@ export default {
|
||||
|
||||
result: '結果CSS',
|
||||
copy: 'コピー',
|
||||
editor: 'エディタ',
|
||||
editor: 'オンラインIDE',
|
||||
resetConfig: '設定をデフォルトに戻す'
|
||||
},
|
||||
help: {
|
||||
|
||||
@@ -187,7 +187,7 @@ export default {
|
||||
|
||||
result: '结果CSS',
|
||||
copy: '复制',
|
||||
editor: '编辑器',
|
||||
editor: '在线开发环境',
|
||||
resetConfig: '恢复默认设置'
|
||||
},
|
||||
help: {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user