Skip to content

Commit

Permalink
生成发行版
Browse files Browse the repository at this point in the history
  • Loading branch information
fawdlstty committed May 12, 2019
1 parent ed78782 commit e9c2ce4
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NetToolbox/NetToolboxWnd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void NetToolboxWnd::InitWindow () {
#ifdef _DEBUG
if (_args.size () < 2) {
_args.push_back (_T ("-jump"));
_args.push_back (_T ("5,4"));
_args.push_back (_T ("5,3"));
}
#endif
for (size_t i = 1; i < _args.size (); ++i) {
Expand Down
Binary file modified NetToolbox/Resource.aps
Binary file not shown.
Binary file modified NetToolbox/Resource.rc
Binary file not shown.
Binary file modified NetToolbox/res/res.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

易大师网络工具箱

![capture.jpg](capture.jpg)
![capture.jpg](capture_cn.jpg)

## 描述

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ English | [简体中文](README-cn.md)

Net Toolbox for Master Yi

![capture.jpg](capture.jpg)
![capture.jpg](capture_en.jpg)

## Description

Expand Down
Binary file removed capture.jpg
Binary file not shown.
Binary file added capture_cn.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added capture_en.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions res/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
<Option style="x_item2" name="tab4_2" text="Encode Decode" />
</VerticalLayout>
<Option name="group5" text="Standalone Tool" style="x_item1" bkimage="file='qb5.png' dest='10,4,26,20'" />
<VerticalLayout name="group_item5" height="200" visible="false">
<VerticalLayout name="group_item5" height="160" visible="false">
<Option style="x_item2" name="tab5_0" text="GIF Record" />
<Option style="x_item2" name="tab5_1" text="Serial Port" />
<Option style="x_item2" name="tab5_2" text="Window Tool" />
<Option style="x_item2" name="tab5_3" text="File Tool" />
<Option style="x_item2" name="tab5_4" text="QRcode Build" />
<!--<Option style="x_item2" name="tab5_4" text="QRcode Build" />-->
<!--<Option style="x_item2" name="tab5_4" text="Screen Record" />-->
</VerticalLayout>
<Option name="group6" text="Other" style="x_item1" bkimage="file='qb6.png' dest='10,4,26,20'" />
Expand Down

0 comments on commit e9c2ce4

Please sign in to comment.