feat: add stackblitz playground

This commit is contained in:
Justineo
2021-09-19 15:34:14 +08:00
parent 8a2e1e3187
commit afb1c0f1ac
14 changed files with 127 additions and 40 deletions

View File

@@ -5,7 +5,8 @@ i18n.register(
{
showCode: '显示代码',
hideCode: '隐藏代码',
playInCsb: '在 CodeSandbox 中打开'
playInCodeSandbox: '在 CodeSandbox 中打开',
playInStackBlitz: '在 StackBlitz 中打开'
},
{
ns: 'onedemo'
@@ -17,7 +18,8 @@ i18n.register(
{
showCode: 'Show code',
hideCode: 'Hide code',
playInCsb: 'Open in CodeSandbox'
playInCodeSandbox: 'Open in CodeSandbox',
playInStackBlitz: 'Open in StackBlitz'
},
{
ns: 'onedemo'