diff --git a/index.html b/index.html index 46fc7ef..b9daaf6 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> - Vite App + Fatfox 新标签页
diff --git a/src/GlobalModal.tsx b/src/GlobalModal.tsx index 9dcc468..c9d8634 100644 --- a/src/GlobalModal.tsx +++ b/src/GlobalModal.tsx @@ -25,7 +25,11 @@ export default defineComponent(() => { full.value = false }) return () => ( -
+
e.stopPropagation()} + onKeydown={(e) => e.stopPropagation()} + > {/* 背景遮罩 */} {show.value && ( diff --git a/src/fox/index.tsx b/src/fox/index.tsx index 3bba3d0..2d54d14 100644 --- a/src/fox/index.tsx +++ b/src/fox/index.tsx @@ -8,6 +8,7 @@ import { defineComponent, onMounted, onUnmounted, ref, watch } from 'vue' import useRouterStore from '@/useRouterStore' import useSearchStore from '@/layout/header/search/useSearchStore' import useLayoutStore from '@/layout/useLayoutStore' +import { sendParent } from '@/utils/parent' const stageStrList = [ 'dazhaohu', @@ -128,6 +129,7 @@ export default defineComponent(() => { }} onClick={() => { run('aixin') + sendParent(['openSide']) }} /> ) diff --git a/src/index.html b/src/index.html deleted file mode 100644 index 4813512..0000000 --- a/src/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - Document - - -
要什么服务器,直接 oss
-