mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 14:39:30 +08:00
Compare commits
2 commits
d3d15f2319
...
bcbcc19cc4
Author | SHA1 | Date | |
---|---|---|---|
|
bcbcc19cc4 | ||
|
c172e458dd |
4 changed files with 722 additions and 1391 deletions
|
@ -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]
|
||||
|
|
24
package.json
24
package.json
|
@ -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",
|
||||
|
|
2083
pnpm-lock.yaml
2083
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -8,14 +8,13 @@ tags:
|
|||
- 计算机图形学
|
||||
---
|
||||
|
||||
前前后后花了大概五天的时间,一天看2~3个小时不等,终于把这个 CS291 的课看完了。因为线上练习不太方便,所以基本上没有做 coding 练习,只是做了简单的 quiz。
|
||||
前前后后花了大概五天的时间,一天看2~3个小时不等,终于把这个 [Interactive 3D Graphics - CS291](https://www.udacity.com/course/interactive-3d-graphics--cs291)的课看完了。因为线上练习不太方便,所以基本上没有做 coding 练习,只是做了简单的 quiz。
|
||||
|
||||
## 课程笔记
|
||||
[CS291](https://x.seviche.cc/#/page/cs291)
|
||||
|
||||
不太全面的随堂笔记,基本上如果是我觉得已经完全理解的、不重要的就不会记录。
|
||||
|
||||
|
||||
## 课程评价
|
||||
|
||||
### 优点:
|
||||
|
@ -24,6 +23,7 @@ tags:
|
|||
- 单节课时长很短,1~5分钟左右,看起来不那么累
|
||||
- 丰富的 Quiz 和 Question set,学练结合
|
||||
- 老师很幽默,没有口音问题,听起来很清晰
|
||||
- 有 Udacity GPT,遇到问题的时候很方便
|
||||
- 有字幕
|
||||
|
||||
### 缺点:
|
||||
|
|
Loading…
Reference in a new issue