Skip to content

Commit f42944b

Browse files
committed
リンクの修正とreadmeのスクショ更新
1 parent b2f6b85 commit f42944b

File tree

12 files changed

+9
-11
lines changed

12 files changed

+9
-11
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,3 +428,6 @@ gmon.out
428428
# Ignore output files
429429
pltGUI/App/output.*
430430
pltGUI/App/plot.plt
431+
432+
#Ignore sampledata
433+
pltGUI/App/sampledata.csv

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ Twitterの[@OUCC](https://twitter.com/OUCC)へのDM、またはGitHubの[Issues]
2626

2727
## 画面構成
2828

29-
### スクショ (v1.1.0)
29+
### スクショ
3030
- plt Setting
3131
- whole
32-
![see readme_images/whole.png](readme_images/whole.png)
32+
![see readme_images/whole1.png](readme_images/whole1.png)
33+
![see readme_images/whole2.png](readme_images/whole2.png)
3334
- graph1
3435
![see readme_images/graph1.png](readme_images/graph1.png)
3536
- graph2
@@ -38,6 +39,8 @@ Twitterの[@OUCC](https://twitter.com/OUCC)へのDM、またはGitHubの[Issues]
3839
![see readme_images/pltfile.png](readme_images/pltfile.png)
3940
- plt File
4041
![see readme_images/pltimage.png](readme_images/pltimage.png)
42+
- option
43+
![see readme_images/option.png](readme_images/option.png)
4144

4245
### 説明
4346

pltGUI/App/sampledata.dat

Lines changed: 0 additions & 8 deletions
This file was deleted.

pltGUI/app_option.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class AppOption {
2626
dpos += Vec2(0,50);
2727
MyGUI::Text(U"Links", dpos+Vec2(20,0));
2828
if (MyGUI::Button(U"Online README", dpos + Vec2(100, 0), Size(170, 40))) {
29-
System::LaunchBrowser(U"https://github.com/OUCC/pltGUI/releases");
29+
System::LaunchBrowser(U"https://github.com/OUCC/pltGUI#readme");
3030
}
3131
if (MyGUI::Button(U"pltGUI releases", dpos + Vec2(280, 0), Size(170, 40))) {
3232
System::LaunchBrowser(U"https://github.com/OUCC/pltGUI/releases");

readme_images/graph1.png

6.32 KB
Loading

readme_images/graph2.png

-3.25 KB
Loading

readme_images/option.png

43.1 KB
Loading

readme_images/pltfile.png

61 Bytes
Loading

readme_images/pltimage.png

4.74 KB
Loading

readme_images/whole.png

-38.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)