mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 23:39:30 +08:00
fix path of cover image and upgrade dependance
This commit is contained in:
parent
2db40dc64a
commit
5ed354da07
3 changed files with 6972 additions and 284 deletions
|
@ -79,5 +79,8 @@
|
||||||
"vite": "^3.1.0",
|
"vite": "^3.1.0",
|
||||||
"vite-plugin-pwa": "^0.12.7",
|
"vite-plugin-pwa": "^0.12.7",
|
||||||
"workbox-window": "^6.5.4"
|
"workbox-window": "^6.5.4"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"netlify-cli": "^12.0.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
7249
pnpm-lock.yaml
7249
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@ created: 2022-11-01
|
||||||
summary: Bash 脚本 / Vue-> React / Git / Project book / The rules of friendship
|
summary: Bash 脚本 / Vue-> React / Git / Project book / The rules of friendship
|
||||||
tags:
|
tags:
|
||||||
- 我在看什么
|
- 我在看什么
|
||||||
image: /2022-11-02-reading-10/October.webp
|
image: /2022-11-01-reading-10/October.webp
|
||||||
---
|
---
|
||||||
|
|
||||||
## 前端相关
|
## 前端相关
|
||||||
|
@ -21,7 +21,7 @@ image: /2022-11-02-reading-10/October.webp
|
||||||
|
|
||||||
> 工厂函数是一个最后返回值是对象的函数,但它既不是类,也不是构造函数。在 JavaScript 中,任何函数都可以返回一个对象。但当函数没有使用 new 关键字时,那它便是一个工厂函数。
|
> 工厂函数是一个最后返回值是对象的函数,但它既不是类,也不是构造函数。在 JavaScript 中,任何函数都可以返回一个对象。但当函数没有使用 new 关键字时,那它便是一个工厂函数。
|
||||||
|
|
||||||
> 当你想要返回一个对象字面量的时候,如果你使用了大括号,JavaScript 会默认你想要创建一个函数体。像是{ broken: true }。如果你想要通过隐式返回来返回一个字面量对象,那你就需要在你的字面量对象外面包裹一层小括号来消除这种歧义
|
> 当你想要返回一个对象字面量的时候,如果你使用了大括号,JavaScript 会默认你想要创建一个函数体。像是`{ broken: true }`。如果你想要通过隐式返回来返回一个字面量对象,那你就需要在你的字面量对象外面包裹一层小括号来消除这种歧义
|
||||||
|
|
||||||
- [ECMAScript 6 入门 ——Promise 对象](https://es6.ruanyifeng.com/#docs/promise)
|
- [ECMAScript 6 入门 ——Promise 对象](https://es6.ruanyifeng.com/#docs/promise)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue