调整canvas笔触样式改为图片

This commit is contained in:
X1627315083
2025-09-16 13:57:15 +08:00
parent 8f41fae0ce
commit 97e5f8bd66
20 changed files with 41 additions and 25 deletions

View File

@@ -231,7 +231,7 @@ const projectList = {
}
],
}
const openTypeList = (t)=>{
const navTypeList = (t)=>{
return {
tools:{
icon:'fi-rr-magic-wand',
@@ -406,4 +406,4 @@ const openTypeList = (t)=>{
},
}
}
export {projectList,openTypeList}
export {projectList,navTypeList}