Skip to content

Commit ef8b4c3

Browse files
committed
build(deps): šŸ”§ ę›“ę–°ä¾čµ–ē‰ˆęœ¬å’Œä¼˜åŒ–å·„ä½œęµ
1 parent 051a883 commit ef8b4c3

5 files changed

Lines changed: 469 additions & 401 deletions

File tree

ā€Ž.github/workflows/deploy.ymlā€Ž

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ jobs:
2323
# é€‰ę‹©č¦ä½æē”Øēš„ node ē‰ˆęœ¬
2424
node-version: "20"
2525

26-
# ē¼“å­˜ node_modules
27-
- name: Cache dependencies
28-
uses: actions/cache@v4
29-
id: yarn-cache
30-
with:
31-
path: |
32-
**/node_modules
33-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
34-
restore-keys: |
35-
${{ runner.os }}-yarn-
3626

3727
# å¦‚ęžœē¼“å­˜ę²”ęœ‰å‘½äø­ļ¼Œå®‰č£…ä¾čµ–
3828
- name: Install dependencies

ā€Ž.gitignoreā€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ coverage
1515
*.local
1616

1717
# Editor directories and files
18+
.idea
1819
.vscode/*
1920
!.vscode/extensions.json
2021

ā€Ž.vitepress/config.mtsā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default defineConfig({
7272
},
7373
footer: {
7474
message: "Released under the MIT License.",
75-
copyright: "Copyright Ā© 2024-present Always-Team",
75+
copyright: "Copyright Ā© 2025-present Always-Team",
7676
},
7777
editLink: {
7878
pattern:

ā€Žpackage.jsonā€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"docs:preview": "vitepress preview"
99
},
1010
"devDependencies": {
11-
"vitepress": "^1.3.4",
12-
"vue": "^3.5.6"
11+
"vitepress": "^1.6.3",
12+
"vue": "^3.5.13"
1313
}
1414
}

0 commit comments

Comments
Ā (0)