All checks were successful
Build / build-and-test (push) Successful in 29s
[UX] 在路由加载时如果有新的路由请求直接拦截取消 (beforeEach 路由守卫)
23 lines
913 B
HTML
23 lines
913 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>AO3 Mirror</title>
|
|
<meta name="description" content="ArchiveOfOurOwn 镜像站, 使用 Vue 3 与 MDUI 2 重写界面, 优化 UI/UX" />
|
|
<meta name="author" content="UnknownMp" />
|
|
<meta property="og:title" content="AO3 Mirror">
|
|
<meta property="og:description" content="ArchiveOfOurOwn 镜像站">
|
|
<meta property="og:image" content="https://cdn.unknownmp.top/website/ao3mirror.svg">
|
|
<meta property="og:url" content="https://ao3.unknownmp.top">
|
|
<meta property="og:type" content="website">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" type="image/svg" href="/favicon.svg" />
|
|
<!--app-head-->
|
|
</head>
|
|
<body>
|
|
<div id="app"><!--app-html--></div>
|
|
</body>
|
|
<!--app-state-->
|
|
<script type="module" src="/src/entry-client.js"></script>
|
|
</html>
|