From 0c39f5388d95dbc41c47285a8c2dfda57a019d5b Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期三, 08 一月 2025 08:47:49 +0800
Subject: [PATCH] 修改:“可修设备可靠度为1”通过给算法包传递参数固定为1、type为fixed的failure_model来实现。

---
 web/public/SVGOrigin/Method-Draw-master/method-draw/lib/js-hotkeys/README.md |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/web/public/SVGOrigin/Method-Draw-master/method-draw/lib/js-hotkeys/README.md b/web/public/SVGOrigin/Method-Draw-master/method-draw/lib/js-hotkeys/README.md
index 696e989..f824c56 100644
--- a/web/public/SVGOrigin/Method-Draw-master/method-draw/lib/js-hotkeys/README.md
+++ b/web/public/SVGOrigin/Method-Draw-master/method-draw/lib/js-hotkeys/README.md
@@ -1,5 +1,5 @@
 #About
-**jQuery Hotkeys** is a plug-in that lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination.  
+**jQuery Hotkeys** is a plug-in that lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination.
 
 This plugin is based off of the plugin by Tzury Bar Yochay: [jQuery.hotkeys](http://github.com/tzuryby/hotkeys)
 
@@ -7,9 +7,9 @@
 
     $(expression).bind(types, keys, handler);
     $(expression).unbind(types, handler);
-    
+
     $(document).bind('keydown', 'ctrl+a', fn);
-    
+
     // e.g. replace '$' sign with 'EUR'
     $('input.foo').bind('keyup', '$', function(){
       this.value = this.value.replace('$', 'EUR');
@@ -42,4 +42,4 @@
 
 Others, (IE) either let you handle built-in short-cuts, but will add their functionality after your code has executed. Or (Opera/Safari) will *not* pass those events to the DOM at all.
 
-*So, if you bind `Ctrl-Q` or `Alt-F4` and your Safari/Opera window is closed don't be surprised.*
\ No newline at end of file
+*So, if you bind `Ctrl-Q` or `Alt-F4` and your Safari/Opera window is closed don't be surprised.*

--
Gitblit v1.9.1