diff --git a/packages/uni-app-components/src/components/AdInteractive/AdInteractive.vue b/packages/uni-app-components/src/components/AdInteractive/AdInteractive.vue new file mode 100644 index 0000000..6de8f96 --- /dev/null +++ b/packages/uni-app-components/src/components/AdInteractive/AdInteractive.vue @@ -0,0 +1,13 @@ + + + diff --git a/packages/uni-app-components/src/components/AdInteractive/index.ts b/packages/uni-app-components/src/components/AdInteractive/index.ts new file mode 100644 index 0000000..adba449 --- /dev/null +++ b/packages/uni-app-components/src/components/AdInteractive/index.ts @@ -0,0 +1,6 @@ +import type { AdInteractiveInstance } from "@uni-helper/uni-app-types"; +import AdInteractive from "./AdInteractive.vue"; + +export default AdInteractive; + +export { AdInteractive, type AdInteractiveInstance }; diff --git a/packages/uni-app-components/src/components/index.ts b/packages/uni-app-components/src/components/index.ts index 04d91c2..1cbc5ec 100644 --- a/packages/uni-app-components/src/components/index.ts +++ b/packages/uni-app-components/src/components/index.ts @@ -1,5 +1,6 @@ export * from "./AdContentPage"; export * from "./AdDraw"; export * from "./AdFullscreenVideo"; +export * from "./AdInteractive"; export * from "./View"; export * from "./Input";