From f04ed0b24278bd311a2224dd01f9d14265fbd1a0 Mon Sep 17 00:00:00 2001 From: JiXieShi Date: Fri, 3 May 2024 22:42:59 +0800 Subject: [PATCH] UP --- themes/blog/album.html | 4 +--- themes/blog/dashboard.html | 4 ++-- themes/blog/talk.html | 19 +++++++++++++------ 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/themes/blog/album.html b/themes/blog/album.html index 338e28b..caad29f 100644 --- a/themes/blog/album.html +++ b/themes/blog/album.html @@ -1,7 +1,7 @@ {{template "header" .}}
- {{ .Title }} -
@@ -35,8 +35,6 @@ if (1) { let url = '{{ .Data.memos_url }}' // 修改api fetch(url + '/api/v1/memo?creatorId={{ .Data.memos_user }}&tag={{ .Data.memos_tag }}').then(res => res.json()).then(data => { - // let url = 'https://notes.starss.cc' // 修改api - // fetch(url + '/api/v1/memo?creatorId=JiXieShi&tag=相册').then(res => res.json()).then(data => { let html = '', imgs = [] data.forEach(item => { diff --git a/themes/blog/dashboard.html b/themes/blog/dashboard.html index c914c85..27c8271 100644 --- a/themes/blog/dashboard.html +++ b/themes/blog/dashboard.html @@ -18,7 +18,7 @@

Action:

{{ if .Data.msg }} @@ -32,7 +32,7 @@ 提示:更新文章会执行git pull命令,和你的仓库网络有关,等待时间可能会稍长。