I prove that you have made the jump test1.
+
+ Default
+ Tertiary
+ Primary
+ Info
+ Success
+ Warning
+ Error
+
-
+
diff --git a/vite.config.ts b/vite.config.ts
index 291af5a..fe723b8 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -4,7 +4,7 @@ import { resolve } from 'path';
// 当前执行node命令时文件夹的地址(工作目录)
const rootPath: string = resolve(process.cwd());
-const srcPath: string = `${rootPath}/src`;
+const srcPath = `${rootPath}/src`;
// https://vitejs.dev/config/
export default defineConfig(({ command, mode }: ConfigEnv) => {