chore: icon

This commit is contained in:
skytek_xinliang
2026-06-22 17:49:38 +08:00
parent 6da57e1775
commit bef99de4c0
4 changed files with 20 additions and 13 deletions
+7 -8
View File
@@ -1,10 +1,9 @@
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "auto"
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100,
"bracketSpacing": true,
"endOfLine": "auto"
}
+5 -5
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<!doctype html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/dumbbell-heart.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to Vuetify 4</title>
</head>
<body>
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 24 24">
<path d="M11.518,12.629l.559,.377c1.134-.847,6.754-4.326,7-8.706,0-2.371-1.794-4.3-4-4.3-1.193,0-2.267,.565-3,1.458-.733-.894-1.807-1.458-3-1.458-2.206,0-4,1.929-4,4.3,0,3.876,5.782,7.885,6.441,8.329ZM9.077,2c1.103,0,2,1.032,2,2.3h2c0-1.268,.897-2.3,2-2.3s2,1.032,2,2.3c0,1.948-2.864,4.71-4.998,6.275-1.732-1.286-5.002-4.147-5.002-6.275,0-1.268,.897-2.3,2-2.3Zm14.923,17h-1v3h-2V14h2v3h1v2Zm-6-7h2v12h-2v-5H6v5h-2V12h2v5h12v-5ZM1,14H3v8H1v-3H0v-2H1v-3Z"/>
</svg>

After

Width:  |  Height:  |  Size: 598 B

+4
View File
@@ -58,4 +58,8 @@ router.beforeEach(to => {
}
})
router.afterEach(to => {
document.title = typeof to.meta.title === 'string' ? to.meta.title : '運動玩轉健康力'
})
export default router