update deps & add links

This commit is contained in:
SevicheCC 2023-05-19 21:24:54 +08:00
parent d3d15f2319
commit c172e458dd
Signed by untrusted user who does not match committer: SevicheCC
GPG key ID: C577000000000000
4 changed files with 721 additions and 1391 deletions

View file

@ -1,5 +1,5 @@
[build]
command = "corepack prepare pnpm@8.4.0 --activate && pnpm i && npx pnpm build"
command = "corepack prepare pnpm@8.5.1 --activate && pnpm i && npx pnpm build"
publish = "build"
[build.environment]

View file

@ -30,19 +30,19 @@
"@iconify-json/ic": "^1.1.13",
"@iconify-json/icon-park-twotone": "1.1.9",
"@iconify-json/material-symbols": "1.1.41",
"@iconify-json/mdi": "^1.1.50",
"@iconify-json/mdi": "^1.1.52",
"@iconify-json/simple-icons": "1.1.52",
"@iconify-json/uil": "^1.1.4",
"@sveltejs/adapter-netlify": "^2.0.7",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/adapter-vercel": "2.4.3",
"@sveltejs/kit": "^1.16.2",
"@sveltejs/kit": "^1.18.0",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.1.1",
"@types/node": "^20.2.1",
"@types/unist": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@unocss/extractor-svelte": "^0.51.12",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@unocss/extractor-svelte": "^0.51.13",
"@vite-pwa/sveltekit": "^0.2.1",
"chalk": "^5.2.0",
"chokidar": "^3.5.3",
@ -56,7 +56,7 @@
"github-slugger": "^2.0.0",
"mdast-util-to-string": "^3.2.0",
"mdsvex": "^0.10.6",
"netlify-cli": "^15.0.2",
"netlify-cli": "^15.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.23",
"postcss-lightningcss": "^0.7.0",
@ -65,10 +65,10 @@
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.1.0",
"rehype-slug": "^5.1.0",
"remark": "^14.0.2",
"remark": "^14.0.3",
"remark-fff": "~0.5.3",
"remark-footnotes": "~2.0.0",
"rollup": "^3.21.5",
"rollup": "^3.22.0",
"shiki-twoslash": "^3.1.2",
"svelte": "^3.59.1",
"svelte-bricks": "^0.1.7",
@ -77,11 +77,11 @@
"svelte-typeahead": "^4.4.1",
"sveltekit-embed": "^0.0.12",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.0",
"tslib": "^2.5.1",
"typescript": "^5.0.4",
"unist-util-visit": "^4.1.2",
"unocss": "^0.51.12",
"vite": "^4.3.5",
"unocss": "^0.51.13",
"vite": "^4.3.8",
"vite-imagetools": "^4.0.19",
"vite-plugin-pwa": "^0.14.7",
"workbox-build": "^6.5.4",

File diff suppressed because it is too large Load diff

View file

@ -8,14 +8,13 @@ tags:
- 计算机图形学
---
前前后后花了大概五天的时间一天看23个小时不等终于把这个 CS291 的课看完了。因为线上练习不太方便,所以基本上没有做 coding 练习,只是做了简单的 quiz。
前前后后花了大概五天的时间一天看23个小时不等终于把这个 [Interactive 3D Graphics - CS291](https://www.udacity.com/course/interactive-3d-graphics--cs291)的课看完了。因为线上练习不太方便,所以基本上没有做 coding 练习,只是做了简单的 quiz。
## 课程笔记
[CS291](https://x.seviche.cc/#/page/cs291)
不太全面的随堂笔记,基本上如果是我觉得已经完全理解的、不重要的就不会记录。
## 课程评价
### 优点: