Skip to content

Commit

Permalink
Merge pull request #55 from chenjunyu19/chore
Browse files Browse the repository at this point in the history
🐞 fix: appearance
  • Loading branch information
xytoki committed Jan 5, 2024
2 parents 6c8dd37 + 5ed6381 commit b00b5fa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2022-2023, YuehaiTeam
Copyright (c) 2022-2024, YuehaiTeam
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default defineComponent({
)
ctx.fillText(
'如需中断,请按 Win 键停止识别',
(89 / 250) * canvas.value.width,
(86 / 250) * canvas.value.width,
(88 / 250) * canvas.value.width,
)
} else {
Expand Down
2 changes: 1 addition & 1 deletion src/views/ArtifactScanner/CaptureScanner/Float.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default defineComponent({
)
ctx.fillText(
'如需中断,请按 Win 键停止切换',
(89 / 250) * canvas.value.width,
(86 / 250) * canvas.value.width,
(88 / 250) * canvas.value.width,
)
} else {
Expand Down
5 changes: 3 additions & 2 deletions src/views/Options/Basic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
</el-form>
<h4>关于</h4>
<section class="about">
<div class="logo"><icon-cocogoat /> 椰羊cocogoat</div>
<div class="copyright">&copy;2022-2023 YuehaiTeam <build-info /></div>
<div class="logo"><icon-cocogoat /> 椰羊 cocogoat</div>
<div class="copyright">&copy;2022-2024 YuehaiTeam <build-info /></div>
<div v-if="options.reporting" class="logreport">
<el-link @click="report">上传日志</el-link>
</div>
Expand Down Expand Up @@ -88,6 +88,7 @@ export default {
width: 300px;
max-width: 80%;
align-items: center;
text-align: center;
.logo {
height: 50px;
color: var(--c-text);
Expand Down
2 changes: 1 addition & 1 deletion src/views/Options/Index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<Layout :class="$style.options">
<template #title>设置</template>
<template #title><span style="font-family: genshin">设置</span></template>
<el-tabs :model-value="$route.name" @update:model-value="$router.replace({ name: $event })">
<el-tab-pane name="options.basic" label="基本设置"></el-tab-pane>
<el-tab-pane name="options.user" label="账号管理"></el-tab-pane>
Expand Down

0 comments on commit b00b5fa

Please sign in to comment.