File tree 3 files changed +8
-5
lines changed
src/ColorDesktop.Launcher
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# API版本说明
2
2
这里的API指的是` ColorDesktop.Api `
3
3
4
- # Version 4
4
+ # Version4
5
5
` IInstance ` 添加新接口
6
6
``` C#
7
7
/// <summary >
@@ -89,11 +89,11 @@ public class InstanceSetting
89
89
}
90
90
```
91
91
92
- # Version 3
92
+ # Version3
93
93
- 添加事件系统
94
94
- 添加公共数据存储
95
95
- 添加权限系统
96
96
- 添加管理器
97
97
98
- # Version 2
98
+ # Version2
99
99
- 添加语言设置
Original file line number Diff line number Diff line change 1
1
# 更新日志
2
2
3
+ ## A3.20241213
4
+ 删除ASP强依赖
5
+
3
6
## A3.20241211
4
7
新增浏览器组件支持
5
8
[ 使用教程] ( ./web.md )
6
9
7
- 大幅度修改API,将API版本号修改为Version 4
10
+ 大幅度修改API,将API版本号修改为Version4
8
11
9
12
## A3.20241205
10
13
A3首个测试版
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace ColorDesktop.Launcher;
14
14
15
15
public class Program
16
16
{
17
- public const string Version = "A3.20241211 " ;
17
+ public const string Version = "A3.20241213 " ;
18
18
public const string ApiVersion = LauncherApi . ApiVersion ;
19
19
20
20
private static FileStream s_lock ;
You can’t perform that action at this time.
0 commit comments