小程序初始提交
This commit is contained in:
17
cool-unix/uni_modules/cool-open-web/readme.md
Normal file
17
cool-unix/uni_modules/cool-open-web/readme.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# cool-open-web
|
||||
|
||||
### 兼容性
|
||||
|
||||
| IOS | Andriod | WEB | 小程序 |
|
||||
| ---- | ------- | ---- | ------ |
|
||||
| 支持 | 支持 | 支持 | 支持 |
|
||||
|
||||
### 开发文档
|
||||
|
||||
调用:
|
||||
|
||||
```ts
|
||||
import { openWeb } from "@/uni_modules/cool-open-web";
|
||||
|
||||
openWeb("https://cool-js.com/");
|
||||
```
|
||||
Reference in New Issue
Block a user