批量粘贴与批量撤销功能上线

This commit is contained in:
2025-05-15 11:12:31 +08:00
parent 88c4699a48
commit 841c866cd8
7 changed files with 401 additions and 219 deletions

78
.gitignore vendored
View File

@@ -1,41 +1,47 @@
#
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in/
[Dd]ebug*/
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
packages
log.txt
/.vs
.vs/
node_modules/
# .NET编译生成文件
[Bb]in
[Oo]bj
[Dd]ebug*/
*.pdb
*.user
*.suo
*.cache
*.ilk
*.ncb
*.opensdf
*.sdf
*.vsp
*.vspscc
# 发布输出
publish/
*.pubxml
# NuGet包
packages/
*.nupkg
# Visual Studio临时文件
_ReSharper.*
*.resharper
[Tt]emp/
# MSTest测试结果
TestResults/
*.trx
# Rider IDE
.idea/
.DS_Store
*.sln.iml
# VS Code
.vscode/
*.code-workspace
# 用户特定文件
*.userprefs
# 构建日志
msbuild.log