perf: debug模式改为绿色

This commit is contained in:
Junyan Qin 2024-11-10 12:03:34 +08:00
parent 9336abff8b
commit a3e234c979
No known key found for this signature in database
GPG Key ID: 22FE3AFADC710CEB

View File

@ -13,7 +13,7 @@
<div id="version-chip"
v-tooltip="proxy.$store.state.version + (proxy.$store.state.debug ? ' (调试模式已启用)' : '')"
:style="{ 'background-color': proxy.$store.state.debug ? '#c79a47' : '#1e9ae2' }">
:style="{ 'background-color': proxy.$store.state.debug ? '#27aa27' : '#1e9ae2' }">
{{ proxy.$store.state.version }}
</div>
</div>