Skip to content

Commit

Permalink
预览演示首页重构 (#403)
Browse files Browse the repository at this point in the history
bootstrap3更新
首页重构
Co-authored-by: wusongda <[email protected]>
  • Loading branch information
wsd7747 authored Nov 21, 2022
1 parent a3f9164 commit 8c8d596
Show file tree
Hide file tree
Showing 16 changed files with 1,389 additions and 854 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ nbdist/

### VS Code ###
.vscode/
.DS_Store

server/src/main/cache/
server/src/main/file/
10 changes: 10 additions & 0 deletions server/src/main/java/cn/keking/web/controller/IndexController.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ public String go2Index(){
return "index";
}

@GetMapping( "/record")
public String go2Record(){
return "record";
}

@GetMapping( "/comment")
public String go2Comment(){
return "comment";
}

@GetMapping( "/")
public String root() {
return "redirect:/index";
Expand Down
200 changes: 100 additions & 100 deletions server/src/main/resources/static/bootstrap/css/bootstrap-theme.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 8c8d596

Please sign in to comment.