UP
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{template "header" .}}
|
||||
<div class="sub-title">- {{ .Title }} -</div>
|
||||
<div class="gallery-photos page">
|
||||
<img src="https://cdn.jsdelivr.net/gh/jkjoy/14e/img/loading.svg" style="margin:auto">
|
||||
<img src="https://cdn.jsdelivr.net/gh/jkjoy/14e/img/loading.svg" style="margin:auto" alt="">
|
||||
</div>
|
||||
<link rel="stylesheet" href="https://cdn.staticfile.org/fancyapps-ui/4.0.27/fancybox.min.css" media="print" onload="this.media='all'">
|
||||
<script src="https://cdn.staticfile.org/fancyapps-ui/4.0.27/fancybox.umd.min.js"></script>
|
||||
@@ -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 => {
|
||||
|
Reference in New Issue
Block a user