diff --git a/README.md b/README.md index 0737b68..403a132 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,31 @@ PPGo_ApiAdmin ==== 什么东西?What? ---- -API管理工具 golang开发,基于beego,页面基于layUi -练手使用,尚未用于生产环境 +API管理工具 golang开发,基于beego,页面基于layUi,目前版本1.0.0 + 有什么价值? ---- 1、RBAC权限完善,多角色管理系统 2、后台界面完整,多标签页面 3、API相关页面有比较复杂的使用案例 -所以,可以作为一个基础框架使用,快速开发。初学者还可以作为熟悉beego使用。 +所以,可以作为一个基础框架使用,快速开发。初学者还可以作为熟悉beego使用。 +4、可用于中小团队API管理使用 + +用到了哪些? +---- +1、界面框架layUI2.4.5 +2、makedown.md +3、beego1.8 +4、Ztree + 效果展示 ---- +前端界面
+![github](https://github.com/george518/PPGo_ApiAdmin/blob/master/static/img/demoImage/index.png?raw=true "github") +

+ 登录界面
![github](https://github.com/george518/PPGo_ApiAdmin/blob/master/static/img/demoImage/login.png?raw=true "github")

@@ -26,10 +39,16 @@ API管理工具 golang开发,基于beego,页面基于layUi ![github](https://github.com/george518/PPGo_ApiAdmin/blob/master/static/img/demoImage/admin.png?raw=true "github") ![github](https://github.com/george518/PPGo_ApiAdmin/blob/master/static/img/demoImage/admin_add.png?raw=true "github") -API界面
-![github](https://github.com/george518/PPGo_ApiAdmin/blob/master/static/img/demoImage/api.png?raw=true "github") +API列表界面
+![github](https://github.com/george518/PPGo_ApiAdmin/blob/master/static/img/demoImage/api_list.png?raw=true "github") + +API新增界面
+![github](https://github.com/george518/PPGo_ApiAdmin/blob/master/static/img/demoImage/add_api.png?raw=true "github") +

+ + 安装方法 ---- 1、go get github.com/george518/PPGo_ApiAdmin @@ -39,11 +58,13 @@ API界面
5、运行 ./run.sh start|stop -前台访问:http://your_host:8081 +前台访问:http://your_host:8081 +后台访问:http://your_host:8081/login 用户名:admin 密码:george518 联系我 ---- qq:41352963 +欢迎交流,欢迎提交代码。 diff --git a/static/img/demoImage/add_api.png b/static/img/demoImage/add_api.png new file mode 100644 index 0000000..717ffc2 Binary files /dev/null and b/static/img/demoImage/add_api.png differ diff --git a/static/img/demoImage/api_list.png b/static/img/demoImage/api_list.png new file mode 100644 index 0000000..83ad937 Binary files /dev/null and b/static/img/demoImage/api_list.png differ diff --git a/static/img/demoImage/index.png b/static/img/demoImage/index.png new file mode 100644 index 0000000..dd31771 Binary files /dev/null and b/static/img/demoImage/index.png differ diff --git a/static/img/logo_white.png b/static/img/logo_white.png new file mode 100644 index 0000000..d8c02d3 Binary files /dev/null and b/static/img/logo_white.png differ diff --git a/views/apidoc/index.html b/views/apidoc/index.html index 1225fd4..b859a28 100644 --- a/views/apidoc/index.html +++ b/views/apidoc/index.html @@ -92,8 +92,8 @@
  欢迎使用PPGo-ApiAdmin
-
- +
+
@@ -115,8 +115,6 @@ var windowWidth = $(document.body).outerWidth(true); var windowHeight = $(window).height(); var contentHeight = windowHeight-$('.layui-header').outerHeight(true); - - alert(windowHeight+"--"+contentHeight); $("#api-main").height(contentHeight-$('.site-content-header').outerHeight(true)); $(".site-tree").height(contentHeight);