index.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="Cache-Control" content="max-age=7200" />
  6. <title>引导_P1</title>
  7. <link rel="stylesheet" type="text/css" href="../css/common.css" />
  8. <link rel="stylesheet" type="text/css" href="3.css" />
  9. <script type="text/javascript" src="../js/jquery-2.1.1.min.js"></script>
  10. <script type="text/javascript" src="../js/json2.js"></script>
  11. <script type="text/javascript" src="../../data/text.js"></script>
  12. <script type="text/javascript" src="../js/globalapi.js"></script>
  13. <script type="text/javascript" src="../js/common.js"></script>
  14. <script type="text/javascript" src="./3.js"></script>
  15. </head>
  16. <body onLoad="OnInit()">
  17. <div id="Title">
  18. <div class="trans" tid="t6">We kindly request your help to improve<br/> everyone's printing</div>
  19. </div>
  20. <div id="Content">
  21. <div id="PolicyTxt">
  22. <a class="trans" tid="t54">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 </a><a class="HyperLink trans" tid="t55" href="https://bambulab.com/policies/privacy" target="_blank">Privacy Policy</a><a class="trans" tid="t56">
  23. . 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.
  24. </a>
  25. </div>
  26. <br/>
  27. <div>
  28. <input id="ChoosePrivacy" type="checkbox" checked onClick="SendPrivacySelect()" onChange="SendPrivacySelect()" />
  29. <span class="trans" tid="t7">Allow sending anonymous data</span>
  30. </div>
  31. </div>
  32. <div id="AcceptArea">
  33. <div class="GrayBtn trans" tid="t8" id="PreBtn" onclick="window.open('../11/index.html','_self')">Back</div>
  34. <div class="NormalBtn trans" tid="t9" id="AcceptBtn" onclick="GotoNextPage()">Next</div>
  35. </div>
  36. </body>
  37. </html>