Skip to content

Commit 1dd499a

Browse files
committed
chore: 更新相关描述说明
1 parent 40fc18c commit 1dd499a

6 files changed

Lines changed: 14 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
ProtoDecodeX is a React-based web app that decodes and visualizes Protobuf data in a readable table view.
66

7-
> For live version, please visit: https://protobuf-decoder.netlify.app/
7+
> For live version, please visit: https://protodecodex.netlify.app/
8+
9+
10+
<img src="./screenshot.png" alt="screenshot" width="500"/>
11+
812

913
## Getting Started
1014
To start application locally, use `npm` to get the dependencies and start the application.

README.zh-CN.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
ProtoDecodeX 是一个基于 React 的 Web 应用,可将 Protobuf 数据解码并以易读的表格形式展示。
66

7-
> 在线体验:https://protobuf-decoder.netlify.app/
7+
> 在线体验:https://protodecodex.netlify.app/
8+
9+
10+
<img src="./screenshot.png" alt="screenshot" width="500"/>
11+
812

913
## 快速开始
1014

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "protobuf-decoder",
3-
"version": "0.1.0",
2+
"name": "protodecodex",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"start": "vite",

screenshot.jpg

-55.1 KB
Binary file not shown.

screenshot.png

615 KB
Loading

0 commit comments

Comments
 (0)