Skip to content

Commit ac54ddd

Browse files
committed
fix: 修复模板编译问题,并兼容 macOS ARM64
1 parent 8b0b990 commit ac54ddd

7 files changed

+7764
-13
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@
4444
},
4545
"optionalDependencies": {
4646
"hexo-browsersync": "^0.3.0"
47+
},
48+
"resolutions": {
49+
"hexo-filter-cleanup/favicons/sharp": "0.28.0"
4750
}
4851
}

source/_posts/2021-03-09-hexigua.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ subtitle:
33
cover: https://img13.360buyimg.com/imagetools/jfs/t1/170092/2/11181/158079/6046e8d5Ee8080164/8fb43cf2e98d1255.jpg
44
categories: H5 游戏开发
55
tags:
6-
- Phaser3
7-
- 合成大西瓜
8-
- matter.js
9-
author:
6+
- Phaser3
7+
- 合成大西瓜
8+
- matter.js
9+
author:
1010
nick: 杰
1111
github_name: eijil
1212
date: 2021-03-09 17:58:08

source/_posts/2021-03-25-interrupt-react-fiber.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ subtitle: 带你了解计算机的中断机制(操作系统心脏)是如何
33
cover: https://img11.360buyimg.com/ling/jfs/t1/156416/37/17938/20347/605c38f1E973ec4d6/fe3315b68d397ca6.jpg
44
category: JavaScript
55
tags:
6-
7-
- JavaScript
8-
- React
9-
author:
6+
- JavaScript
7+
- React
8+
author:
109
nick: nobo
1110
github_name: bplok20010
1211
date: 2021-03-25 14:31:27

source/_posts/2021-06-10-first-glimpse-harmonyos.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ export default {
199199
>视图层想改变数据层,只能通过绑定事件的方式实现。
200200
201201
#### 4.1.1 数据初始化
202-
hml 中的数据都来自于对应 js 中的 data 对象,因此在初始化页面时,在 data 对象中写入数据,hml 中就可以通过 {{}} 的形式绑定数据。
202+
hml 中的数据都来自于对应 js 中的 data 对象,因此在初始化页面时,在 data 对象中写入数据,hml 中就可以通过 {% raw %}{{}}{% endraw %} 的形式绑定数据。
203+
203204
```javascript
204205
// xxx.js
205206
export default {
@@ -208,10 +209,12 @@ export default {
208209
}
209210
}
210211
```
212+
211213
```html
212214
<!-- xxx.hml -->
213215
<div>{{text}}</div>
214216
```
217+
215218
#### 4.1.2 数据更新
216219
通过为页面元素绑定事件,可以调用方法更新数据,从而触发视图更新数据
217220
``` javascript

source/_posts/2021-07-08-jd618.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ subtitle: 一文揭秘京东大促团队的 618 开发方案
33
cover: https://img14.360buyimg.com/ling/s690x416_jfs/t1/21899/9/15553/706372/60deeedcE57f65b6a/780a25595fc506af.png
44
categories: 凹凸
55
tags:
6-
7-
- 凹凸
8-
author:
6+
- 凹凸
7+
author:
98
nick: wangli,lijiazhan,huanglvming
109
date: 2021-07-08 17:00:00
1110

source/_posts/2021-07-19-DecisionTree-And-EnsembleLearing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags:
55
- 人工智能
66
- AI
77
categories: 人工智能
8-
author: hyde
8+
author:
99
nick: hyde
1010
github_name: hydchow
1111
date: 2021-07-19 09:34:11

0 commit comments

Comments
 (0)