diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index 5099947..9dc6274 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -19,16 +19,6 @@
最好用的 uniapp 开发模板
{{ description }}
详细示例 参考 hello-unibest 项目
-
-
-
- {{ quoteUrl }}
-
-
-
-
- {{ quoteUrl }}
-
@@ -37,7 +27,6 @@
const { safeAreaInsets } = uni.getSystemInfoSync()
const author = ref('菲鸽')
-const quoteUrl = ref('https://github.com/codercup/hello-unibest')
const description = ref(
'unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板,使用 VS Code 开发,具有代码提示、自动格式化、统一配置、代码片段等功能,同时内置了大量平时开发常用的基本组件,开箱即用,让你编写 uniapp 拥有 best 体验。',
)