This commit is contained in:
Kunagisa 2025-05-29 15:27:27 +08:00
parent 1321b5e8bf
commit d0e64291fc
2 changed files with 3 additions and 2 deletions

1
.idea/DCFronted.iml generated
View File

@ -8,5 +8,6 @@
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="v3" level="application" />
</component> </component>
</module> </module>

View File

@ -5,11 +5,11 @@
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<script src="./src//js/v3.js"></script> <script src="https://v-cn.vaptcha.com/v3.js"></script>
<title>红色警戒3数据分析中心</title> <title>红色警戒3数据分析中心</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script type="module" src="/src/main.js"></script> <script type="module" src="https://v-cn.vaptcha.com/v3.js"></script>
</body> </body>
</html> </html>