File tree Expand file tree Collapse file tree
components/Settings/About Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -405,6 +405,7 @@ provide<BewlyAppProvider>('BEWLY_APP', {
405405 haveScrollbar ,
406406})
407407
408+ /* Block ‘Harmony Sans’ */
408409document .querySelectorAll (' link[rel="stylesheet"]' ).forEach ((el ) => {
409410 const link = el as HTMLLinkElement
410411 if (link .href .includes (' regular.css' ) || link .href .includes (' medium.css' ))
You can’t perform that action at this time.
0 commit comments