File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ <script setup lang="ts">
2+ const show = Reflect .get (globalThis , ' gkd' );
3+ </script >
4+ <template >
5+ <div v-if =" show" class =" tip custom-block github-alert" >
6+ <p class =" custom-block-title" >下载提示</p >
7+ <p >检测到您在应用内无法下载 APK,请点击右上角-外部打开后下载</p >
8+ </div >
9+ </template >
Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ import GImg from './GImg';
33import IdentifierField from './IdentifierField.vue' ;
44import ImageTable from './ImageTable.vue' ;
55import naiveComponents from './naive' ;
6+ import AppInnerDownloadTip from './AppInnerDownloadTip.vue' ;
67
78export default {
89 ...naiveComponents ,
910 GImg,
1011 ImageTable,
1112 IdentifierField,
1213 ApkTable,
14+ AppInnerDownloadTip,
1315} ;
Original file line number Diff line number Diff line change 22
33## 安装 {#install}
44
5+ <ClientOnly > <AppInnerDownloadTip /> </ClientOnly >
6+
57<ApkTable />
68
79::: details 手机浏览器下载失败?
You can’t perform that action at this time.
0 commit comments