主题颜色修改

This commit is contained in:
cwchen 2025-09-12 13:38:08 +08:00
parent b8f01fbb25
commit 92eba67d6d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
</template>
<script>
const ORIGINAL_THEME = '#409EFF' // default color
const ORIGINAL_THEME = '#006E6B' // default color
export default {
data() {