mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 14:34:04 -06:00
Add the full source of BambuStudio
using version 1.0.10
This commit is contained in:
parent
30bcadab3e
commit
1555904bef
3771 changed files with 1251328 additions and 0 deletions
41
resources/web/guide/5/5.css
Normal file
41
resources/web/guide/5/5.css
Normal file
|
@ -0,0 +1,41 @@
|
|||
#NoteText
|
||||
{
|
||||
border:0px solid #787878;
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
height: 90%;
|
||||
color: #535353;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
margin: 10mm 30mm;
|
||||
}
|
||||
|
||||
#NoteText h
|
||||
{
|
||||
font-size:22px;
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
#NoteText::-webkit-scrollbar {/*滚动条整体样式*/
|
||||
width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
#NoteText::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
||||
box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
||||
background-color: #AAAAAA;
|
||||
}
|
||||
|
||||
#NoteText::-webkit-scrollbar-track {/*滚动条里面轨道*/
|
||||
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
||||
box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
||||
border-radius: 10px;
|
||||
background: #EDEDED;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
15
resources/web/guide/5/5.js
Normal file
15
resources/web/guide/5/5.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
|
||||
|
||||
function FinishGuide()
|
||||
{
|
||||
var tSend={};
|
||||
tSend['sequence_id']=Math.round(new Date() / 1000);
|
||||
tSend['command']="user_guide_finish";
|
||||
tSend['data']={};
|
||||
tSend['data']['action']="finish";
|
||||
|
||||
SendWXMessage( JSON.stringify(tSend) );
|
||||
|
||||
//window.location.href="../6/index.html";
|
||||
}
|
65
resources/web/guide/5/index.html
Normal file
65
resources/web/guide/5/index.html
Normal file
|
@ -0,0 +1,65 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Cache-Control" content="max-age=7200" />
|
||||
<title>引导_P1</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/common.css" />
|
||||
<link rel="stylesheet" type="text/css" href="5.css" />
|
||||
<script type="text/javascript" src="../js/jquery-2.1.1.min.js"></script>
|
||||
<script type="text/javascript" src="../js/json2.js"></script>
|
||||
<script type="text/javascript" src="../../data/text.js"></script>
|
||||
<script type="text/javascript" src="../js/globalapi.js"></script>
|
||||
<script type="text/javascript" src="../js/common.js"></script>
|
||||
<script type="text/javascript" src="5.js"></script>
|
||||
</head>
|
||||
<body onLoad="TranslatePage()">
|
||||
<div id="Title">
|
||||
<div class="trans" tid="t23">Release note</div>
|
||||
</div>
|
||||
<div id="Content">
|
||||
<div id="NoteText">
|
||||
<h>7.5.0</h>
|
||||
<p>更新日志:</p>
|
||||
<p>1.新增关联内容设置</p>
|
||||
<p>2.优化编辑器里的图片上传组件中的在线图片列表和后台默认上传组件中的图片库列表增加图片预览图标和链接;</p>
|
||||
<p>3.新增对国产达梦数据库的兼容</p>
|
||||
<p>4.新增免费模板metv75一套</p>
|
||||
<p>5.优化管理员内容权限控制</p>
|
||||
<p>6.优化编辑器里的图片上传组件中的在线图片列表和后台默认上传组件中的图片库列表增加图片预览图标和链接;</p>
|
||||
<p>7.优化数据备份与导入功能</p>
|
||||
<p>8.修复XSS漏洞</p>
|
||||
|
||||
<br/><br/>
|
||||
<h>7.4.0</h>
|
||||
<p>更新日志:</p>
|
||||
<p>1.新增关联内容设置</p>
|
||||
<p>2.优化编辑器里的图片上传组件中的在线图片列表和后台默认上传组件中的图片库列表增加图片预览图标和链接;</p>
|
||||
<p>3.新增对国产达梦数据库的兼容</p>
|
||||
<p>4.新增免费模板metv75一套</p>
|
||||
<p>5.优化管理员内容权限控制</p>
|
||||
<p>6.优化前台内容限控制</p>
|
||||
<p>7.优化数据备份与导入功能</p>
|
||||
<p>8.修复XSS漏洞</p>
|
||||
|
||||
<br/><br/>
|
||||
<h>7.3.0</h>
|
||||
<p>更新日志:</p>
|
||||
<p>1.新增关联内容设置</p>
|
||||
<p>2.优化编辑器里的图片上传组件中的在线图片列表和后台默认上传组件中的图片库列表增加图片预览图标和链接;</p>
|
||||
<p>3.新增对国产达梦数据库的兼容</p>
|
||||
<p>4.新增免费模板metv75一套</p>
|
||||
<p>5.优化管理员内容权限控制</p>
|
||||
<p>6.优化编辑器里的图片上传组件中的在线图片列表和后台默认上传组件中的图片库列表增加图片预览图标和链接;</p>
|
||||
<p>7.优化数据备份与导入功能</p>
|
||||
<p>8.修复XSS漏洞</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="AcceptArea">
|
||||
<div class="GrayBtn trans" tid="t8" id="PreBtn" onclick="window.history.back()">Back</div>
|
||||
<div class="NormalBtn trans" tid="t25" id="AcceptBtn" onclick="FinishGuide()">Finish</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue