feat(notification): 添加通知方式

This commit is contained in:
naiba
2020-12-19 22:14:36 +08:00
parent b118958f35
commit d19de0edc2
16 changed files with 391 additions and 58 deletions

View File

@@ -20,7 +20,7 @@
</div>
<div class="field">
<label>自定义CSS</label>
<textarea name="CustomCSS" value="{{.Conf.Site.CustomCSS}}"></textarea>
<textarea name="CustomCSS">{{.Conf.Site.CustomCSS}}</textarea>
</div>
<button class="ui button" type="submit">保存</button>
</form>