Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
chore: graphics to interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
eyworldwide committed Nov 4, 2022
1 parent aaf210c commit 2f14f96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/editor.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ label: 编辑器/介绍

## 什么是 Oasis Editor?

[Oasis Editor](https://oasis.alipay.com/editor)**目前未对外开放**是一个基于移动优先的高性能图形开源引擎 [Oasis Engine](https://github.com/oasis-engine/engine) 的云端 Web 互动内容创作平台,可以在线完成一个互动项目的创建、编辑、导出。我们推荐使用 [Chrome 浏览器](https://www.google.com/chrome/) 打开它。
[Oasis Editor](https://oasis.alipay.com/editor)**目前未对外开放**是一个基于移动优先的高性能开源互动引擎 [Oasis Engine](https://github.com/oasis-engine/engine) 的云端 Web 互动内容创作平台,可以在线完成一个互动项目的创建、编辑、导出。我们推荐使用 [Chrome 浏览器](https://www.google.com/chrome/) 打开它。

## 工作流

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Oasis Engine - 移动优先的高性能 Web 图形引擎</title>
<title>Oasis Engine - 移动优先的高性能 Web 互动引擎</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions src/constants/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const translationsData: { [lang: string]: any } = {
'app.demo.riddle': '在 Riddle 中打开',
'app.demo.codesandbox': '在 CodeSandbox 中打开',
'app.demo.stackblitz': '在 Stackblitz 中打开',
'app.home.slogan': '移动优先的高性能 Web 图形引擎',
'app.home.slogan': '移动优先的高性能 Web 互动引擎',
'app.home.preview': '预览',
'app.home.start': '开始使用',
'app.home.discussion': '讨论',
Expand Down Expand Up @@ -180,7 +180,7 @@ export const translationsData: { [lang: string]: any } = {
'app.demo.codepen': 'Open in CodePen',
'app.demo.riddle': 'Open in Riddle',
'app.demo.codesandbox': 'Open in CodeSandbox',
'app.home.slogan': 'Mobile first web graphic engine',
'app.home.slogan': 'Mobile first high performance web interactive engine',
'app.home.preview': 'Preview',
'app.home.start': 'Getting Started',
'app.home.discussion': 'Discussion',
Expand Down

0 comments on commit 2f14f96

Please sign in to comment.