improve:外部点名

This commit is contained in:
2025-08-24 17:26:26 +08:00
parent 76363b4263
commit 8554b92f42
5 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -1 +1 @@
1.7.7.0
1.7.8.0
+2 -2
View File
@@ -49,5 +49,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.7.9")]
[assembly: AssemblyFileVersion("1.7.7.9")]
[assembly: AssemblyVersion("1.7.8.0")]
[assembly: AssemblyFileVersion("1.7.8.0")]
+2 -2
View File
@@ -49,5 +49,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.7.9")]
[assembly: AssemblyFileVersion("1.7.7.9")]
[assembly: AssemblyVersion("1.7.8.0")]
[assembly: AssemblyFileVersion("1.7.8.0")]
+1 -1
View File
@@ -316,7 +316,7 @@ namespace Ink_Canvas
protocol = "classisland://plugins/IslandCaller/Simple/1";
break;
case 1: // SecRandom点名
protocol = "secrandom://pumping?action=start";
protocol = "secrandom://direct_extraction";
break;
case 2: // NamePicker点名
protocol = "namepicker://";
+17 -2
View File
@@ -32,7 +32,22 @@
32. 修复快速面板中的退出放映按钮
33. 优化多墨迹卡顿问题
34. 优化至单文件版本
35. 优化图片插入功能
35. 修复了插入图片功能
36. 新增浮动栏按钮自定义显示
37. 新增快捷调色板
38. 新增鼠标高亮显示
39. 新增几何绘制圆形绘制圆心
40. 优化快捷调色板
41. 优化浮动栏子面板显示
42. 优化高光显示
43. 新增窗口置顶
44. 优化面板收纳
45. 新增墨迹渐隐
46. 修复PPT相关问题
47. 新增更多点名联动
48. 新增PPT底部按钮修改位置
49. 修复翻页笔失焦不可用
50. 优化墨迹渐隐
51. 优化调色板
52. 修复浮动栏动画异常
53. 修复开关状态异常