Skip to content

Commit 421a58c

Browse files
committed
修改描述
1 parent 5bf9a70 commit 421a58c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- socket实现及时通信;
99
- mocha实现单元测试
1010
- 还有前端使用angularjs
11+
- 增加requirejs模块化
1112

1213

1314
**功能:**
@@ -50,9 +51,11 @@
5051

5152
**更新说明:**
5253

53-
-因为股票具体数据是跨域请求的雪球网接口,雪球接口的参数会定时改变,所以对接口参数处理了一下,放入views的top.ejs文件中。
54+
- 因为股票具体数据是跨域请求的雪球网接口,雪球接口的参数会定时改变,所以对接口参数处理了一下,放入views的top.ejs文件中。
5455

55-
-重构部分前端
56+
- 重构部分前端
57+
58+
- 增加requirejs模块化
5659

5760

5861
**安装方法:**
@@ -71,7 +74,10 @@
7174
-访问为使用ejs的nodejs模板,使用angularjs作为数据绑定用,由于这是第一次在复杂项目中使用angularjs,所以没有使用好angularjs,文档非常烂。
7275

7376
- [http://localhost:3000/app/app.html#/index](http://localhost:3000/app/app.html#/index)
74-
-是对前端使用angularjs的一个重新规划,目前正在学习angularjs重构中
77+
-是对前端使用angularjs的一个重新规划,已经重构完成
78+
79+
- [http://localhost:3000/app/req.html#/index](http://localhost:3000/app/req.html#/index)
80+
-是对前端使用requirejs的一个模块化开发,正在重构
7581

7682

7783

0 commit comments

Comments
 (0)