Skip to content

Commit 065d20d

Browse files
committed
update
1 parent 33116cc commit 065d20d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/en/docs/tutorial/modules.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ Install the `@mika-shell/core` and optional `@mika-shell/extra` packages via npm
3939
npm install @mika-shell/core @mika-shell/extra
4040
```
4141

42+
{{< callout type="warning" >}}
43+
Since this is still in the testing phase, the npm package may be outdated. Please get the latest version from [Releases](https://github.com/MikaShell/mika-shell/releases)
44+
{{< /callout >}}
45+
4246
* `@mika-shell/core` includes everything in `globalThis.mikaShell`.
4347
In fact, `@mika-shell/core` mainly provides type definitions.
4448
* `@mika-shell/extra` builds on `@mika-shell/core` and offers additional modules such as `hyprland`.

content/zh-cn/docs/tutorial/modules.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ mikaShell.os.getSystemInfo().then(info => {
3636
npm install @mika-shell/core @mika-shell/extra
3737
```
3838

39+
{{< callout type="warning" >}}
40+
由于目前正在测试阶段,npm 的包可能过时,请优先从 [Releases](https://github.com/MikaShell/mika-shell/releases) 获取最新版本的包!!!
41+
{{< /callout >}}
42+
3943
其中 `@mika-shell/core` 中包含了 `globalThis.mikaShell` 的所有内容,实际上 `@mika-shell/core` 仅作为类型提示。
4044

4145
`@mika-shell/extra` 是基于 `@mika-shell/core` 开发了一些额外的模块,如 `hyprland` 等。

0 commit comments

Comments
 (0)