Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
修复PP-93配置
Browse files Browse the repository at this point in the history
  • Loading branch information
xxzl0130 committed May 16, 2022
1 parent cfd8ba3 commit 3294f3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ChipSolver/Resources/PP-93.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "PP-93",
"optional": {
"PP-93":0,
"PP-93-2":2,
"PP-93-4":4
"填满":1,
"最多空2格":2,
"最多空4格":4
},
"width": 8,
"height": 8,
Expand Down
2 changes: 1 addition & 1 deletion CodeX/AboutDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

AboutDialog::AboutDialog(QWidget *parent)
: QDialog(parent),
version(2,4,2),
version(2,4,3),
ui(new Ui::AboutDialog()),
accessManager_(new QNetworkAccessManager(this))
{
Expand Down

0 comments on commit 3294f3f

Please sign in to comment.