diff --git a/.editorconfig b/.editorconfig
index 190b9861..665ba8a2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,5 +1,5 @@
# 修改配置后重启编辑器
-# 配置项文档:https://editorconfig.org/
+# 配置项文档:https://editorconfig.org
# 告知 EditorConfig 插件,当前即是根文件
root = true
diff --git a/src/App.vue b/src/App.vue
index 971c3a72..8f995ea8 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -17,8 +17,7 @@ ElNotification({
title: "Hello",
type: "success",
dangerouslyUseHTMLString: true,
- message:
- "小项目获取 star 不易,如果你喜欢这个项目的话,欢迎点击这里支持一个 star !这是作者持续维护的唯一动力(小声:毕竟是免费的)",
+ message: "小项目获取 star 不易,如果你喜欢这个项目的话,欢迎点击这里支持一个 star !这是作者持续维护的唯一动力(小声:毕竟是免费的)",
duration: 0,
position: "bottom-right"
})
diff --git a/src/plugins/vxe-table/index.ts b/src/plugins/vxe-table/index.ts
index 6e7ce770..7bd82f91 100644
--- a/src/plugins/vxe-table/index.ts
+++ b/src/plugins/vxe-table/index.ts
@@ -1,8 +1,6 @@
import type { App } from "vue"
-// https://vxetable.cn/#/table/start/install
-import VXETable from "vxe-table"
-// https://github.com/x-extends/vxe-table-plugin-element
-import VXETablePluginElement from "vxe-table-plugin-element"
+import VXETable from "vxe-table" // https://vxetable.cn/#/start/install
+import VXETablePluginElement from "vxe-table-plugin-element" // https://github.com/x-extends/vxe-table-plugin-element
VXETable.use(VXETablePluginElement)
diff --git a/src/styles/transition.scss b/src/styles/transition.scss
index ae5e8b1f..5a4657a4 100644
--- a/src/styles/transition.scss
+++ b/src/styles/transition.scss
@@ -1,4 +1,4 @@
-// See https://cn.vuejs.org/guide/built-ins/transition.html for detail
+// https://cn.vuejs.org/guide/built-ins/transition
// fade-transform
.fade-transform-leave-active,
diff --git a/tsconfig.json b/tsconfig.json
index e6cbf4b4..f4b28f5a 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,5 +1,5 @@
-// https://cn.vuejs.org/guide/typescript/overview.html#configuring-tsconfig-json
-// https://cn.vitejs.dev/guide/features.html#typescript-compiler-options
+// https://cn.vuejs.org/guide/typescript/overview#configuring-tsconfig-json
+// https://cn.vite.dev/guide/features#typescript-compiler-options
{
"compilerOptions": {
"target": "esnext",