mjz update

This commit is contained in:
mjz
2023-05-28 18:15:33 +08:00
parent 9b75e60571
commit ed6e2d81fb
243 changed files with 11730 additions and 6 deletions

11
vdoing/templates/dev.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title></title>
</head>
<body class="theme-mode-light">
<div id="app"></div>
</body>
</html>

18
vdoing/templates/ssr.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="{{ lang }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>{{ title }}</title>
<meta name="generator" content="VuePress {{ version }}">
{{{ userHeadTags }}}
{{{ pageMeta }}}
{{{ canonicalLink }}}
{{{ renderResourceHints() }}}
{{{ renderStyles() }}}
</head>
<body class="theme-mode-light">
<!--vue-ssr-outlet-->
{{{ renderScripts() }}}
</body>
</html>