Skip to content

Commit

Permalink
fix(all): ???
Browse files Browse the repository at this point in the history
  • Loading branch information
sj817 committed Dec 27, 2024
1 parent 7f9395b commit c68a687
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/puppeteer-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"screenshot",
"karin"
],
"homepage": "https://github.com/KarinJS/puppeteer-core",
"homepage": "https://github.com/KarinJS/puppeteer",
"bugs": {
"url": "https://github.com/KarinJS/puppeteer-core/issues"
"url": "https://github.com/KarinJS/puppeteer/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KarinJS/puppeteer-core.git"
"url": "git+https://github.com/KarinJS/puppeteer.git"
},
"exports": {
".": {
Expand Down
5 changes: 5 additions & 0 deletions packages/puppeteer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ npx k log

### vue单组件

<details>
<summary>点击查看 Vue 单组件代码</summary>

```vue
<template>
<div class="profile-card" data-v-component>
Expand Down Expand Up @@ -348,6 +351,8 @@ const bio = '这是一段个人简介'
</script>
```

</details>

- 将上面的代码保存为`test.vue`文件
- 使用接口 [#2.4 自定义传参截图post)](#24-自定义传参截图post)
- 请求参数如下:
Expand Down

0 comments on commit c68a687

Please sign in to comment.