File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 10
10
11
11
2 . 代码着色(感谢“化名三爷”的[ json着色] ( https://blog.csdn.net/zlxls/article/details/83185627 ) )
12
12
13
- 3 . ctrl + f 搜索(待完成)
13
+ 3 . ctrl + f 搜索
14
14
15
- 4 . 行号(待完成)
15
+ 4 . 搜索上一个、下一个(待完成)
16
+
17
+ 5 . 行号(待完成)
16
18
17
19
# 开发
18
20
@@ -33,4 +35,4 @@ npm run build-dist:linux
33
35
34
36
# 截图
35
37
36
- ![ image-20220727155139151 ] ( https://imgbd.r-xnoro.com//image-20220727155139151 .png )
38
+ ![ image-20220730132959338 ] ( https://imgbd.r-xnoro.com//image-20220730132959338 .png )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsonbox" ,
3
- "version" : " 1.1 .1" ,
3
+ "version" : " 1.2 .1" ,
4
4
"description" : " 一个跨平台的json格式化工具" ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 16
16
< div id ="foo " class ="frame_footer ">
17
17
< div class ="ffItem "> < button id ="btnParse " @click ="parse "> parse</ button > </ div >
18
18
< div class ="ffItem "> < input type ="text " name ="" id ="txtSearch ">
19
- < button id ="btnNext "> > </ button >
20
- < button id ="btnPre "> < </ button >
19
+ <!-- < button id="btnNext">></button>
20
+ <button id="btnPre"><</button> -->
21
21
</ div >
22
22
</ div >
23
23
</ div >
You can’t perform that action at this time.
0 commit comments