Skip to content

Commit

Permalink
feat: nana.gif
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Apr 19, 2022
1 parent d884378 commit e1b3180
Show file tree
Hide file tree
Showing 8 changed files with 483 additions and 456 deletions.
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ declare module '@vue/runtime-core' {
IRiMoonLine: typeof import('~icons/ri/moon-line')['default']
IRiSunLine: typeof import('~icons/ri/sun-line')['default']
IUilGithubAlt: typeof import('~icons/uil/github-alt')['default']
Nana: typeof import('./src/components/Nana.vue')['default']
Post: typeof import('./src/components/Post.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Expand Down
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"antfu",
"Bilibili",
"iconify",
"Nana",
"unocss",
"unplugin",
"vite",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,35 @@
},
"prettier": "@ntnyq/prettier-config",
"devDependencies": {
"@iconify/json": "^2.1.28",
"@iconify/json": "^2.1.29",
"@ntnyq/prettier-config": "^0.3.1",
"@octokit/rest": "^18.12.0",
"@types/fs-extra": "^9.0.13",
"@types/markdown-it": "^12.2.3",
"@types/node": "^17.0.24",
"@types/node": "^17.0.25",
"@types/nprogress": "^0.2.0",
"@unocss/reset": "^0.31.5",
"@unocss/reset": "^0.31.6",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/server-renderer": "^3.2.33",
"dayjs": "^1.11.1",
"gray-matter": "^4.0.3",
"husky": "^7.0.4",
"lint-staged": "^12.3.8",
"markdown-it": "^12.3.2",
"markdown-it-prism": "^2.2.3",
"markdown-it-prism": "^2.2.4",
"prettier": "^2.6.2",
"pug": "^3.0.2",
"typescript": "^4.6.3",
"unocss": "^0.31.5",
"unocss": "^0.31.6",
"unplugin-auto-import": "^0.7.1",
"unplugin-icons": "^0.14.1",
"unplugin-vue-components": "^0.19.3",
"vite": "^2.9.5",
"vite-plugin-md": "^0.12.4",
"vite-plugin-pages": "^0.22.0",
"vite-plugin-pwa": "^0.11.13",
"vite-plugin-pages": "^0.23.0",
"vite-plugin-pwa": "^0.12.0",
"vite-ssg": "^0.19.2",
"vite-ssg-sitemap": "^0.2.2",
"vite-ssg-sitemap": "^0.2.3",
"workbox-window": "^6.5.3"
},
"dependencies": {
Expand Down

0 comments on commit e1b3180

Please sign in to comment.