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

Commit ee079ad

Browse files
authored
fix: js & scripts description (#64)
1 parent 2bfe5e7 commit ee079ad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: 16.x
21+
node-version: 18.x
2222
- name: Cache pnpm modules
2323
uses: actions/cache@v3
2424
env:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.x]
15+
node-version: [18.x]
1616

1717
steps:
1818
- uses: actions/checkout@v3

pages/themes/shiro/config.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949

5050
### Scripts (`scripts`)
5151

52-
自定义 JS 脚本。接受一个字符串数组
52+
接受一个 [Script](https://nextjs.org/docs/app/api-reference/components/script#props) Props 参数数组
5353

5454
### Styles (`styles`)
5555

5656
自定义 CSS。接受一个字符串数组。
5757

5858
### JavaScript tag (`js`)
5959

60-
接受一个 [Script](https://nextjs.org/docs/app/api-reference/components/script#props) Props 参数数组
60+
自定义 JS 脚本。接受一个字符串数组
6161

6262
### CSS href link (`css`)
6363

0 commit comments

Comments
 (0)