Skip to content

Commit 96a36eb

Browse files
committed
update contact info
1 parent cf59ad8 commit 96a36eb

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

src/components/Settings/About/About.vue

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,14 @@ async function checkGitHubRelease() {
146146
{{ $t('settings.links') }}
147147
</h3>
148148
<div grid="~ xl:cols-5 lg:cols-4 md:cols-3 cols-2 gap-2">
149+
<a
150+
href="https://x.com/VentusUta" target="_blank"
151+
class="link-card"
152+
bg="black dark:white !opacity-10 !hover:opacity-20"
153+
un-text="black dark:white"
154+
>
155+
<div i-tabler:brand-x /> X
156+
</a>
149157
<a
150158
href="https://github.com/VentusUta/BewlyBewly-AveMujica" target="_blank"
151159
class="link-card"
@@ -194,10 +202,10 @@ async function checkGitHubRelease() {
194202
</section>
195203
<section w-full>
196204
<h3 class="title">
197-
为什么这个项目叫“BewlyBewly! Ave Mujica”?
205+
问题反馈
198206
</h3>
199207
<div flex="~ gap-2">
200-
CRYCHIC 死了,Ave Mujica 并不完美,但仍在努力进步。BewlyBewly! Ave Mujica 也是如此
208+
请发邮件到ventusuta@gmail.com,或在GitHub上开启新issue
201209
</div>
202210
</section>
203211
</section>

src/contentScripts/views/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ provide<BewlyAppProvider>('BEWLY_APP', {
405405
haveScrollbar,
406406
})
407407
408+
/* Block ‘Harmony Sans’ */
408409
document.querySelectorAll('link[rel="stylesheet"]').forEach((el) => {
409410
const link = el as HTMLLinkElement
410411
if (link.href.includes('regular.css') || link.href.includes('medium.css'))

0 commit comments

Comments
 (0)