diff --git a/resources/web/guide/11/11.js b/resources/web/guide/11/11.js
index 5cbc330192..74a201f338 100644
--- a/resources/web/guide/11/11.js
+++ b/resources/web/guide/11/11.js
@@ -62,7 +62,8 @@ function GotoPolicyPage()
SendWXMessage( JSON.stringify(tSend) );
- window.location.href="../21/index.html";
+
+ window.location.href="../3/index.html";
}
diff --git a/resources/web/guide/21/index.html b/resources/web/guide/21/index.html
index 5122ccec49..c0694faffc 100644
--- a/resources/web/guide/21/index.html
+++ b/resources/web/guide/21/index.html
@@ -104,7 +104,7 @@
diff --git a/resources/web/guide/3/3.css b/resources/web/guide/3/3.css
index bd7d413337..f3044a5792 100644
--- a/resources/web/guide/3/3.css
+++ b/resources/web/guide/3/3.css
@@ -1,3 +1,25 @@
+
+#Title {
+ height: auto;
+ min-height: 60px;
+ padding: 12px 25px;
+ box-sizing: border-box;
+}
+
+#Title div {
+ font-size: 16px;
+ line-height: 24px;
+ word-wrap: break-word;
+ white-space: normal;
+ text-align: center;
+}
+
+
+#Content {
+ flex: 1;
+ height: auto;
+}
+
.PolicyArea
{
background-color: #4A4A51;
diff --git a/resources/web/guide/3/3.js b/resources/web/guide/3/3.js
index 1418d50dda..379cd39441 100644
--- a/resources/web/guide/3/3.js
+++ b/resources/web/guide/3/3.js
@@ -1,31 +1,12 @@
+var m_Region = '';
+
function OnInit()
{
TranslatePage();
- SendPrivacySelect();
-}
-
-
-function SendPrivacySelect()
-{
- let nVal="refuse";
- if( $('#ChoosePrivacy').is(':checked') )
- nVal="agree";
- var tSend={};
- tSend['sequence_id']=Math.round(new Date() / 1000);
- tSend['command']="user_private_choice";
- tSend['data']={};
- tSend['data']['action']=nVal;
-
- SendWXMessage( JSON.stringify(tSend) );
-}
-
-
-function GotoNextPage()
-{
- RequestProfile();
+ RequestProfile();
}
function RequestProfile()
@@ -40,41 +21,72 @@ function RequestProfile()
function HandleStudio( pVal )
{
let strCmd=pVal['command'];
- //alert(strCmd);
if(strCmd=='response_userguide_profile')
{
- HandleModelInfo(pVal['response']);
+
+ if(pVal['response'] && pVal['response']['region']) {
+ m_Region = pVal['response']['region'];
+ }
}
}
-function HandleModelInfo( pVal )
-{
- let Modellist=pVal["model"];
- let nModel=Modellist.length;
-
- if(nModel==1)
- {
-// let pModel=Modellist[0];
-//
-// var tSend={};
-// tSend['sequence_id']=Math.round(new Date() / 1000);
-// tSend['command']="save_userguide_models";
-// tSend['data']={};
-//
-// let ModelName=pModel['model'];
-//
-// tSend['data'][ModelName]={};
-// tSend['data'][ModelName]['model']=pModel['model'];
-// tSend['data'][ModelName]['nozzle_diameter']=pModel['nozzle_diameter'];
-// tSend['data'][ModelName]['vendor']=pModel['vendor'];
-//
-// SendWXMessage( JSON.stringify(tSend) );
-
- window.location.href="../22/index.html";
-
- return;
- }
- window.location.href="../21/index.html";
-}
\ No newline at end of file
+function GotoBackPage()
+{
+ window.location.href="../11/index.html";
+}
+
+
+function GotoNextPage()
+{
+
+ SendPrivacyChoice("agree");
+
+
+ window.location.href="../21/index.html";
+}
+
+
+function GotoSkipPage()
+{
+
+ SendPrivacyChoice("refuse");
+
+
+ window.location.href="../21/index.html";
+}
+
+
+function SendPrivacyChoice(action)
+{
+ var tSend={};
+ tSend['sequence_id']=Math.round(new Date() / 1000);
+ tSend['command']="user_private_choice";
+ tSend['data']={};
+ tSend['data']['action']=action; // "agree" 或 "refuse"
+
+ SendWXMessage( JSON.stringify(tSend) );
+}
+
+
+function OpenPrivacyPolicy()
+{
+ var privacyUrl = "";
+
+
+ if(m_Region === "China") {
+ privacyUrl = "https://www.snapmaker.cn/privacy-policy.html";
+ } else {
+ privacyUrl = "https://www.snapmaker.com/privacy-policy";
+ }
+
+
+ var tSend={};
+ tSend['sequence_id']=Math.round(new Date() / 1000);
+ tSend['command']="common_openurl";
+ tSend['url']=privacyUrl;
+ tSend['local']=m_Region
+
+ SendWXMessage( JSON.stringify(tSend) );
+}
diff --git a/resources/web/guide/3/index.html b/resources/web/guide/3/index.html
index 836811bf84..daef8b263b 100644
--- a/resources/web/guide/3/index.html
+++ b/resources/web/guide/3/index.html
@@ -16,24 +16,21 @@
-
We kindly request your help to improve
everyone's printing
+
We kindly request your help to improve everyone's printing.
Come and Join our Customer Experience Improvement Program
-
In the 3D Printing community, we learn from each other’s successes and failures to adjust our own slicing parameters and settings. Orca Slicer follows the same principle and uses machine learning to improve its performance from the successes and failures of the vast number of prints by our users. We are training Orca Slicer to be smarter by feeding them the real-world data. If you are willing, this service will access information from your error logs and usage logs, which may include information described in Privacy Policy
+In the 3D Printing community, we learn from each other’s successes and failures to adjust our own slicing parameters and settings. Bambu Studio follows the same principle and uses machine learning to improve its performance from the successes and failures of the vast number of prints by our users. We are training Bambu Studio to be smarter by feeding them the real-world data. If you are willing, this service will access information from your error logs and usage logs, which may include information described in Privacy Policy
. We will not collect any Personal Data by which an individual can be identified directly or indirectly, including without limitation names, addresses, payment information, or phone numbers. By enabling this service, you agree to these terms and the statement about Privacy Policy.
+
You may change your choice in preference anytime.
-
-
-
Back
-
Next
+
Back
+
Skip
+
Join the Program