From 41a76543a91e6c39c6ec66e0f2af8244500d1b0b Mon Sep 17 00:00:00 2001 From: 曹睿 <360930172@qq.com> Date: 星期一, 30 六月 2025 10:38:14 +0800 Subject: [PATCH] style: 样式调整。添加录入日期 --- src/components/RuoYi/Git/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/RuoYi/Git/index.vue b/src/components/RuoYi/Git/index.vue index 3fe77d0..96fdea7 100644 --- a/src/components/RuoYi/Git/index.vue +++ b/src/components/RuoYi/Git/index.vue @@ -5,7 +5,7 @@ </template> <script setup> -const url = ref('https://gitee.com/y_project/RuoYi-Vue'); +const url = ref('https://gitee.com/y_project/RuoYi-Vue') function goto() { window.open(url.value) -- Gitblit v1.9.3