File tree Expand file tree Collapse file tree 2 files changed +27
-6
lines changed
java/com/jzf/remote/web/controller Expand file tree Collapse file tree 2 files changed +27
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public class indexController {
1010
1111 @ GetMapping
1212 public String index () {
13- return "/RemoteDebug .html" ;
13+ return "/WebIDE .html" ;
1414 }
1515
1616}
Original file line number Diff line number Diff line change 6363 < a class ="nav-link dropdown-toggle text-dark " data-toggle ="dropdown " href ="# " role ="button "
6464 aria-expanded ="false "> Help</ a >
6565 < div class ="dropdown-menu ">
66- < a class ="dropdown-item " href ="# "> About</ a >
67- < a class ="dropdown-item " href ="https://github.com/ZhiFengJia/remote-coder " target ="_blank "> Go to
68- GitHub Home</ a >
69- < div class ="dropdown-divider "> </ div >
70- < a class ="dropdown-item " href ="# "> 开发中...</ a >
66+ < a class ="dropdown-item " href ="# " data-toggle ="modal " data-target ="#aboutModal "> About</ a >
67+ < a class ="dropdown-item " href ="https://github.com/ZhiFengJia/remote-coder " target ="_blank ">
68+ Go to GitHub Home
69+ </ a >
7170 </ div >
7271 </ li >
7372 < li class ="nav-item ">
137136
138137< div id ="className " hidden > HelloWorld</ div >
139138
139+ <!-- Modal -->
140+ < div class ="modal fade " id ="aboutModal " tabindex ="-1 " aria-labelledby ="aboutModalLabel " aria-hidden ="true ">
141+ < div class ="modal-dialog ">
142+ < div class ="modal-content ">
143+ < div class ="modal-header ">
144+ < h5 class ="modal-title " id ="aboutModalLabel "> 项目简介</ h5 >
145+ < button type ="button " class ="close " data-dismiss ="modal " aria-label ="Close ">
146+ < span aria-hidden ="true "> ×</ span >
147+ </ button >
148+ </ div >
149+ < div class ="modal-body ">
150+ 项目的目标是建立一种基于云的集成开发环境 (IDE),您只需要一个浏览器,即可编写、运行和调试代码。
151+ 它包括一个代码编辑器、调试程序和终端。您无需安装文件或配置开发计算机,即可开始新的项目。
152+ 项目基于云,因此您可以从办公室、家中或任何地方使用已连接互联网的计算机完成项目。
153+ </ div >
154+ < div class ="modal-footer ">
155+ < button type ="button " class ="btn btn-secondary " data-dismiss ="modal "> Close</ button >
156+ </ div >
157+ </ div >
158+ </ div >
159+ </ div >
160+
140161< script >
141162 $ ( function ( ) {
142163 var settings = {
You can’t perform that action at this time.
0 commit comments