Skip to content

Commit bb8a50b

Browse files
author
lizl6
committed
update
1 parent 5b2a38b commit bb8a50b

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010

1111
2. 代码着色(感谢“化名三爷”的[json着色](https://blog.csdn.net/zlxls/article/details/83185627)
1212

13-
3. ctrl + f 搜索(待完成)
13+
3. ctrl + f 搜索
1414

15-
4. 行号(待完成)
15+
4. 搜索上一个、下一个(待完成)
16+
17+
5. 行号(待完成)
1618

1719
# 开发
1820

@@ -33,4 +35,4 @@ npm run build-dist:linux
3335

3436
# 截图
3537

36-
![image-20220727155139151](https://imgbd.r-xnoro.com//image-20220727155139151.png)
38+
![image-20220730132959338](https://imgbd.r-xnoro.com//image-20220730132959338.png)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonbox",
3-
"version": "1.1.1",
3+
"version": "1.2.1",
44
"description": "一个跨平台的json格式化工具",
55
"main": "main.js",
66
"scripts": {

src/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<div id="foo" class="frame_footer">
1717
<div class="ffItem"><button id="btnParse" @click="parse">parse</button></div>
1818
<div class="ffItem"><input type="text" name="" id="txtSearch">&nbsp;
19-
<button id="btnNext">></button>&nbsp;
20-
<button id="btnPre"><</button>
19+
<!-- <button id="btnNext">></button>&nbsp;
20+
<button id="btnPre"><</button> -->
2121
</div>
2222
</div>
2323
</div>

0 commit comments

Comments
 (0)