Browse Source

隐藏反应时间选项

liushengqiang 2 năm trước cách đây
mục cha
commit
c02492878f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/subpages/colexiu/popups/setting/evaluat.tsx

+ 2 - 2
src/subpages/colexiu/popups/setting/evaluat.tsx

@@ -75,7 +75,7 @@ export default defineComponent({
               </div>
             </Cell>
             <Divider />
-            <Cell center border={false} title="反应时间(毫秒)">
+            {/* <Cell center border={false} title="反应时间(毫秒)">
               <Field
                 // type="number"
                 v-model={SettingState.eva.reactionTimeMs}
@@ -85,7 +85,7 @@ export default defineComponent({
                   SettingState.eva.reactionTimeMs = Math.max(-300, Math.min(300, SettingState.eva.reactionTimeMs)) || 0
                 }}
               />
-            </Cell>
+            </Cell> */}
           </div>
         </div>
       )