Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
XMuli committed Mar 12, 2023
1 parent aaabce2 commit 46a85cc
Show file tree
Hide file tree
Showing 31 changed files with 16 additions and 28 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,19 @@

- **MacOS**

<img src="snapshot/MacOS13_Cover.png" width="100%"/>

<br>
<img src="https://fastly.jsdelivr.net/gh/XMuli/xmuliPic@pic/2022/202303121524707.jpg" width="100%"/>

- **Windows**

<img src="snapshot/Windows10_Couer.png" width="100%"/>

<br>
<img src="https://fastly.jsdelivr.net/gh/XMuli/xmuliPic@pic/2022/202303121524281.jpg" width="100%"/>

- **Linux**

<img src="snapshot/Ubuntu20.04_Cover.png" width="100%"/>
<img src="https://fastly.jsdelivr.net/gh/XMuli/xmuliPic@pic/2022/202303121447431.jpg" width="100%"/>

<br>

**Other:** More screenshot effects can be → [here](. \snapshot) preview, eg:

<img src="snapshot/Windows10_Couer6.png" width="100%"/>
**Other:** More snapshoot effects can be → [here](. \snapshot) preview

<br>

Expand Down
14 changes: 4 additions & 10 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,19 @@

**MACOS**

<img src="snapshot/MacOS13_Cover.png" width="100%"/>

<br>
<img src="https://fastly.jsdelivr.net/gh/XMuli/xmuliPic@pic/2022/202303121524707.jpg" width="100%"/>

**WINDOWS**

<img src="snapshot/Windows10_Couer.png" width="100%"/>

<br>
<img src="https://fastly.jsdelivr.net/gh/XMuli/xmuliPic@pic/2022/202303121524281.jpg" width="100%"/>

**LINUX**

<img src="snapshot/Ubuntu20.04_Cover.png" width="100%"/>
<img src="https://fastly.jsdelivr.net/gh/XMuli/xmuliPic@pic/2022/202303121447431.jpg" width="100%"/>

<br>

**其它:** 更多截图效果可 → [在此](.\snapshot) 预览,eg:

<img src="snapshot/Windows10_Couer6.png" width="100%"/>
**其它:** 更多截图效果可 → [在此](.\snapshot) 预览

<br>

Expand Down
Binary file added snapshot/MacOS13_Cover.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 removed snapshot/MacOS13_Cover.png
Binary file not shown.
Binary file added snapshot/MacOS13_Cover2.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 removed snapshot/MacOS13_Cover2.png
Binary file not shown.
Binary file added snapshot/MacOS13_Cover23.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 snapshot/MacOS13_Cover3.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 snapshot/MacOS13_Cover4.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 snapshot/MacOS13_Cover5.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 snapshot/Ubuntu20.04_Cover.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 removed snapshot/Ubuntu20.04_Cover.png
Binary file not shown.
Binary file added snapshot/Windows10_Couer.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 removed snapshot/Windows10_Couer.png
Binary file not shown.
Binary file added snapshot/Windows10_Couer10.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 snapshot/Windows10_Couer11.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 snapshot/Windows10_Couer12.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 snapshot/Windows10_Couer2.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 removed snapshot/Windows10_Couer2.png
Binary file not shown.
Binary file added snapshot/Windows10_Couer3.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 removed snapshot/Windows10_Couer3.png
Binary file not shown.
Binary file added snapshot/Windows10_Couer4.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 removed snapshot/Windows10_Couer4.png
Binary file not shown.
Binary file added snapshot/Windows10_Couer5.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 removed snapshot/Windows10_Couer5.png
Binary file not shown.
Binary file added snapshot/Windows10_Couer6.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 removed snapshot/Windows10_Couer6.png
Binary file not shown.
Binary file added snapshot/Windows10_Couer7.jpg
Binary file added snapshot/Windows10_Couer8.jpg
Binary file added snapshot/Windows10_Couer9.jpg
16 changes: 8 additions & 8 deletions src/preference/preference.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -511,20 +511,20 @@ QWidget *Preference::tabAbout()
font.setPointSizeF(ponitSize);
font.setBold(true);
project->setFont(font);
//QString time = QDateTime::currentDateTime().toString("yyyy.MM.dd hh:mm:ss");
//QLabel* buildTime = new QLabel(tr("%1-Beta %2 (%3)")
// .arg(_PROJECT_VERSION)
// .arg(bit)
// .arg(time.left(time.indexOf(" "))));
QLabel* buildTime = new QLabel(tr("%1 %2 (YYYY.MM.DD)")
QString time = QDateTime::currentDateTime().toString("yyyy.MM.dd hh:mm:ss");
QLabel* buildTime = new QLabel(tr("%1-Beta %2 (%3)")
.arg(_PROJECT_VERSION)
.arg(bit));
.arg(bit)
.arg(time.left(time.indexOf(" "))));
//QLabel* buildTime = new QLabel(tr("%1 %2 (YYYY.MM.DD)")
// .arg(_PROJECT_VERSION)
// .arg(bit));

font.setPointSizeF(ponitSize - 4);
font.setBold(false);
buildTime->setFont(font);
buildTime->setStyleSheet("QLabel{color:rgba(0, 0, 0, 0.6);}");
//buildTime->setToolTip(time.right(time.count() - time.indexOf(" ") - 1));
buildTime->setToolTip(time.right(time.count() - time.indexOf(" ") - 1));
QLabel* detail = new QLabel(tr("simple and beautiful cross-platform screenshot software."));
detail->setFont(font);

Expand Down

0 comments on commit 46a85cc

Please sign in to comment.