Skip to content

fix: replace %2F with / #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,47 +10,47 @@ ikun-svelte-devtools

## Features

![overview.png](public%2Foverview.png)
![overview.png](public/overview.png)

### page

In the pages module, you can quickly understand which pages the project contains

![page.png](public%2Fpage.png)
![page.png](public/page.png)

### Routes

In the Routes module, you can quickly understand the routing information of the project

![router.png](public%2Frouter.png)
![router.png](public/router.png)

### Assets

In the Assets module, you can quickly understand the static resources of the project, including pictures, fonts, etc.

![assets.png](public%2Fassets.png)
![assets.png](public/assets.png)

### Search Packages

In the Search Packages module you can search for dependencies and install or uninstall them

![search-package.png](public%2Fsearch-package.png)
![search-package.png](public/search-package.png)

### Inspect

In the Inspect module you can view the compiled code, It comes from `vite-plugin-inspect` support.

![inpect.png](public%2Finpect.png)
![inpect.png](public/inpect.png)

### Graph

In the Graph module, you can quickly understand the reference relationship between js and sfc through visualization

![graph.png](public%2Fgraph.png)
![graph.png](public/graph.png)

### Inspector

In the Inspector module, you can click on an element on the page to open the corresponding source code in the IDE.
In the Inspector module, you can click on an element on the page to open the corresponding source code in the IDE.
It comes from `svelte-kit-inspector` support.

### EyeDropper
Expand Down