commit 0d9a85f2d4a4ff58663df1b5526643192f76f785 Author: zhouwentao Date: Mon Mar 16 15:56:34 2026 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a19f004 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# ---> Vue +# gitignore template for Vue.js projects +# +# Recommended template: Node.gitignore + +# TODO: where does this rule come from? +docs/_book + +# TODO: where does this rule come from? +test/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..55478a6 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# uniapp-webview-demo + +uniapp 版本 # 3.4.9(2025-06-25)的套webview demo 传参数版本,自用做模板开发 \ No newline at end of file