Skip to content

Commit 5a2eea9

Browse files
committed
1.0.2
1.修复了头像显示的问题 2.解决了网络依赖问题,不再依赖外网资源,完全的纯内网版本
1 parent f778186 commit 5a2eea9

32 files changed

+5214
-57
lines changed

SBDocClient/dist/projectinfo.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SBDocClient/dist/run.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SBDocClient/dist/vendor.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SBDocClient/dist/vendor.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SBDocClient/web/about/about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<meta HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
88
<meta HTTP-EQUIV="Expires" CONTENT="0">
99
<link href="../pic/logo.ico" rel="shortcut icon">
10-
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-default/index.css">
10+
<link rel="stylesheet" href="../lib/element/index.css">
1111
<link rel="stylesheet" href="../../node_modules/animate.css/animate.min.css">
12-
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
12+
<link href="../lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
1313
<link rel="stylesheet" href="../common/common.css">
1414
<title>关于我们</title>
1515
</head>
@@ -73,7 +73,7 @@ <h3 style="margin-top: 50px">
7373
</el-row>
7474
</div>
7575
<script src="../../dist/vendor.bundle.js"></script>
76-
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
76+
<script src="../lib/element/index.js"></script>
7777
<script src="../../dist/about.js"></script>
7878
</body>
7979
</html>

SBDocClient/web/director/proxyImg.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
var config=require("../util/config");
55
var obj={
66
bind:function (el,binding) {
7-
el.src="/pic/logo.png";
7+
el.src="/html/web/pic/logo.png";
88
if(binding.value)
99
{
1010
var img=new Image();
11-
img.src=config.hostname+binding.value
11+
img.src=config.host+binding.value
1212
img.onload=function () {
1313
el.src=img.src
1414
}

SBDocClient/web/donate/donate.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<meta HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
88
<meta HTTP-EQUIV="Expires" CONTENT="0">
99
<link href="../pic/logo.ico" rel="shortcut icon">
10-
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-default/index.css">
10+
<link rel="stylesheet" href="../lib/element/index.css">
1111
<link rel="stylesheet" href="../../node_modules/animate.css/animate.min.css">
12-
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
12+
<link href="../lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
1313
<link rel="stylesheet" href="../common/common.css">
1414
<title>捐助我们</title>
1515
</head>
@@ -54,7 +54,7 @@
5454
</el-row>
5555
</div>
5656
<script src="../../dist/vendor.bundle.js"></script>
57-
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
57+
<script src="../lib/element/index.js"></script>
5858
<script src="../../dist/donate.js"></script>
5959
</body>
6060
</html>

SBDocClient/web/help/help.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<meta HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
88
<meta HTTP-EQUIV="Expires" CONTENT="0">
99
<link href="../pic/logo.ico" rel="shortcut icon">
10-
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-default/index.css">
10+
<link rel="stylesheet" href="../lib/element/index.css">
1111
<link rel="stylesheet" href="../../node_modules/animate.css/animate.min.css">
12-
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
12+
<link href="../lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
1313
<link rel="stylesheet" href="../common/common.css">
1414
<title>帮助中心</title>
1515
</head>
@@ -89,7 +89,7 @@
8989
</el-row>
9090
</div>
9191
<script src="../../dist/vendor.bundle.js"></script>
92-
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
92+
<script src="../lib/element/index.js"></script>
9393
<script src="../../dist/help.js"></script>
9494
<script>
9595
function goTo(id,title) {

SBDocClient/web/index.html

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<meta name="keywords" content="API管理系统,API管理平台,API管理,API,API接口,接口管理,API接口管理,API监控,API测试,API服务,API文档管理,API接口管理系统,接口管理平台,mock,mock测试,自动化mock,接口文档管理,接口文档平台,接口文档系统,API文档管理"/>
1010
<meta name="description" content="SBDoc 移动时代首选接口管理平台!"/>
1111
<link href="pic/logo.ico" rel="shortcut icon">
12-
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-default/index.css">
12+
<link rel="stylesheet" href="./lib/element/index.css">
1313
<link rel="stylesheet" href="../node_modules/animate.css/animate.min.css">
14-
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
14+
<link href="./lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
1515
<link rel="stylesheet" href="common/common.css">
1616
<title>SBDoc</title>
1717
</head>
@@ -155,21 +155,7 @@ <h4>
155155
</el-row>
156156
</div>
157157
<script src="../dist/vendor.bundle.js"></script>
158-
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
158+
<script src="./lib/element/index.js"></script>
159159
<script src="../dist/index.js"></script>
160-
<script>
161-
(function(){
162-
var bp = document.createElement('script');
163-
var curProtocol = window.location.protocol.split(':')[0];
164-
if (curProtocol === 'https') {
165-
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
166-
}
167-
else {
168-
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
169-
}
170-
var s = document.getElementsByTagName("script")[0];
171-
s.parentNode.insertBefore(bp, s);
172-
})();
173-
</script>
174160
</body>
175161
</html>
13.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)