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"> custom-class="shape-picker-popup">
<view class="shape-picker-container"> <view class="shape-picker-container">
<text class="shape-picker-title"> <text class="shape-picker-title">
选择形状{{selectedShapeIndex}} {{ singleMode ? '(单选)' : 选择形状{{ singleMode ? '(单选)' : '(多选)' }}
'(多选)' }}
</text> </text>
<view class="shape-options-wrapper"> <view class="shape-options-wrapper">
<view class="shape-options"> <view class="shape-options">
+1 -1
View File
@@ -44,7 +44,7 @@
bind:onChange="onChangeColor" /> bind:onChange="onChangeColor" />
<view id="previewWrapper" class="wrapper"> <view id="previewWrapper" class="wrapper">
<text class="wrapper-title">预览打印效果 {{currentShapeId}}</text> <text class="wrapper-title">预览打印效果</text>
<view <view
wx:if="{{!isPCDevtool}}" wx:if="{{!isPCDevtool}}"
id="canvasWrapper" id="canvasWrapper"