首次提交:本地项目同步到Gitea

This commit is contained in:
zhusenlin
2026-01-24 08:45:54 +08:00
commit 4a6b23db69
256 changed files with 25311 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
@startuml MouseUp
start
: 取得这个点在虚拟世界的坐标;
: 计算现在坐标跟原先坐标的偏移;
if (状态是移动) then (yes)
: 记录移动事件;
elseif (状态是四面扩展) then (yes)
: 记录四面扩展事件;
elseif (状态是8方扩展) then (yes)
: 记录8方扩展事件;
elseif (状态是矩形选择) then (yes)
: 记录选择绘图;
endif
stop
@enduml