Skip to content

Commit dcfcdf3

Browse files
committed
update: 修改页脚为团队名称。
1 parent ccd5a5c commit dcfcdf3

File tree

3 files changed

+4
-36
lines changed

3 files changed

+4
-36
lines changed

templates/home/edit_essay.html

-32
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,6 @@ <h3 class="mt-3">即刻短文参数</h3>
5353
id="time"
5454
value="{{ time }}">
5555
</div>
56-
<div class="form-group">
57-
<label class="form-control-label"><i class="fas fa-tags"></i> 标签</label>
58-
<div class="input-group">
59-
<input type="text" name="qexo-tag"
60-
class="form-control"
61-
placeholder="添加标签"
62-
id="qexo-tag">
63-
<div class="input-group-append">
64-
<button class="btn" type="button"
65-
style="border: 1px solid #dee2e6;border-radius: 0 .25rem .25rem 0;"
66-
onclick="add_tag($('#qexo-tag').val());$('#qexo-tag').val
67-
('')">+
68-
</button>
69-
</div>
70-
</div>
71-
<div id="tag-container"></div>
72-
</div>
7356
<div id="custom-sidebar"></div>
7457
</div>
7558
</div>
@@ -82,21 +65,6 @@ <h3 class="mt-3">即刻短文参数</h3>
8265
}
8366
}
8467
</style>
85-
<div class="row">
86-
<div class="card ml-md-4 col-md-11" id="bottom-bar">
87-
<div class="col-12">
88-
<input type="button" class="btn btn-sm float-right mt-3"
89-
value="添加"
90-
style="border: 1px solid #dee2e6;border-radius: .25rem;"
91-
onclick="addBottomItem()">
92-
<h2 class="mt-3"><i class="fas fa-cogs"></i> 自定义参数</h2>
93-
<hr class="my-2"/>
94-
<div id="bottom-container">
95-
</div>
96-
<br>
97-
</div>
98-
</div>
99-
</div>
10068

10169
<div class="modal fade" id="sidebarEditModal" tabindex="-1"
10270
aria-labelledby="sidebarModalLabel"

templates/includes/footer-fullscreen.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<div class="col-xl-6">
66
<div class="text-center text-xl-right text-muted">
77
&copy; <a target="_blank"
8-
href="https://github.com/Qexo/Qexo">Acrylick-Server</a>
9-
- coded by <a target="_blank" href="https://github.com/am-abudu">Shine</a>
8+
href="https://github.com/Qexo/Qexo">Acrylic-Server</a>
9+
- coded by <a target="_blank" href="https://github.com/am-abudu">Acrylic Team</a>
1010
</div>
1111
</div>
1212
</div>

templates/includes/footer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<div class="col-xl-6">
88
<div class="text-center text-xl-right text-muted">
99
<a href="https://github.com/Qexo/Qexo"
10-
class="font-weight-bold ml-1" target="_blank"> &copy; Acrylick-Server</a>
11-
- coded by <a target="_blank" href="https://github.com/am-abudu">Shine</a>
10+
class="font-weight-bold ml-1" target="_blank"> &copy; Acrylic-Server</a>
11+
- coded by <a target="_blank" href="https://github.com/am-abudu">Acrylic Team</a>
1212
</div>
1313
</div>
1414
</div>

0 commit comments

Comments
 (0)