mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 06:53:47 -07:00
Initial release
This commit is contained in:
41
resources/web/guide/1/1.css
Normal file
41
resources/web/guide/1/1.css
Normal file
@@ -0,0 +1,41 @@
|
||||
html
|
||||
{
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
text-align:center;
|
||||
padding-top: 10%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#SlicerIcon
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#Title
|
||||
{
|
||||
height:20mm;
|
||||
line-height: 20mm;
|
||||
font-size: 6mm;
|
||||
color: #009688;
|
||||
}
|
||||
|
||||
#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();
|
||||
}
|
||||
26
resources/web/guide/1/index.html
Normal file
26
resources/web/guide/1/index.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!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="../../include/global.css" /> <!-- ORCA One for all-->
|
||||
<link rel="stylesheet" type="text/css" href="../css/common.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/dark.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 Orca Slicer</div>
|
||||
<div id="STip" class="trans" tid="t2">Orca Slicer will be setup in several steps. Let's start!</div>
|
||||
<div id="BtnArea">
|
||||
<a id="StartBtn" class="ButtonStyleConfirm ButtonTypeChoice trans" tid="t24" href="../11/index.html">Get Started</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user