Compare commits

...

4 Commits

Author SHA1 Message Date
011e41432c Merge pull request 'dev' (#3) from dev into main
Reviewed-on: #3
2025-06-28 22:50:30 +08:00
27f6a6384a 1
All checks were successful
continuous-integration/drone/pr Build is passing
2025-06-28 22:50:01 +08:00
d73506cf81 Merge pull request 'main' (#2) from main into dev
Reviewed-on: #2
2025-06-28 22:48:18 +08:00
ed82688478 改title 2025-06-28 22:41:36 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title> <title>子归云 工具箱</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

@ -2,7 +2,7 @@ import { createRouter, createWebHistory } from 'vue-router'
import HomeView from '@/views/HomeView.vue' import HomeView from '@/views/HomeView.vue'
const router = createRouter({ const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL), history: createWebHistory('/'),
routes: [ routes: [
{ {
path: '/', path: '/',