Skip to content

Commit 8057f2d

Browse files
committed
update: 发版本
1 parent 423de07 commit 8057f2d

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

changlog/autoUpdate.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<item>
3-
<version>1.1.1.0</version>
3+
<version>1.1.1.1</version>
44
<url>https://llcom.papapoi.com/llcom.zip</url>
55
<changelog>https://llcom.papapoi.com/changelog.html</changelog>
66
<mandatory mode="1">true</mandatory>

changlog/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@
1010
# 更新日志
1111

1212
> 欢迎加入交流群:`931546484`
13-
13+
14+
## LLCOM 1.1.1.1
15+
16+
新增:
17+
18+
- 默认exe更新为x64目标
19+
1420
## LLCOM 1.1.1.0
1521

1622
修复:

llcom/Pages/SerialMonitorPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private void Page_Loaded(object sender, RoutedEventArgs e)
9393
{
9494
MonitorButton.IsEnabled = false;
9595
MessageBox.Show("插件加载失败,目前该功能还不兼容x64版本的LLCOM。\r\n" +
96-
"如需使用该功能,请下载32位x86快照版本。");
96+
"如需使用该功能,可自行编译32位x86版本。");
9797
}
9898
}
9999
}

0 commit comments

Comments
 (0)