Import local app source
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<!-- sunderer_app/sunderer_app/www/IncreaseAcc/index.html -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>决裂者终端 - 完成账户注册</title>
|
||||
<!-- 引用构建后生成的 CSS 文件 (如果存在) -->
|
||||
<!-- <link rel="stylesheet" href="/assets/sunderer_app/css/increaseacc.css"> -->
|
||||
<!-- 如果没有独立 CSS 文件,则保持注释 -->
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
<!-- 引用构建后生成的 UMD 格式的 JS 文件 -->
|
||||
<!-- 路径指向 public/js 目录 -->
|
||||
<script src="/assets/sunderer_app/IncreaseAcc/increaseacc.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/sunderer_app/dist/icon3.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>决裂者终端用户中心</title>
|
||||
<script type="module" crossorigin src="/assets/sunderer_app/dist/js/index.c1R21Jxr.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/sunderer_app/dist/css/index.CJO3dQ9s.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,21 @@
|
||||
<!-- www/sundererapp.html -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>决裂者终端-用户中心</title>
|
||||
<!-- 如果你的 Vue 应用构建后生成了独立的 CSS 文件,取消下面这行的注释并调整文件名 -->
|
||||
<!-- <link rel="stylesheet" href="/sundererapp.[hash].css"> -->
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<!-- 引入你的 Vue 应用构建后的 JS 文件 -->
|
||||
<!-- 路径必须与 vite.config.js 中 outDir 和 rollupOptions.output 的配置结果匹配 -->
|
||||
<!-- 假设 vite.config.js 中 outDir: '../../public/' 且 input key 为 'sundererapp' -->
|
||||
<!-- 构建后文件会出现在 sunderer_app/public/ 目录下,例如: sundererapp.a1b2c3d4.js -->
|
||||
<!-- 所以这里的 src 应该是 /sundererapp.[hash].js -->
|
||||
<!-- 注意:你需要将 [hash] 替换为实际构建后生成的哈希值 -->
|
||||
<script src="/assets/sunderer_app/SundererPage/js/sundererapp.BRnFqPg_.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user