Skip to content

Commit 305e0f7

Browse files
authored
fix posts info
1 parent 3b25b3d commit 305e0f7

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

source/_posts/2016-10-24-decorator.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
1+
---
12
title: Javascript 中的装饰器
23
subtitle: 麻麻说:写代码一定要优雅
34
cover: https://misc.aotu.io/Secbone/decorator/decorator_840x340.jpg
45
date: 2016-10-14 20:49:11
56
categories: Web开发
67
draft: false
78
tags:
8-
- decorator
9-
- 装饰器
10-
author:
9+
- decorator
10+
- 装饰器
11+
author:
1112
nick: Secbone
1213
github_name: Secbone
13-
wechat:
14-
share_cover: https://misc.aotu.io/Secbone/decorator/decorator_200x200.jpg
15-
share_title: Javascript 中的装饰器
16-
share_desc: 麻麻说:写代码一定要优雅
14+
wechat:
15+
share_cover: https://misc.aotu.io/Secbone/decorator/decorator_200x200.jpg
16+
share_title: Javascript 中的装饰器
17+
share_desc: 麻麻说:写代码一定要优雅
1718
---
1819

1920
<!-- more -->
21+
2022
# Javascript 中的装饰器
2123

2224
## 前言

0 commit comments

Comments
 (0)