mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 22:35:15 -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
40
resources/web/guide/1/1.css
Normal file
40
resources/web/guide/1/1.css
Normal file
|
@ -0,0 +1,40 @@
|
|||
html
|
||||
{
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
text-align:center;
|
||||
padding-top: 10%;
|
||||
}
|
||||
|
||||
#SlicerIcon
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#Title
|
||||
{
|
||||
height:20mm;
|
||||
line-height: 20mm;
|
||||
font-size: 6mm;
|
||||
color: #00AE42;
|
||||
}
|
||||
|
||||
#STip
|
||||
{
|
||||
padding:0mm 20mm;
|
||||
height: 15%;
|
||||
}
|
||||
|
||||
#BtnArea
|
||||
{
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#StartBtn
|
||||
{
|
||||
display: inline-block;
|
||||
text-decoration:none;
|
||||
}
|
5
resources/web/guide/1/1.js
Normal file
5
resources/web/guide/1/1.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
function OnStart()
|
||||
{
|
||||
window.location.href="../2/index.html"+"?"+GetGetStr();
|
||||
}
|
24
resources/web/guide/1/index.html
Normal file
24
resources/web/guide/1/index.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!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="1.css" />
|
||||
<script type="text/javascript" src="../js/jquery-2.1.1.min.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>
|
||||
</head>
|
||||
<body onLoad="TranslatePage()">
|
||||
<div id="SlicerIcon" style="text-align: center;">
|
||||
<img src="../../image/logo.png"/>
|
||||
</div>
|
||||
<div id="Title" class="trans" tid="t1">Welcome to Bambu Studio</div>
|
||||
<div id="STip" class="trans" tid="t2">Bambu Studio will be setup in several steps. Let's start!</div>
|
||||
<div id="BtnArea">
|
||||
<a id="StartBtn" class="NormalBtn swiper-button-next trans" tid="t24" href="../11/index.html">Get Started</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue