commit 2cd78dab25c33ec729977dd24db59407e598b6bc Author: zhouwentao Date: Mon Mar 16 16:15:42 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..15f65a0 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# wz-uniapp + +uniapp 版本 # 3.4.9(2025-06-25)的套webview demo 传参数版本,后端使用Golang,自用做模板开发 \ No newline at end of file