chore: add bilibili official account

This commit is contained in:
Lykin 2024-05-22 00:58:30 +08:00
parent a2b0fc183f
commit 152fbe962f
4 changed files with 9 additions and 1 deletions

View File

@ -106,6 +106,10 @@ wails dev
<img src="docs/images/wechat_official.png" alt="wechat" width="360" />
### B站官方账号
<img src="docs/images/bilibili_official.png" alt="bilibili" width="360" />
### 独立开发互助QQ群
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -15,6 +15,7 @@ import { extraTheme } from '@/utils/extra_theme.js'
import useBrowserStore from 'stores/browser.js'
import { useRender } from '@/utils/render.js'
import wechatUrl from '@/assets/images/wechat_official.png'
import bilibiliUrl from '@/assets/images/bilibili_official.png'
import QRCode from '@/components/icons/QRCode.vue'
import Twitter from '@/components/icons/Twitter.vue'
import { trackEvent } from '@/utils/analytics.js'
@ -201,7 +202,10 @@ const exThemeVars = computed(() => {
<!-- wechat official modal -->
<n-modal v-model:show="showWechat" close-on-esc mask-closable transform-origin="center">
<n-flex vertical>
<n-image :src="wechatUrl" :width="400" preview-disabled />
<n-image :src="bilibiliUrl" :width="400" preview-disabled />
</n-flex>
</n-modal>
</div>
</template>