Skip to content

Commit 10bb022

Browse files
author
zhangwentao
committed
hao123-dev rename to hao123-fe
1 parent b8080b5 commit 10bb022

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $ her release -c
6969

7070
###5.性能优化###
7171

72-
####5.1使用`{pagelet}`将页面分块([wiki](https://github.com/hao123-dev/her/wiki/03-01.Smarty%E6%A8%A1%E6%9D%BF))####
72+
####5.1使用`{pagelet}`将页面分块([wiki](https://github.com/hao123-fe/her/wiki/03-01.Smarty%E6%A8%A1%E6%9D%BF))####
7373

7474
`{pagelet}`将页面分块,并收集其中的html、css、js。`{pagelet}`中的内容都通过js渲染。建议将非首屏内容都添加`{pagelet}`,异步渲染。
7575

@@ -87,7 +87,7 @@ $ her release -c
8787
{/pagelet}
8888
```
8989

90-
####5.3 除框架js之外的所有业务js都使用require.defer([wiki](https://github.com/hao123-dev/her/wiki/03-02.Javascript))####
90+
####5.3 除框架js之外的所有业务js都使用require.defer([wiki](https://github.com/hao123-fe/her/wiki/03-02.Javascript))####
9191

9292
require.defer 会将模块的加载推迟到页面 onload 之后,以防止对首屏速度的影响。
9393

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/hao123-dev/her-preprocessor-fispadaptor.git"
11+
"url": "https://github.com/hao123-fe/her-preprocessor-fispadaptor.git"
1212
},
1313
"keywords": [
1414
"her"
1515
],
1616
"author": {
17-
"name": "https://github.com/hao123-dev"
17+
"name": "https://github.com/hao123-fe"
1818
},
1919
"license": "MIT",
2020
"bugs": {
21-
"url": "https://github.com/hao123-dev/her-preprocessor-fispadaptor/issues"
21+
"url": "https://github.com/hao123-fe/her-preprocessor-fispadaptor/issues"
2222
},
2323
"readme": "ERROR: No README data found!",
24-
"homepage": "https://github.com/hao123-dev/her-preprocessor-fispadaptor"
24+
"homepage": "https://github.com/hao123-fe/her-preprocessor-fispadaptor"
2525
}

0 commit comments

Comments
 (0)