Commit 19ad2be1 authored by caoxu's avatar caoxu

Update: 添加位置显示功能

parent 98470a8b
Pipeline #507 canceled with stages
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="header-help-row"> <div class="header-help-row">
<button class="location-btn" @click="toggleLocation"> <button class="location-btn" @click="toggleLocation">
{{ showLocation ? '隐藏位置' : '查看位置' }} {{ showLocation ? '位置' : '查看位置' }}
<span class="location-dot" :class="{ active: showLocation }"></span> <span class="location-dot" :class="{ active: showLocation }"></span>
</button> </button>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment