Skip to content

Commit e1b3180

Browse files
committed
feat: nana.gif
1 parent d884378 commit e1b3180

File tree

8 files changed

+483
-456
lines changed

8 files changed

+483
-456
lines changed

components.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ declare module '@vue/runtime-core' {
99
IRiMoonLine: typeof import('~icons/ri/moon-line')['default']
1010
IRiSunLine: typeof import('~icons/ri/sun-line')['default']
1111
IUilGithubAlt: typeof import('~icons/uil/github-alt')['default']
12+
Nana: typeof import('./src/components/Nana.vue')['default']
1213
Post: typeof import('./src/components/Post.vue')['default']
1314
RouterLink: typeof import('vue-router')['RouterLink']
1415
RouterView: typeof import('vue-router')['RouterView']

cspell.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"antfu",
77
"Bilibili",
88
"iconify",
9+
"Nana",
910
"unocss",
1011
"unplugin",
1112
"vite",

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,35 +17,35 @@
1717
},
1818
"prettier": "@ntnyq/prettier-config",
1919
"devDependencies": {
20-
"@iconify/json": "^2.1.28",
20+
"@iconify/json": "^2.1.29",
2121
"@ntnyq/prettier-config": "^0.3.1",
2222
"@octokit/rest": "^18.12.0",
2323
"@types/fs-extra": "^9.0.13",
2424
"@types/markdown-it": "^12.2.3",
25-
"@types/node": "^17.0.24",
25+
"@types/node": "^17.0.25",
2626
"@types/nprogress": "^0.2.0",
27-
"@unocss/reset": "^0.31.5",
27+
"@unocss/reset": "^0.31.6",
2828
"@vitejs/plugin-vue": "^2.3.1",
2929
"@vue/server-renderer": "^3.2.33",
3030
"dayjs": "^1.11.1",
3131
"gray-matter": "^4.0.3",
3232
"husky": "^7.0.4",
3333
"lint-staged": "^12.3.8",
3434
"markdown-it": "^12.3.2",
35-
"markdown-it-prism": "^2.2.3",
35+
"markdown-it-prism": "^2.2.4",
3636
"prettier": "^2.6.2",
3737
"pug": "^3.0.2",
3838
"typescript": "^4.6.3",
39-
"unocss": "^0.31.5",
39+
"unocss": "^0.31.6",
4040
"unplugin-auto-import": "^0.7.1",
4141
"unplugin-icons": "^0.14.1",
4242
"unplugin-vue-components": "^0.19.3",
4343
"vite": "^2.9.5",
4444
"vite-plugin-md": "^0.12.4",
45-
"vite-plugin-pages": "^0.22.0",
46-
"vite-plugin-pwa": "^0.11.13",
45+
"vite-plugin-pages": "^0.23.0",
46+
"vite-plugin-pwa": "^0.12.0",
4747
"vite-ssg": "^0.19.2",
48-
"vite-ssg-sitemap": "^0.2.2",
48+
"vite-ssg-sitemap": "^0.2.3",
4949
"workbox-window": "^6.5.3"
5050
},
5151
"dependencies": {

0 commit comments

Comments
 (0)