Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HansHans135 committed Jun 14, 2023
1 parent 2c70a48 commit 9eef2ca
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

# 截圖
demo: https://shop.mycard.lol/<br>
![圖一](https://github.com/HansHans135/boardmate/blob/main/img/1.PNG)
![圖二](https://github.com/HansHans135/boardmate/blob/main/img/2.PNG)
![圖三](https://github.com/HansHans135/boardmate/blob/main/img/3.PNG)
![圖四](https://github.com/HansHans135/boardmate/blob/main/img/4.PNG)
![圖一](https://github.com/HansHans135/boardmate/blob/main/img/1.jpeg)
![圖二](https://github.com/HansHans135/boardmate/blob/main/img/2.jpeg)
![圖三](https://github.com/HansHans135/boardmate/blob/main/img/3.jpeg)
![圖四](https://github.com/HansHans135/boardmate/blob/main/img/4.jpeg)

<br>

Expand Down
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def get_user_server(current_user):
server[i["attributes"]["identifier"]] = i["attributes"]["limits"]
server[i["attributes"]["identifier"]]["url"] = url
server[i["attributes"]["identifier"]]["id"] = i["attributes"]["id"]
server[i["attributes"]["identifier"]]["description"] = i["attributes"]["description"]
server[i["attributes"]["identifier"]
]["name"] = i["attributes"]["name"]
now["memory"] += i["attributes"]["limits"]["memory"]
Expand Down
Binary file removed img/1.PNG
Binary file not shown.
Binary file added img/1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/2.PNG
Binary file not shown.
Binary file added img/2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/3.PNG
Binary file not shown.
Binary file added img/3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/4.PNG
Binary file not shown.
Binary file added img/4.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ <h2 class="my-6 text-2xl font-semibold text-gray-700 dark:text-gray-200">
<div>
<p class="font-semibold">{{server[i]["name"]}}</p>
<p class="text-xs text-gray-600 dark:text-gray-400">
10x Developer
{{server[i]["description"]}}
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8">
<title>CodePen - Login with Discord</title>
<title>BoardMate登入</title>
<style>
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

Expand Down

0 comments on commit 9eef2ca

Please sign in to comment.