feat: 更新app.html以改善viewport设置和标题
This commit is contained in:
+15
-11
@@ -1,13 +1,17 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
<head>
|
||||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||||
<title>Tauri + SvelteKit + Typescript App</title>
|
<meta name="viewport"
|
||||||
%sveltekit.head%
|
content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0, minimum-scale=1.0" />
|
||||||
</head>
|
<title>Quick Dataset</title>
|
||||||
<body data-sveltekit-preload-data="hover">
|
%sveltekit.head%
|
||||||
<div style="display: contents">%sveltekit.body%</div>
|
</head>
|
||||||
</body>
|
|
||||||
</html>
|
<body data-sveltekit-preload-data="hover">
|
||||||
|
<div style="display: contents">%sveltekit.body%</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user