chore: bump vue to 2.7.16 (#1163)

This commit is contained in:
pa
2025-03-01 17:00:33 +09:00
committed by GitHub
parent 0d93b09752
commit f1fb44840e
10 changed files with 1068 additions and 1005 deletions

23
src/static/index.html Normal file
View File

@@ -0,0 +1,23 @@
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="referrer" content="no-referrer" />
<meta
http-equiv="viewport"
content="width=device-width,initial-scale=1,user-scalable=no"
/>
<title>VRCX</title>
<link rel="preconnect" href="https://api.vrchat.cloud" />
<link rel="preconnect" href="https://d348imysud55la.cloudfront.net" />
<link rel="stylesheet" href="app.css" />
<link rel="stylesheet" href="flags.css" />
<link rel="stylesheet" href="animated-emoji.css" />
</head>
<body>
<div id="root"></div>
<script src="vendor.js"></script>
<script src="app.js"></script>
</body>
</html>

20
src/static/vr.html Normal file
View File

@@ -0,0 +1,20 @@
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="referrer" content="no-referrer" />
<meta
http-equiv="viewport"
content="width=device-width,initial-scale=1,user-scalable=no"
/>
<title>VRCXVR</title>
<link rel="stylesheet" href="vr.css" />
<link rel="stylesheet" href="flags.css" />
</head>
<body>
<div id="root"></div>
<script src="vendor.js"></script>
<script src="vr.js"></script>
</body>
</html>