Skip to content

Commit

Permalink
1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gooaclok819 committed Oct 4, 2024
1 parent cb7e206 commit 12dc68b
Show file tree
Hide file tree
Showing 180 changed files with 124 additions and 128 deletions.
4 changes: 2 additions & 2 deletions api/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func UserMe(c *gin.Context) {
c.JSON(200, gin.H{
"code": "00000",
"data": gin.H{
"avatar": "https://oss.youlai.tech/youlai-boot/2023/05/16/811270ef31f548af9cffc026dfc3777b.gif",
"avatar": "static/avatar.gif",
"nickname": user.Nickname,
"userId": user.ID,
"username": user.Username,
Expand Down Expand Up @@ -81,7 +81,7 @@ func UserPages(c *gin.Context) {
ID: users[i].ID,
Username: users[i].Username,
Nickname: users[i].Nickname,
Avatar: "https://oss.youlai.tech/youlai-boot/2023/05/16/811270ef31f548af9cffc026dfc3777b.gif",
Avatar: "static/avatar.gif",
})
}
c.JSON(200, gin.H{
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ echo '#!/bin/bash
while true; do
# 获取服务状态
status=$(systemctl is-active sublink)
echo "当前版本: 1.5"
echo "当前版本: 1.6"
# 判断服务状态并打印
if [ "$status" = "active" ]; then
echo "当前运行状态: 已运行"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
//go:embed static/js/*
//go:embed static/css/*
//go:embed static/img/*
//go:embed static/index.html
//go:embed static/*
var embeddedFiles embed.FS

//go:embed template
Expand Down
Binary file added static/avatar.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/css/401.fr-S2cAp.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion static/css/401.wY5eVE-1.css

This file was deleted.

1 change: 0 additions & 1 deletion static/css/404.DUL8G94Q.css

This file was deleted.

1 change: 1 addition & 0 deletions static/css/404.NC6PO8I6.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion static/css/BarChart.BkiE_Nod.css

This file was deleted.

1 change: 1 addition & 0 deletions static/css/BarChart.DmO8Llw3.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/css/el-card.BJ3sbP9B.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion static/css/el-card.BRs6t4Sx.css

This file was deleted.

1 change: 0 additions & 1 deletion static/css/el-col.B3Gy45B1.css

This file was deleted.

1 change: 1 addition & 0 deletions static/css/el-col.BP4dtlli.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/css/el-dialog.B5k8mcSF.css

This file was deleted.

Loading

0 comments on commit 12dc68b

Please sign in to comment.