demo 去掉 10080 端口
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
在线演示环境中,您具备 <span style="color: red; font-weight: bold">只读</span> 权限,只能体验 Kuboard 的一部分功能。<br/>
|
||||
</div>
|
||||
<div style="padding: 10px; border: 1px solid #eee; border-radius: 10px; margin: 10px 0px; background-color: #fafafa;">
|
||||
<a href="http://demo.kuboard.cn:10080" target="_blank">http://demo.kuboard.cn:10080</a> <br/>
|
||||
<a href="http://demo.kuboard.cn" target="_blank">http://demo.kuboard.cn</a> <br/>
|
||||
<div style="width: 60px; display: inline-block;margin-top: 5px;">用 户</div>
|
||||
demo <br/>
|
||||
<div style="width: 60px; display: inline-block">密 码</div>
|
||||
|
||||
@ -154,7 +154,7 @@ export default {
|
||||
|
||||
actionLink () {
|
||||
return {
|
||||
link: `http://demo.kuboard.cn:10080`,
|
||||
link: `http://demo.kuboard.cn`,
|
||||
text: this.data.actionText
|
||||
}
|
||||
},
|
||||
|
||||
@ -206,7 +206,7 @@
|
||||
在线演示</a></li> -->
|
||||
<li> <a class="cbtn btn-grad-s btn-shadow btn-width"
|
||||
target="_blank"
|
||||
href="http://demo.kuboard.cn:10080/">
|
||||
href="http://demo.kuboard.cn/">
|
||||
在线演示</a></li>
|
||||
<li><a href="/learning/" class="cbtn btn-grad btn-shadow btn-width">查看教程</a></li>
|
||||
</ul>
|
||||
@ -219,7 +219,7 @@
|
||||
在线演示环境中,您具备 <span style="color: red; font-weight: bold">只读</span> 权限,只能体验 Kuboard 的一部分功能。<br/>
|
||||
</div>
|
||||
<div style="padding: 10px; border: 1px solid #eee; border-radius: 10px; margin: 10px 0px; background-color: #fafafa;">
|
||||
<a href="http://demo.kuboard.cn:10080" target="_blank">http://demo.kuboard.cn:10080</a> <br/>
|
||||
<a href="http://demo.kuboard.cn" target="_blank">http://demo.kuboard.cn</a> <br/>
|
||||
<div style="width: 60px; display: inline-block;margin-top: 5px;">用 户:</div>
|
||||
demo <br/>
|
||||
<div style="width: 60px; display: inline-block">密 码:</div>
|
||||
|
||||
@ -34,8 +34,8 @@
|
||||
</p>
|
||||
<div>
|
||||
<KuboardDemo suffix="sidebar3">
|
||||
<a target="_blank" href="http://demo.kuboard.cn:10080">
|
||||
<FancyImage style="width: 242px;" src="/images/preview.png" alt="Kubernetes教程_Kuboard在线体验" title="Kuboard" description="http://demo.kuboard.cn:10080"></FancyImage>
|
||||
<a target="_blank" href="http://demo.kuboard.cn">
|
||||
<FancyImage style="width: 242px;" src="/images/preview.png" alt="Kubernetes教程_Kuboard在线体验" title="Kuboard" description="http://demo.kuboard.cn"></FancyImage>
|
||||
</a>
|
||||
</KuboardDemo>
|
||||
</div>
|
||||
|
||||
@ -21,7 +21,7 @@ Kuboard 是一款专为 Kubernetes 设计的免费管理界面,兼容 Kubernet
|
||||
在线演示环境中,您具备 <span style="color: red; font-weight: bold">只读</span> 权限,只能体验 Kuboard 的一部分功能。<br/>
|
||||
</div>
|
||||
<div style="padding: 10px; border: 1px solid #eee; border-radius: 10px; margin: 10px 0px; background-color: #fafafa;">
|
||||
<a href="http://demo.kuboard.cn:10080" target="_blank">http://demo.kuboard.cn:10080</a> <br/>
|
||||
<a href="http://demo.kuboard.cn" target="_blank">http://demo.kuboard.cn</a> <br/>
|
||||
<div style="width: 60px; display: inline-block; margin-top: 5px;">用 户</div>
|
||||
demo <br/>
|
||||
<div style="width: 60px; display: inline-block;">密 码</div>
|
||||
|
||||
2
intro.md
2
intro.md
@ -25,7 +25,7 @@ Kuboard 是一款专为 Kubernetes 设计的免费管理界面,兼容 Kubernet
|
||||
在线演示环境中,您具备 <span style="color: red; font-weight: bold">只读</span> 权限,只能体验 Kuboard 的一部分功能。<br/>
|
||||
</div>
|
||||
<div style="padding: 10px; border: 1px solid #eee; border-radius: 10px; margin: 10px 0px; background-color: #fafafa;">
|
||||
<a href="http://demo.kuboard.cn:10080" target="_blank">http://demo.kuboard.cn:10080</a> <br/>
|
||||
<a href="http://demo.kuboard.cn" target="_blank">http://demo.kuboard.cn</a> <br/>
|
||||
<div style="width: 60px; display: inline-block; margin-top: 5px;">用 户</div>
|
||||
demo <br/>
|
||||
<div style="width: 60px; display: inline-block;">密 码</div>
|
||||
|
||||
Reference in New Issue
Block a user