22< html lang ="zh-CN ">
33 < head >
44 < meta charset ="UTF-8 " />
5- < title > Ace Editor - EDA V2.6.4 </ title >
5+ < title > Ace Editor - EDA V2.6.5 </ title >
66 < link rel ="stylesheet " href ="/iframe/style/theme-vars.css " />
77 < link rel ="stylesheet " href ="/iframe/style/theme-base.css " />
88 < link rel ="stylesheet " href ="/iframe/style/file-tree.css " />
99 < link rel ="stylesheet " href ="/iframe/style/left-nav.css " />
1010 < link rel ="stylesheet " href ="/iframe/script/SweetAlert2/sweetalert2.min.css " />
1111 </ head >
1212 < body >
13- < div id ="loading-overlay " style ="position:fixed;top:0;left:0;width:100%;height:100%;background:var(--eext-bg-body);z-index:99999;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:var(--eext-font-family);color:var(--eext-text-primary); "> < div style ="font-size:14px;margin-bottom:12px; "> 正在加载编辑器...</ div > < div style ="width:120px;height:3px;background:var(--eext-border);border-radius:2px;overflow:hidden; "> < div id ="loading-bar " style ="height:100%;width:0;background:var(--eext-brand);border-radius:2px;transition:width 0.3s ease; "> </ div > </ div > </ div >
13+ < div
14+ id ="loading-overlay "
15+ style ="
16+ position: fixed;
17+ top: 0;
18+ left: 0;
19+ width: 100%;
20+ height: 100%;
21+ background: var(--eext-bg-body);
22+ z-index: 99999;
23+ display: flex;
24+ flex-direction: column;
25+ justify-content: center;
26+ align-items: center;
27+ font-family: var(--eext-font-family);
28+ color: var(--eext-text-primary);
29+ "
30+ >
31+ < div style ="font-size: 14px; margin-bottom: 12px "> 正在加载编辑器...</ div >
32+ < div style ="width: 120px; height: 3px; background: var(--eext-border); border-radius: 2px; overflow: hidden ">
33+ < div
34+ id ="loading-bar "
35+ style ="height: 100%; width: 0; background: var(--eext-brand); border-radius: 2px; transition: width 0.3s ease "
36+ > </ div >
37+ </ div >
38+ </ div >
1439 < div id ="app ">
1540 <!-- 顶部工具栏 -->
1641 < div id ="toolbar ">
1742 < button id ="run-btn "> 运行</ button >
1843 < button id ="file-btn "> 文件</ button >
1944 < button id ="settings-btn "> 设置</ button >
2045 < ul id ="quick-btn-list "> </ ul >
21- < button id ="ai-btn " style ="margin-left:auto; "> Copilot</ button >
46+ < button id ="ai-btn " style ="margin-left: auto "> Copilot</ button >
2247 </ div >
2348 <!-- 标签栏 -->
2449 < div id ="tab-bar "> </ div >
3358 <!-- 左侧内容区域 -->
3459 < div id ="left-content-area ">
3560 <!-- 项目列表视图 -->
36- < div id ="project-list-view " style ="display: flex; ">
61+ < div id ="project-list-view " style ="display: flex ">
3762 < div class ="project-list-header ">
3863 < input type ="text " class ="project-search-box " id ="project-search-input " placeholder ="搜索项目... " />
3964 < button class ="import-project-btn " id ="import-project-btn " title ="导入项目 "> 导入</ button >
4065 </ div >
4166 < div class ="project-list-content " id ="project-list-content "> </ div >
4267 </ div >
4368 <!-- 文件树视图 -->
44- < div id ="file-tree " style ="display: none; "> </ div >
69+ < div id ="file-tree " style ="display: none "> </ div >
4570 <!-- 补全仓库视图 -->
46- < div id ="completer-store-view " style ="display: none; ">
71+ < div id ="completer-store-view " style ="display: none ">
4772 < div class ="completer-list-header ">
4873 < div class ="completer-header-title "> 常用代码</ div >
4974 < input type ="text " class ="completer-search-box " id ="completer-search-input " placeholder ="搜索代码... " />
6489 < div class ="ai-chat-header ">
6590 < span class ="ai-chat-title " id ="ai-model-name "> GPT-4 Model</ span >
6691 < button class ="ai-chat-new-conversation-btn " id ="ai-new-conversation-btn " title ="新建对话 ">
67- < svg xmlns ="http://www.w3.org/2000/svg " width ="18 " height ="18 " viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 " stroke-linecap ="round " stroke-linejoin ="round ">
92+ < svg
93+ xmlns ="http://www.w3.org/2000/svg "
94+ width ="18 "
95+ height ="18 "
96+ viewBox ="0 0 24 24 "
97+ fill ="none "
98+ stroke ="currentColor "
99+ stroke-width ="2 "
100+ stroke-linecap ="round "
101+ stroke-linejoin ="round "
102+ >
68103 < path d ="M12 5v14M5 12h14 "> </ path >
69104 </ svg >
70105 </ button >
71106 < button class ="ai-chat-settings-btn " id ="ai-settings-trigger " title ="聊天设置 ">
72- < svg xmlns ="http://www.w3.org/2000/svg " width ="18 " height ="18 " viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 " stroke-linecap ="round " stroke-linejoin ="round ">
107+ < svg
108+ xmlns ="http://www.w3.org/2000/svg "
109+ width ="18 "
110+ height ="18 "
111+ viewBox ="0 0 24 24 "
112+ fill ="none "
113+ stroke ="currentColor "
114+ stroke-width ="2 "
115+ stroke-linecap ="round "
116+ stroke-linejoin ="round "
117+ >
73118 < circle cx ="12 " cy ="12 " r ="3 "> </ circle >
74- < path d ="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z "> </ path >
119+ < path
120+ d ="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z "
121+ > </ path >
75122 </ svg >
76123 </ button >
77124 </ div >
143190 < script src ="/iframe/script/User_config/Code_Config.js "> </ script >
144191 < script src ="/iframe/script/User_config/App_Init.js "> </ script >
145192 </ body >
146- </ html >
193+ </ html >
0 commit comments