Skip to content

Commit

Permalink
推送小更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinosaur-MC committed Aug 6, 2024
1 parent 83fb940 commit 2a28470
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions basic.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

#define PROGRAM_NAME_CN "最佳附魔顺序计算器"
#define PROGRAM_NAME_EN "The Best Enchanting Sequence"
#define VERSION "2.1.1_Beta"
#define VERSION_ID 12404011 //NyymmXXx; N:1, yy:the two last number of recent year, mm:recent month, XX:version number, x:small number
#define VERSION "2.1.2_Beta"
#define VERSION_ID 12408060 //NyymmXXx; N:1, yy:the two last number of recent year, mm:recent month, XX:version number, x:small number
#define AUTHOR "Dinosaur_MC(Dinosaur-MC)"
#define WEBSITE "https://github.com/Dinosaur-MC/BestEnchSeq"
#define UPDATE_JSON "https://raw.githubusercontent.com/Dinosaur-MC/BestEnchSeq/main/update.json"
Expand Down
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
a.setStyle("WindowsVista");
int ret = -1;
do
{
Expand Down
10 changes: 5 additions & 5 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"BestEnchSeq":
{
"LatestVerison":"v2.1.1_Beta",
"VerisonID":12404011,
"Url":"https://github.com/Dinosaur-MC/BestEnchSeq/releases/download/v2.1.1/BestEnchSeq_V2.1.1Beta.zip",
"UpdateTime":"2024-04-15",
"ReleaseNote":"【小更新】主要更新内容有:\n1、更新了内置魔咒表,以支持1.21的新魔咒\n2、增加了新的可用算法(汉明算法),更好的算法。\n3、修复了3个BUG"
"LatestVerison":"v2.1.2_Beta",
"VerisonID":12408060,
"Url":"https://github.com/Dinosaur-MC/BestEnchSeq/releases/download/v2.1.2/BestEnchSeq_V2.1.2Beta.zip",
"UpdateTime":"2024-08-06",
"ReleaseNote":"【小更新】主要更新内容有:\n1、更新魔咒表,补充了1.21新魔咒的冲突信息\n2、修复了检查更新总是失败的BUG。"
}
}

0 comments on commit 2a28470

Please sign in to comment.