Skip to content

Commit

Permalink
v1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Theresa-0328 committed Sep 20, 2024
1 parent addc04b commit cac74cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)

set(MAJOR_VERSION 1)
set(MINOR_VERSION 1)
set(MICRO_VERSION 9)
set(MICRO_VERSION 10)
set(_VERSION_ "v${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}")
add_definitions(-DSCAN_VER="${_VERSION_}")

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![GitHub stars](https://img.shields.io/github/stars/Theresa-0328/MHY_Scanner?color=blue&style=for-the-badge)](https://github.com/Theresa-0328/MHY_Scanner/stargazers)
</div>

### **版本 - v1.1.9**
### **版本 - v1.1.10**

## 重要提醒
最近在闲鱼等地发现有人在卖这个项目,希望没有人真的傻逼到花钱买免费的代码。如果你是购买来的,说明你被骗了,建议联系商家退款。最后,如果你真的想卖本项目赚钱,<a href="https://www.baidu.com/s?wd=%E5%AD%A4%E5%84%BF%E6%80%8E%E4%B9%88%E5%8A%9E%E6%88%B7%E5%8F%A3%E6%9C%AC">请点这里了解</a>
Expand Down
2 changes: 1 addition & 1 deletion src/MHY_Scanner_Gui/LoginWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LoginWindow::LoginWindow(QDialog* Dialog) :
ui.lineEditPwd->setEchoMode(QLineEdit::Password);

ui.lineEditCookie->setFont(QFont("宋体", 13));
ui.lineEditCookie->setPlaceholderText("在这里粘贴Cookie...");
ui.lineEditCookie->setPlaceholderText("在这里粘贴包含SToken的Cookie...");
ui.lineEditCookie->setClearButtonEnabled(true);

ui.tabWidget->setTabText(0, "官服Cookie");
Expand Down

0 comments on commit cac74cd

Please sign in to comment.