chore: add bilibili official account
This commit is contained in:
parent
a2b0fc183f
commit
152fbe962f
|
@ -106,6 +106,10 @@ wails dev
|
||||||
|
|
||||||
<img src="docs/images/wechat_official.png" alt="wechat" width="360" />
|
<img src="docs/images/wechat_official.png" alt="wechat" width="360" />
|
||||||
|
|
||||||
|
### B站官方账号
|
||||||
|
|
||||||
|
<img src="docs/images/bilibili_official.png" alt="bilibili" width="360" />
|
||||||
|
|
||||||
### 独立开发互助QQ群
|
### 独立开发互助QQ群
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
|
@ -15,6 +15,7 @@ import { extraTheme } from '@/utils/extra_theme.js'
|
||||||
import useBrowserStore from 'stores/browser.js'
|
import useBrowserStore from 'stores/browser.js'
|
||||||
import { useRender } from '@/utils/render.js'
|
import { useRender } from '@/utils/render.js'
|
||||||
import wechatUrl from '@/assets/images/wechat_official.png'
|
import wechatUrl from '@/assets/images/wechat_official.png'
|
||||||
|
import bilibiliUrl from '@/assets/images/bilibili_official.png'
|
||||||
import QRCode from '@/components/icons/QRCode.vue'
|
import QRCode from '@/components/icons/QRCode.vue'
|
||||||
import Twitter from '@/components/icons/Twitter.vue'
|
import Twitter from '@/components/icons/Twitter.vue'
|
||||||
import { trackEvent } from '@/utils/analytics.js'
|
import { trackEvent } from '@/utils/analytics.js'
|
||||||
|
@ -201,7 +202,10 @@ const exThemeVars = computed(() => {
|
||||||
|
|
||||||
<!-- wechat official modal -->
|
<!-- wechat official modal -->
|
||||||
<n-modal v-model:show="showWechat" close-on-esc mask-closable transform-origin="center">
|
<n-modal v-model:show="showWechat" close-on-esc mask-closable transform-origin="center">
|
||||||
<n-image :src="wechatUrl" :width="400" preview-disabled />
|
<n-flex vertical>
|
||||||
|
<n-image :src="wechatUrl" :width="400" preview-disabled />
|
||||||
|
<n-image :src="bilibiliUrl" :width="400" preview-disabled />
|
||||||
|
</n-flex>
|
||||||
</n-modal>
|
</n-modal>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue