Skip to content

Commit

Permalink
doc: add product hunt
Browse files Browse the repository at this point in the history
  • Loading branch information
wqcstrong committed Dec 14, 2023
1 parent 8957dee commit d72e01b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
[![API Version][api-ver-img]][api-ver-url]
[![Go Version][api-go-img]][api-go-url]

<a href="https://www.producthunt.com/posts/pagespy?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-pagespy" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=429852&theme=light" alt="PageSpy - Remote&#0032;debugging&#0032;as&#0032;seamless&#0032;as&#0032;local&#0032;debugging&#0046; | Product Hunt" height="36" /></a>

[English](./README_EN.md) | 中文

</div>
Expand Down
4 changes: 4 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@
[![API Version][api-ver-img]][api-ver-url]
[![Go Version][api-go-img]][api-go-url]

<a href="https://www.producthunt.com/posts/pagespy?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-pagespy" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=429852&theme=light" alt="PageSpy - Remote&#0032;debugging&#0032;as&#0032;seamless&#0032;as&#0032;local&#0032;debugging&#0046; | Product Hunt" height="36" /></a>

English | [中文](./README.md)

</div>

## Intro

**PageSpy** is a remote debugging tool for web project.

Based on encapsulation of native web APIs, it filters and transforms the parameters of native methods when called, and converts into messages with specific format for consumption by the debugger client. The debugger presents ui in an interactive devtools-like for easy viewing after receives the message data.
Expand Down
3 changes: 3 additions & 0 deletions src/pages/Layouts/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
}
.logo {
height: var(--header-height);
display: flex;
align-items: center;
gap: 32px;
> a {
height: 100%;
display: inline-flex;
Expand Down
10 changes: 10 additions & 0 deletions src/pages/Layouts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ export const Layouts = () => {
)}
</Title>
</Link>
<a
href="https://www.producthunt.com/posts/pagespy?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-pagespy"
target="_blank"
>
<img
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=429852&theme=light"
alt="PageSpy - Remote&#0032;debugging&#0032;as&#0032;seamless&#0032;as&#0032;local&#0032;debugging&#0046; | Product Hunt"
height="36"
/>
</a>
</div>
</Col>
<Col>
Expand Down

0 comments on commit d72e01b

Please sign in to comment.