Skip to content

Commit

Permalink
minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Oct 4, 2023
1 parent 394d5c6 commit 1ebb865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default {
{name: 'OS', version: 'Linux', required: false, other: 'Supports Windows, recommended to use Mac/Linux.'},
{name: 'IDE', version: 'Intellij IDEA', required: false, other: 'Recommended to use Intellij IDEA'},
{name: 'JAVA', version: '1.8 +', required: true, other: null},
{name: 'Scala', version: '2.12.x', required: true, other: null},
{name: 'Scala', version: '2.12.x', required: true, other: 'install scala-plugin in Intellij IDEA'},
{name: 'Nodejs', version: '5.6 +', required: true, other: 'Node >=16.15.1 <= 18, https://nodejs.org'},
{name: 'pnpm', version: '7.11.2', required: true, other: 'npm install -g pnpm'},
{name: 'Flink', version: '1.12.0 +', required: true, other: 'Flink >= 1.12, just download and unpack it.'},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default {
{name: '操作系统', version: 'Linux', required: false, other: '支持 Windows, 推荐使用 Mac/Linux.'},
{name: 'IDE', version: 'Intellij IDEA', required: false, other: '推荐使用 Intellij IDEA'},
{name: 'JAVA', version: '1.8 +', required: true, other: null},
{name: 'Scala', version: '2.12.x', required: true, other: null},
{name: 'Scala', version: '2.12.x', required: true, other: '如果 IDE 是 Intellij IDEA 直接安装Scala插件即可'},
{name: 'Nodejs', version: '5.6 +', required: true, other: 'Node >=16.15.1 <= 18, https://nodejs.org'},
{name: 'pnpm', version: '7.11.2', required: true, other: 'npm install -g pnpm'},
{name: 'Flink', version: '1.12.0 +', required: true, other: 'Flink >= 1.12, 只需要从Flink官网下载解绑即可'},
Expand Down

0 comments on commit 1ebb865

Please sign in to comment.