mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	NEW: check privacy update
Change-Id: I260fbc20cdddbdadd38f1470a2e7050ee1ed14cd Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
		
							parent
							
								
									b1a310cf74
								
							
						
					
					
						commit
						240d106d58
					
				
					 10 changed files with 460 additions and 6 deletions
				
			
		
							
								
								
									
										24
									
								
								resources/tooltip/privacyupdate.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								resources/tooltip/privacyupdate.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,24 @@ | |||
| <!doctype html> | ||||
| <html> | ||||
|     <head> | ||||
|         <meta charset="UTF-8" /> | ||||
|         <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||||
|         <link rel="stylesheet" href="./main.css" /> | ||||
|         <script src="./main.js"></script> | ||||
|     </head> | ||||
|     <body style="background-color: #F8F8F8;"> | ||||
|         <div class="container markdown-body" id="contents"></div> | ||||
|     </body> | ||||
|     <script> | ||||
|         const resizeOberver = new ResizeObserver((entities) => { | ||||
|             const height = entities[0].contentRect.height | ||||
|             document.title = height.toFixed() | ||||
|         }) | ||||
|         resizeOberver.observe(document.querySelector('#contents')) | ||||
|         window.showMarkdownFile = function (file) { | ||||
|             $.get(file, function( data ) { | ||||
|                 window.showMarkdown(encodeURIComponent(data)); | ||||
|             }); | ||||
|         } | ||||
|     </script> | ||||
| </html> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tao.jin
						tao.jin