Skip to content

Commit 6ba510b

Browse files
committed
update link
1 parent e168ba5 commit 6ba510b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- name: Use Node.js 22
13+
- name: Use Node.js 18
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: 22
16+
node-version: 18
1717
cache: npm
1818
- run: yarn
1919
- run: yarn build

src/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const headerData = {
7575
target: '_blank'
7676
},
7777
],
78-
actions: [{ text: '下载macOS版', href: '/portal/docs/download/', target: '_blank' }],
78+
actions: [{ text: '下载macOS版', href: '/portal/docs/download/' }],
7979
};
8080

8181
export const footerData = {

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ const metadata = {
263263
variant: 'primary',
264264
text: '下载macOS版',
265265
href: '/portal/docs/download/',
266-
target: '_blank',
266+
// target: '_blank',
267267
icon: 'tabler:download',
268268
},
269269
]}

0 commit comments

Comments
 (0)