@@ -10,9 +10,9 @@ class ConfigurationComponent {
1010
1111 constructor ( ) {
1212 this . modalHTML = `
13- <div id="cc11001100 -js-script-hook-configuration-modal-window" style="display:none !important; position:fixed !important; left:0 !important; top:0 !important; width:100% !important; height:100% !important; background-color:rgba(0,0,0,0.85) !important; z-index:2147483646 !important; overflow-y:auto !important;">
13+ <div id="jsrei -js-script-hook-configuration-modal-window" style="display:none !important; position:fixed !important; left:0 !important; top:0 !important; width:100% !important; height:100% !important; background-color:rgba(0,0,0,0.85) !important; z-index:2147483646 !important; overflow-y:auto !important;">
1414 <div class="js-script-hook-scrollable-div" style="display: flex; width: 930px !important; text-align: center !important; padding: 30px !important; margin: 10px !important; position:absolute !important; left:50% !important; top:50% !important; transform:translate(-50%, -50%) !important; background:white !important; border-radius:5px !important; box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important; max-width:80% !important; text-align:center !important; z-index:99999999999; !important">
15- <button id="cc11001100 -js-script-hook-configuration-close-btn" style="position:absolute; right:8px; top:8px; cursor:pointer; padding:3px 6px; border:none; background-color:#f44336; color:white; border-radius:50%; font-size:10px;">×</button>
15+ <button id="jsrei -js-script-hook-configuration-close-btn" style="position:absolute; right:8px; top:8px; cursor:pointer; padding:3px 6px; border:none; background-color:#f44336; color:white; border-radius:50%; font-size:10px;">×</button>
1616 <div id="js-script-hook-configuration-content" style="color: black;"></div>
1717 </div>
1818 </div>
@@ -39,15 +39,15 @@ class ConfigurationComponent {
3939 $ ( "#js-script-hook-configuration-content" ) . append ( debuggerManager . render ( language , getGlobalConfig ( ) . debuggers ) ) ;
4040
4141 // 关闭按钮事件处理
42- document . getElementById ( "cc11001100 -js-script-hook-configuration-close-btn" ) . addEventListener ( 'click' , this . closeModalWindow ) ;
43- document . getElementById ( "cc11001100 -js-script-hook-configuration-modal-window" ) . style . display = 'flex' ;
42+ document . getElementById ( "jsrei -js-script-hook-configuration-close-btn" ) . addEventListener ( 'click' , this . closeModalWindow ) ;
43+ document . getElementById ( "jsrei -js-script-hook-configuration-modal-window" ) . style . display = 'flex' ;
4444 }
4545
4646 /**
4747 * 隐藏模态框的函数
4848 */
4949 closeModalWindow ( ) {
50- const element = document . getElementById ( "cc11001100 -js-script-hook-configuration-modal-window" ) ;
50+ const element = document . getElementById ( "jsrei -js-script-hook-configuration-modal-window" ) ;
5151 if ( element ) {
5252 element . parentNode . removeChild ( element ) ;
5353 }
0 commit comments