Skip to content

Commit e8227f2

Browse files
committed
bug修复
1 parent 8d701d2 commit e8227f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/resources/templates/admin/config.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
<textarea rows="3" name="gg" cols="60" th:text="${gg}"></textarea>
2929
</div>
3030
</div>
31+
<div class="form-group">
32+
<label class="col-sm-2 control-label">APP公告</label>
33+
<div class="col-sm-10">
34+
<textarea rows="3" name="appGG" cols="60" th:text="${appGG}"></textarea>
35+
</div>
36+
</div>
3137
<div class="form-group">
3238
<label class="col-sm-2 control-label">友链</label>
3339
<div class="col-sm-10">

0 commit comments

Comments
 (0)