chanjs 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +16 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -53,7 +53,22 @@ Chan.js 基于express 纯js研发的轻量级mvc框架。基于函数式编程
53
53
 
54
54
  ### 官网
55
55
 
56
- 网址:https://www.chancms.top
56
+ 基于Chanjs开发的cms系统
57
+ 网址:https://www.chancms.top
58
+
59
+
60
+ ### 特点
61
+
62
+ * 配置文件
63
+ * 多模块mvc
64
+ * 数据库支持
65
+ * 路由控制
66
+ * art-template模板
67
+ * 静态资源
68
+ * cookie
69
+ * 日志功能
70
+
71
+
57
72
 
58
73
  ### 运行
59
74
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "chanjs",
3
- "version": "1.0.0",
4
- "description": "\"chanjs\"",
3
+ "version": "1.0.2",
4
+ "description": "Chanjs develops a lightweight MVC framework based on express pure JavaScript",
5
5
  "main": "core/chan.js",
6
6
  "scripts": {
7
7
  "dev": "nodemon app.js",