diff --git a/.eslintrc.js b/.eslintrc.js old mode 100644 new mode 100755 diff --git a/.eslintrc.json b/.eslintrc.json old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.vscode/settings.json b/.vscode/settings.json old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/client/.eslintrc.js b/client/.eslintrc.js old mode 100644 new mode 100755 diff --git a/client/Application.js b/client/Application.js old mode 100644 new mode 100755 diff --git a/client/common.js b/client/common.js old mode 100644 new mode 100755 diff --git a/client/components/AuthenticatedComponent.js b/client/components/AuthenticatedComponent.js old mode 100644 new mode 100755 diff --git a/client/components/Breadcrumb/Breadcrumb.js b/client/components/Breadcrumb/Breadcrumb.js old mode 100644 new mode 100755 diff --git a/client/components/Breadcrumb/Breadcrumb.scss b/client/components/Breadcrumb/Breadcrumb.scss old mode 100644 new mode 100755 index 795dc29a..900adf98 --- a/client/components/Breadcrumb/Breadcrumb.scss +++ b/client/components/Breadcrumb/Breadcrumb.scss @@ -5,7 +5,7 @@ font-size: 16px; float: left; color: #fff; - padding-left: 40px; + padding-left: 64px; } .ant-breadcrumb a { color: #fff; diff --git a/client/components/ErrMsg/ErrMsg.js b/client/components/ErrMsg/ErrMsg.js old mode 100644 new mode 100755 diff --git a/client/components/ErrMsg/ErrMsg.scss b/client/components/ErrMsg/ErrMsg.scss old mode 100644 new mode 100755 diff --git a/client/components/Footer/Footer.js b/client/components/Footer/Footer.js old mode 100644 new mode 100755 diff --git a/client/components/Footer/Footer.scss b/client/components/Footer/Footer.scss old mode 100644 new mode 100755 diff --git a/client/components/Header/Header.js b/client/components/Header/Header.js old mode 100644 new mode 100755 index a57737f0..eeae421b --- a/client/components/Header/Header.js +++ b/client/components/Header/Header.js @@ -9,11 +9,11 @@ import { changeMenuItem } from '../../reducer/modules/menu' import { withRouter } from 'react-router'; import Srch from './Search/Search' const { Header } = Layout; -import { logoSVG, betaSVG } from '../../common.js'; +import { logoSVG } from '../../common.js'; import Breadcrumb from '../Breadcrumb/Breadcrumb.js' const MenuUser = (props) => ( - + 个人中心 @@ -36,6 +36,13 @@ const ToolUser = (props)=> (
  • + + +
  • + +
  • +
    +
  • @@ -49,6 +56,7 @@ const ToolUser = (props)=> (
  • + ( {/**/} - {props.user} - + {/*{props.user}*/} + +
  • ); @@ -168,7 +177,8 @@ export default class HeaderCom extends Component {
    - {logoSVG('32px')}YAPI{betaSVG} + {logoSVG('32px')} + {/*YApi{betaSVG}*/}
    diff --git a/client/components/Header/Header.scss b/client/components/Header/Header.scss old mode 100644 new mode 100755 index 4b9afa38..2c8fb63e --- a/client/components/Header/Header.scss +++ b/client/components/Header/Header.scss @@ -15,6 +15,7 @@ float: left; line-height: .56rem; height: .56rem; + .href { text-decoration: none; } @@ -45,24 +46,24 @@ from { background-position: 0px; } to { background-position: -240px; } } - &:before, &:after { - content: ''; - display: block; - width: 2px; - height: .56rem; - background-color: #222; - border-left: 1px solid #575D67; - position: relative; - top: 0; - } - &:before { - float: left; - left: -.08rem; - } - &:after { - float: right; - right: -.27rem; - } + // &:before, &:after { + // content: ''; + // display: block; + // width: 2px; + // height: .56rem; + // background-color: #222; + // border-left: 1px solid #575D67; + // position: relative; + // top: 0; + // } + // &:before { + // float: left; + // left: -.08rem; + // } + // &:after { + // float: right; + // right: -.27rem; + // } } .nav-toolbar { @@ -70,7 +71,9 @@ float: left; } - + .user-menu{ + margin-top: 20px; + } .user-toolbar{ float: right; height: .54rem; diff --git a/client/components/Header/Search/Search.js b/client/components/Header/Search/Search.js old mode 100644 new mode 100755 diff --git a/client/components/Header/Search/Search.scss b/client/components/Header/Search/Search.scss old mode 100644 new mode 100755 diff --git a/client/components/Intro/Intro.js b/client/components/Intro/Intro.js old mode 100644 new mode 100755 diff --git a/client/components/Intro/Intro.scss b/client/components/Intro/Intro.scss old mode 100644 new mode 100755 diff --git a/client/components/Loading/Loading.js b/client/components/Loading/Loading.js old mode 100644 new mode 100755 diff --git a/client/components/Loading/Loading.scss b/client/components/Loading/Loading.scss old mode 100644 new mode 100755 diff --git a/client/components/MockDoc/MockDoc.js b/client/components/MockDoc/MockDoc.js old mode 100644 new mode 100755 diff --git a/client/components/MockDoc/MockDoc.scss b/client/components/MockDoc/MockDoc.scss old mode 100644 new mode 100755 diff --git a/client/components/Postman/Postman.js b/client/components/Postman/Postman.js old mode 100644 new mode 100755 diff --git a/client/components/Postman/Postman.scss b/client/components/Postman/Postman.scss old mode 100644 new mode 100755 diff --git a/client/components/ProjectCard/ProjectCard.js b/client/components/ProjectCard/ProjectCard.js old mode 100644 new mode 100755 diff --git a/client/components/ProjectCard/ProjectCard.scss b/client/components/ProjectCard/ProjectCard.scss old mode 100644 new mode 100755 diff --git a/client/components/Subnav/Subnav.js b/client/components/Subnav/Subnav.js old mode 100644 new mode 100755 diff --git a/client/components/Subnav/Subnav.scss b/client/components/Subnav/Subnav.scss old mode 100644 new mode 100755 diff --git a/client/components/UsernameAutoComplete/UsernameAutoComplete.js b/client/components/UsernameAutoComplete/UsernameAutoComplete.js old mode 100644 new mode 100755 diff --git a/client/components/index.js b/client/components/index.js old mode 100644 new mode 100755 diff --git a/client/constants/variable.js b/client/constants/variable.js old mode 100644 new mode 100755 diff --git a/client/containers/AddProject/AddProject.js b/client/containers/AddProject/AddProject.js old mode 100644 new mode 100755 diff --git a/client/containers/AddProject/Addproject.scss b/client/containers/AddProject/Addproject.scss old mode 100644 new mode 100755 diff --git a/client/containers/DevTools/DevTools.js b/client/containers/DevTools/DevTools.js old mode 100644 new mode 100755 diff --git a/client/containers/Follows/Follows.js b/client/containers/Follows/Follows.js old mode 100644 new mode 100755 index 241badee..0669092f --- a/client/containers/Follows/Follows.js +++ b/client/containers/Follows/Follows.js @@ -5,7 +5,7 @@ import { connect } from 'react-redux'; import { Row, Col } from 'antd'; import { getFollowList } from '../../reducer/modules/follow'; import { setBreadcrumb } from '../../reducer/modules/user'; -import Subnav from '../../components/Subnav/Subnav.js'; +// import Subnav from '../../components/Subnav/Subnav.js'; import ProjectCard from '../../components/ProjectCard/ProjectCard.js'; import ErrMsg from '../../components/ErrMsg/ErrMsg.js'; @@ -60,7 +60,7 @@ class Follows extends Component { const data = this.state.data; return (
    - + }]}/>*/}
    {data.length ? data.map((item, index) => { diff --git a/client/containers/Follows/Follows.scss b/client/containers/Follows/Follows.scss old mode 100644 new mode 100755 index faa2e9ff..d2db0fc8 --- a/client/containers/Follows/Follows.scss +++ b/client/containers/Follows/Follows.scss @@ -5,6 +5,7 @@ .follow-box{ padding: 24px; background-color: #fff; + margin-top: 32px; } .card-panel { diff --git a/client/containers/Group/Group.js b/client/containers/Group/Group.js old mode 100644 new mode 100755 index 20204a10..f468a5dc --- a/client/containers/Group/Group.js +++ b/client/containers/Group/Group.js @@ -2,7 +2,7 @@ import React, { Component } from 'react'; import GroupList from './GroupList/GroupList.js'; import ProjectList from './ProjectList/ProjectList.js'; import MemberList from './MemberList/MemberList.js'; -import Subnav from '../../components/Subnav/Subnav.js'; +// import Subnav from '../../components/Subnav/Subnav.js'; import { Route, Switch, Redirect } from 'react-router-dom'; import { Row, Col, Tabs } from 'antd'; const TabPane = Tabs.TabPane; @@ -32,8 +32,8 @@ export default class Group extends Component {
    ) return ( -
    - + {/* + }]}/>*/} GroupContent} /> diff --git a/client/containers/Group/Group.scss b/client/containers/Group/Group.scss old mode 100644 new mode 100755 index a6944eb2..c2a8308f --- a/client/containers/Group/Group.scss +++ b/client/containers/Group/Group.scss @@ -4,3 +4,6 @@ @include row-width-limit; margin: 0 auto .24rem; } +.projectGround{ + padding-top: 32px; +} \ No newline at end of file diff --git a/client/containers/Group/GroupList/GroupList.js b/client/containers/Group/GroupList/GroupList.js old mode 100644 new mode 100755 diff --git a/client/containers/Group/GroupList/GroupList.scss b/client/containers/Group/GroupList/GroupList.scss old mode 100644 new mode 100755 index b64bba93..3a553598 --- a/client/containers/Group/GroupList/GroupList.scss +++ b/client/containers/Group/GroupList/GroupList.scss @@ -18,7 +18,7 @@ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; - max-width: 150px; + max-width: 140px; font-weight: 200; vertical-align: bottom; } diff --git a/client/containers/Group/MemberList/MemberList.js b/client/containers/Group/MemberList/MemberList.js old mode 100644 new mode 100755 diff --git a/client/containers/Group/MemberList/MemberList.scss b/client/containers/Group/MemberList/MemberList.scss old mode 100644 new mode 100755 diff --git a/client/containers/Group/ProjectList/ProjectList.js b/client/containers/Group/ProjectList/ProjectList.js old mode 100644 new mode 100755 diff --git a/client/containers/Group/ProjectList/ProjectList.scss b/client/containers/Group/ProjectList/ProjectList.scss old mode 100644 new mode 100755 diff --git a/client/containers/Group/ProjectList/UpDateModal.js b/client/containers/Group/ProjectList/UpDateModal.js old mode 100644 new mode 100755 diff --git a/client/containers/Home/Home.js b/client/containers/Home/Home.js old mode 100644 new mode 100755 diff --git a/client/containers/Home/Home.scss b/client/containers/Home/Home.scss old mode 100644 new mode 100755 diff --git a/client/containers/Login/Login.js b/client/containers/Login/Login.js old mode 100644 new mode 100755 diff --git a/client/containers/Login/Login.scss b/client/containers/Login/Login.scss old mode 100644 new mode 100755 diff --git a/client/containers/Login/LoginContainer.js b/client/containers/Login/LoginContainer.js old mode 100644 new mode 100755 diff --git a/client/containers/Login/LoginWrap.js b/client/containers/Login/LoginWrap.js old mode 100644 new mode 100755 diff --git a/client/containers/Login/Reg.js b/client/containers/Login/Reg.js old mode 100644 new mode 100755 diff --git a/client/containers/News/News.js b/client/containers/News/News.js old mode 100644 new mode 100755 diff --git a/client/containers/News/News.scss b/client/containers/News/News.scss old mode 100644 new mode 100755 diff --git a/client/containers/News/NewsList/NewsList.js b/client/containers/News/NewsList/NewsList.js old mode 100644 new mode 100755 diff --git a/client/containers/News/NewsTimeline/NewsTimeline.js b/client/containers/News/NewsTimeline/NewsTimeline.js old mode 100644 new mode 100755 diff --git a/client/containers/Project/Activity/Activity.js b/client/containers/Project/Activity/Activity.js old mode 100644 new mode 100755 diff --git a/client/containers/Project/Activity/Activity.scss b/client/containers/Project/Activity/Activity.scss old mode 100644 new mode 100755 diff --git a/client/containers/Project/Activity/Timeline/Timeline.js b/client/containers/Project/Activity/Timeline/Timeline.js old mode 100644 new mode 100755 diff --git a/client/containers/Project/Interface/Interface.js b/client/containers/Project/Interface/Interface.js old mode 100644 new mode 100755 diff --git a/client/containers/Project/Interface/InterfaceCol/InterfaceCaseContent.js b/client/containers/Project/Interface/InterfaceCol/InterfaceCaseContent.js old mode 100644 new mode 100755 diff --git a/client/containers/Project/Interface/InterfaceCol/InterfaceColContent.js b/client/containers/Project/Interface/InterfaceCol/InterfaceColContent.js old mode 100644 new mode 100755 diff --git a/client/containers/Project/Interface/InterfaceCol/InterfaceColMenu.js b/client/containers/Project/Interface/InterfaceCol/InterfaceColMenu.js old mode 100644 new mode 100755 diff --git a/client/containers/Project/Interface/InterfaceCol/InterfaceColMenu.scss b/client/containers/Project/Interface/InterfaceCol/InterfaceColMenu.scss old mode 100644 new mode 100755 diff --git a/client/containers/Project/Interface/InterfaceList/AddInterfaceCatForm.js b/client/containers/Project/Interface/InterfaceList/AddInterfaceCatForm.js old mode 100644 new mode 100755 diff --git a/client/containers/Project/Interface/InterfaceList/AddInterfaceForm.js b/client/containers/Project/Interface/InterfaceList/AddInterfaceForm.js old mode 100644 new mode 100755 diff --git a/client/containers/Project/Interface/InterfaceList/Edit.js b/client/containers/Project/Interface/InterfaceList/Edit.js old mode 100644 new mode 100755 diff --git a/client/containers/Project/Interface/InterfaceList/Edit.scss b/client/containers/Project/Interface/InterfaceList/Edit.scss old mode 100644 new mode 100755 diff --git a/client/containers/Project/Interface/InterfaceList/InterfaceContent.js b/client/containers/Project/Interface/InterfaceList/InterfaceContent.js old mode 100644 new mode 100755 diff --git a/client/containers/Project/Interface/InterfaceList/InterfaceEditForm.js b/client/containers/Project/Interface/InterfaceList/InterfaceEditForm.js old mode 100644 new mode 100755 diff --git a/client/containers/Project/Interface/InterfaceList/InterfaceList.js b/client/containers/Project/Interface/InterfaceList/InterfaceList.js old mode 100644 new mode 100755 index 8664c796..3d8e5002 --- a/client/containers/Project/Interface/InterfaceList/InterfaceList.js +++ b/client/containers/Project/Interface/InterfaceList/InterfaceList.js @@ -15,7 +15,8 @@ import './Edit.scss'; state => { return { curData: state.inter.curdata, - curProject: state.project.currProject + curProject: state.project.currProject, + catList: state.inter.list } },{ fetchInterfaceList @@ -36,6 +37,7 @@ class InterfaceList extends Component { static propTypes = { curData: PropTypes.object, + catList: PropTypes.array, match: PropTypes.object, curProject: PropTypes.object, history: PropTypes.object, @@ -151,15 +153,21 @@ class InterfaceList extends Component { }], onFilter: (value, record) => record.status.indexOf(value) === 0 }] - + let intername = ''; + if(this.props.curProject.cat){ + for(let i = 0;i { item.key = item._id; return item; }); - return (
    -

    接口列表

    +

    {intername?intername:'全部接口'}

    亲爱的用户:

    您好,感谢使用YApi,您的账号 ${params.email} 已经注册成功

    ` + contents: `

    亲爱的用户:

    您好,感谢使用YApi可视化接口平台,您的账号 ${params.email} 已经注册成功

    ` }); } catch (e) { ctx.body = yapi.commons.resReturn(null, 401, e.message); diff --git a/server/install.js b/server/install.js old mode 100644 new mode 100755 diff --git a/server/middleware/mockServer.js b/server/middleware/mockServer.js old mode 100644 new mode 100755 diff --git a/server/models/avatar.js b/server/models/avatar.js old mode 100644 new mode 100755 diff --git a/server/models/base.js b/server/models/base.js old mode 100644 new mode 100755 diff --git a/server/models/follow.js b/server/models/follow.js old mode 100644 new mode 100755 diff --git a/server/models/group.js b/server/models/group.js old mode 100644 new mode 100755 diff --git a/server/models/interface.js b/server/models/interface.js old mode 100644 new mode 100755 diff --git a/server/models/interfaceCase.js b/server/models/interfaceCase.js old mode 100644 new mode 100755 diff --git a/server/models/interfaceCat.js b/server/models/interfaceCat.js old mode 100644 new mode 100755 diff --git a/server/models/interfaceCol.js b/server/models/interfaceCol.js old mode 100644 new mode 100755 diff --git a/server/models/log.js b/server/models/log.js old mode 100644 new mode 100755 diff --git a/server/models/project.js b/server/models/project.js old mode 100644 new mode 100755 diff --git a/server/models/user.js b/server/models/user.js old mode 100644 new mode 100755 diff --git a/server/plugin.js b/server/plugin.js old mode 100644 new mode 100755 diff --git a/server/router.js b/server/router.js old mode 100644 new mode 100755 diff --git a/server/utils/commons.js b/server/utils/commons.js old mode 100644 new mode 100755 diff --git a/server/utils/db.js b/server/utils/db.js old mode 100644 new mode 100755 diff --git a/server/utils/initConfig.js b/server/utils/initConfig.js old mode 100644 new mode 100755 diff --git a/server/websocket.js b/server/websocket.js old mode 100644 new mode 100755 diff --git a/server/yapi.js b/server/yapi.js old mode 100644 new mode 100755 diff --git a/service.sh b/service.sh old mode 100644 new mode 100755 diff --git a/static/attachment/cross-request-v1.6.zip b/static/attachment/cross-request-v1.6.zip old mode 100644 new mode 100755 diff --git a/static/attachment/cross-request-v1.7.zip b/static/attachment/cross-request-v1.7.zip old mode 100644 new mode 100755 diff --git a/static/attachment/cross-request-v2.0.1.zip b/static/attachment/cross-request-v2.0.1.zip old mode 100644 new mode 100755 diff --git a/static/dev.html b/static/dev.html old mode 100644 new mode 100755 index 6fd91b18..db247d67 --- a/static/dev.html +++ b/static/dev.html @@ -3,7 +3,7 @@ -YAPI-高效、易用、功能强大的api管理平台 +YApi-高效、易用、功能强大的可视化接口管理平台 diff --git a/static/doc/api.html b/static/doc/api.html old mode 100644 new mode 100755 diff --git a/static/doc/images/case_add.jpg b/static/doc/images/case_add.jpg old mode 100644 new mode 100755 diff --git a/static/doc/images/case_add_modal.jpg b/static/doc/images/case_add_modal.jpg old mode 100644 new mode 100755 diff --git a/static/doc/images/case_col_add.jpg b/static/doc/images/case_col_add.jpg old mode 100644 new mode 100755 diff --git a/static/doc/images/case_col_add_modal.jpg b/static/doc/images/case_col_add_modal.jpg old mode 100644 new mode 100755 diff --git a/static/doc/images/case_list.jpg b/static/doc/images/case_list.jpg old mode 100644 new mode 100755 diff --git a/static/doc/images/interface_add.png b/static/doc/images/interface_add.png old mode 100644 new mode 100755 diff --git a/static/doc/images/interface_add_cat.png b/static/doc/images/interface_add_cat.png old mode 100644 new mode 100755 diff --git a/static/doc/images/interface_run.jpg b/static/doc/images/interface_run.jpg old mode 100644 new mode 100755 diff --git a/static/doc/images/mock.jpg b/static/doc/images/mock.jpg old mode 100644 new mode 100755 diff --git a/static/doc/images/project_add_view.png b/static/doc/images/project_add_view.png old mode 100644 new mode 100755 diff --git a/static/doc/images/project_group.png b/static/doc/images/project_group.png old mode 100644 new mode 100755 diff --git a/static/doc/images/project_list.png b/static/doc/images/project_list.png old mode 100644 new mode 100755 diff --git a/static/doc/images/usage/api_add_btn.png b/static/doc/images/usage/api_add_btn.png old mode 100644 new mode 100755 diff --git a/static/doc/images/usage/api_add_panel.png b/static/doc/images/usage/api_add_panel.png old mode 100644 new mode 100755 diff --git a/static/doc/images/usage/api_res.png b/static/doc/images/usage/api_res.png old mode 100644 new mode 100755 diff --git a/static/doc/images/usage/hover.png b/static/doc/images/usage/hover.png old mode 100644 new mode 100755 diff --git a/static/doc/images/usage/index.png b/static/doc/images/usage/index.png old mode 100644 new mode 100755 diff --git a/static/doc/images/usage/login.png b/static/doc/images/usage/login.png old mode 100644 new mode 100755 diff --git a/static/doc/images/usage/project.png b/static/doc/images/usage/project.png old mode 100644 new mode 100755 diff --git a/static/doc/images/usage/project_add.png b/static/doc/images/usage/project_add.png old mode 100644 new mode 100755 diff --git a/static/doc/images/usage/project_add_panel.png b/static/doc/images/usage/project_add_panel.png old mode 100644 new mode 100755 diff --git a/static/doc/images/usage/project_setting.png b/static/doc/images/usage/project_setting.png old mode 100644 new mode 100755 diff --git a/static/doc/images/usage/project_setting_env.png b/static/doc/images/usage/project_setting_env.png old mode 100644 new mode 100755 diff --git a/static/doc/images/usage/project_setting_logo.png b/static/doc/images/usage/project_setting_logo.png old mode 100644 new mode 100755 diff --git a/static/doc/images/usage/user.png b/static/doc/images/usage/user.png old mode 100644 new mode 100755 diff --git a/static/doc/images/ykit.jpg b/static/doc/images/ykit.jpg old mode 100644 new mode 100755 diff --git a/static/doc/index-使用mock功能.html b/static/doc/index-使用mock功能.html old mode 100644 new mode 100755 diff --git a/static/doc/index-使用测试集.html b/static/doc/index-使用测试集.html old mode 100644 new mode 100755 diff --git a/static/doc/index-创建第一个API.html b/static/doc/index-创建第一个API.html old mode 100644 new mode 100755 diff --git a/static/doc/index-接口操作.html b/static/doc/index-接口操作.html old mode 100644 new mode 100755 diff --git a/static/doc/index-管理分组与项目.html b/static/doc/index-管理分组与项目.html old mode 100644 new mode 100755 diff --git a/static/doc/index-认识 YApi.html b/static/doc/index-认识 YApi.html old mode 100644 new mode 100755 diff --git a/static/doc/index-项目操作.html b/static/doc/index-项目操作.html old mode 100644 new mode 100755 diff --git a/static/doc/index.html b/static/doc/index.html old mode 100644 new mode 100755 diff --git a/static/doc/source/ZeroClipboard.swf b/static/doc/source/ZeroClipboard.swf old mode 100644 new mode 100755 diff --git a/static/doc/source/app.js b/static/doc/source/app.js old mode 100644 new mode 100755 diff --git a/static/doc/source/code.css b/static/doc/source/code.css old mode 100644 new mode 100755 diff --git a/static/doc/source/fonts/ydoc.eot b/static/doc/source/fonts/ydoc.eot old mode 100644 new mode 100755 diff --git a/static/doc/source/fonts/ydoc.svg b/static/doc/source/fonts/ydoc.svg old mode 100644 new mode 100755 diff --git a/static/doc/source/fonts/ydoc.ttf b/static/doc/source/fonts/ydoc.ttf old mode 100644 new mode 100755 diff --git a/static/doc/source/fonts/ydoc.woff b/static/doc/source/fonts/ydoc.woff old mode 100644 new mode 100755 diff --git a/static/doc/source/images/feed.png b/static/doc/source/images/feed.png old mode 100644 new mode 100755 diff --git a/static/doc/source/images/grid-18px-masked.png b/static/doc/source/images/grid-18px-masked.png old mode 100644 new mode 100755 diff --git a/static/doc/source/main.css b/static/doc/source/main.css old mode 100644 new mode 100755 diff --git a/static/doc/source/main.js b/static/doc/source/main.js old mode 100644 new mode 100755 diff --git a/static/doc/source/shBrush-css.js b/static/doc/source/shBrush-css.js old mode 100644 new mode 100755 diff --git a/static/doc/source/shBrush-js.js b/static/doc/source/shBrush-js.js old mode 100644 new mode 100755 diff --git a/static/doc/source/shBrush-sass.js b/static/doc/source/shBrush-sass.js old mode 100644 new mode 100755 diff --git a/static/doc/source/shCore.js b/static/doc/source/shCore.js old mode 100644 new mode 100755 diff --git a/static/doc/static/server/controllers/base.js.html b/static/doc/static/server/controllers/base.js.html old mode 100644 new mode 100755 diff --git a/static/doc/static/server/controllers/follow.js.html b/static/doc/static/server/controllers/follow.js.html old mode 100644 new mode 100755 diff --git a/static/doc/static/server/controllers/group.js.html b/static/doc/static/server/controllers/group.js.html old mode 100644 new mode 100755 diff --git a/static/doc/static/server/controllers/interface.js.html b/static/doc/static/server/controllers/interface.js.html old mode 100644 new mode 100755 diff --git a/static/doc/static/server/controllers/interfaceCol.js.html b/static/doc/static/server/controllers/interfaceCol.js.html old mode 100644 new mode 100755 diff --git a/static/doc/static/server/controllers/log.js.html b/static/doc/static/server/controllers/log.js.html old mode 100644 new mode 100755 diff --git a/static/doc/static/server/controllers/project.js.html b/static/doc/static/server/controllers/project.js.html old mode 100644 new mode 100755 diff --git a/static/doc/static/server/controllers/user.js.html b/static/doc/static/server/controllers/user.js.html old mode 100644 new mode 100755 diff --git a/static/doc/styles/theme.css b/static/doc/styles/theme.css old mode 100644 new mode 100755 diff --git a/static/image/avatar-1.png b/static/image/avatar-1.png old mode 100644 new mode 100755 diff --git a/static/image/avatar.png b/static/image/avatar.png old mode 100644 new mode 100755 diff --git a/static/image/demo-img@1x.jpg b/static/image/demo-img@1x.jpg old mode 100644 new mode 100755 diff --git a/static/image/demo-img@2x.jpg b/static/image/demo-img@2x.jpg old mode 100644 new mode 100755 diff --git a/static/image/favicon.png b/static/image/favicon.png old mode 100644 new mode 100755 diff --git a/static/index.html b/static/index.html old mode 100644 new mode 100755 index b23a40f7..86721c4c --- a/static/index.html +++ b/static/index.html @@ -3,7 +3,7 @@ -YAPI-高效、易用、功能强大的api管理平台 +YApi-高效、易用、功能强大的可视化接口管理平台