feat: 删除测试代码

This commit is contained in:
2025-08-20 11:04:56 +08:00
parent c95bd601e8
commit 3b4b2dcd64
2 changed files with 2 additions and 3 deletions
@@ -4,8 +4,7 @@
custom-class="shape-picker-popup">
<view class="shape-picker-container">
<text class="shape-picker-title">
选择形状{{selectedShapeIndex}} {{ singleMode ? '(单选)' :
'(多选)' }}
选择形状{{ singleMode ? '(单选)' : '(多选)' }}
</text>
<view class="shape-options-wrapper">
<view class="shape-options">
+1 -1
View File
@@ -44,7 +44,7 @@
bind:onChange="onChangeColor" />
<view id="previewWrapper" class="wrapper">
<text class="wrapper-title">预览打印效果 {{currentShapeId}}</text>
<text class="wrapper-title">预览打印效果</text>
<view
wx:if="{{!isPCDevtool}}"
id="canvasWrapper"