瀏覽代碼

隐藏反应时间选项

liushengqiang 2 年之前
父節點
當前提交
c02492878f
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>
       )