1。根据pinia调整toolbar和projecExplorer 2.删除按钮增加确认,禁止删除最后一个元素

This commit is contained in:
2025-03-17 18:30:34 +08:00
parent 56998e5824
commit 20232a5d7c
6 changed files with 114 additions and 81 deletions

18
src/data/updateLog.json Normal file
View File

@ -0,0 +1,18 @@
[
{
"version": "2.0.0",
"date": "2025-03-16",
"changes": [
"修复了相同式神不能正确设置属性的问题",
"支持了多文件编辑",
"PS:当前导出截图宽度无法"
]
},
{
"version": "1.0.0",
"date": "2025-03-09",
"changes": [
"首次发布"
]
}
]