Skip to content

Commit 57b6690

Browse files
committed
up
1 parent a25194e commit 57b6690

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

api.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# API版本说明
22
这里的API指的是`ColorDesktop.Api`
33

4-
# Version 4
4+
# Version4
55
`IInstance` 添加新接口
66
```C#
77
/// <summary>
@@ -89,11 +89,11 @@ public class InstanceSetting
8989
}
9090
```
9191

92-
# Version 3
92+
# Version3
9393
- 添加事件系统
9494
- 添加公共数据存储
9595
- 添加权限系统
9696
- 添加管理器
9797

98-
# Version 2
98+
# Version2
9999
- 添加语言设置

log.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# 更新日志
22

3+
## A3.20241213
4+
删除ASP强依赖
5+
36
## A3.20241211
47
新增浏览器组件支持
58
[使用教程](./web.md)
69

7-
大幅度修改API,将API版本号修改为Version 4
10+
大幅度修改API,将API版本号修改为Version4
811

912
## A3.20241205
1013
A3首个测试版

src/ColorDesktop.Launcher/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace ColorDesktop.Launcher;
1414

1515
public class Program
1616
{
17-
public const string Version = "A3.20241211";
17+
public const string Version = "A3.20241213";
1818
public const string ApiVersion = LauncherApi.ApiVersion;
1919

2020
private static FileStream s_lock;

0 commit comments

Comments
 (0)