This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="zh-CN"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>灵枢本体图谱 - 深南W18工厂</title> | |
| <style> | |
| * { margin:0; padding:0; box-sizing:border-box; } | |
| body { font-family: system-ui, sans-serif; overflow:hidden; background:#0d0d1a; } | |
| #topbar { height:48px; background:#1a1a2e; color:#e0e0e0; display:flex; align-items:center; padding:0 16px; gap:12px; z-index:10; position:relative; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="zh-CN"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>灵枢本体图谱 - 深南W18工厂</title> | |
| <script src="https://unpkg.com/vis-network@9.1.9/dist/vis-network.min.js"></script> | |
| <script src="https://unpkg.com/vis-data@7.1.9/dist/vis-data.min.js"></script> | |
| <link href="https://unpkg.com/vis-network@9.1.9/dist/vis-network.min.css" rel="stylesheet"> | |
| <style> |