mirror of
https://github.com/34892002/edgeKey.git
synced 2026-06-02 07:19:28 +08:00
fix: github url
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<footer class="border-t border-base-300 bg-base-100 py-6 text-center text-sm text-base-content/60 mt-auto">
|
||||
<div class="flex flex-col items-center gap-3 md:flex-row md:justify-between mx-auto max-w-6xl px-4 text-sm text-gray-500 tracking-wide">
|
||||
<span class="">
|
||||
<a href="https://github.com/" target="_blank">
|
||||
<a href="https://github.com/34892002/edgeKey" target="_blank">
|
||||
{{ footerText ? footerText : "© 2026 designed" }} & developed by edgeKey
|
||||
</a>
|
||||
</span>
|
||||
|
||||
@@ -112,12 +112,15 @@
|
||||
<div class="p-4 border-t border-base-300 mt-auto space-y-2">
|
||||
<AppButton variant="outline" block @click="handleSignOut">退出登录</AppButton>
|
||||
<div class="flex items-center justify-between text-xs text-base-content/50 px-2">
|
||||
<button class="hover:text-primary transition-colors" @click="checkUpdate" :title="updateTip" >
|
||||
v{{ appVersion }}-{{ gitHash }}
|
||||
</button>
|
||||
<div class="inline-grid *:[grid-area:1/1]">
|
||||
<div class="animate-ping status" :class="statusColor"></div>
|
||||
<div class="status" :class="statusColor"></div>
|
||||
<a class="cursor-default" target="_blank" href="https://github.com/34892002/edgeKey">edgeKey</a>
|
||||
<div class="">
|
||||
<button class="hover:text-primary transition-colors mr-2" @click="checkUpdate" :title="updateTip" >
|
||||
v{{ appVersion }}-{{ gitHash }}
|
||||
</button>
|
||||
<div class="inline-grid *:[grid-area:1/1]">
|
||||
<div class="animate-ping status" :class="statusColor"></div>
|
||||
<div class="status" :class="statusColor"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user