|
@@ -3,7 +3,7 @@ import textSVG from "@/assets/svg/text.svg";
|
|
|
import tableSVG from "@/assets/svg/table.svg";
|
|
|
import rectSVG from "@/assets/svg/rect.svg";
|
|
|
import circularSVG from "@/assets/svg/circular.svg";
|
|
|
-import arrowSVG from "@/assets/svg/arrow.svg";
|
|
|
+// import arrowSVG from "@/assets/svg/arrow.svg";
|
|
|
import iconSVG from "@/assets/svg/icon.svg";
|
|
|
import cigaretteSVG from "@/assets/svg/cigarette.svg";
|
|
|
import fireointSVG from "@/assets/svg/fireoint.svg";
|
|
@@ -57,7 +57,7 @@ export const metas = {
|
|
|
[table]: { desc: "表格", icon: tableSVG },
|
|
|
[rect]: { desc: "矩形", icon: rectSVG },
|
|
|
[circular]: { desc: "圆形", icon: circularSVG },
|
|
|
- [arrow]: { desc: "箭头", icon: arrowSVG },
|
|
|
+ // [arrow]: { desc: "箭头", icon: arrowSVG },
|
|
|
[icon]: { desc: "图标", icon: iconSVG },
|
|
|
[cigarette]: { desc: "烟头", icon: cigaretteSVG },
|
|
|
[fireoint]: { desc: "起火点", icon: fireointSVG },
|