优化提示说明

This commit is contained in:
LyLme 2022-02-23 23:15:46 +08:00
parent 2d3b2592bf
commit 8680ce9963
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ document.getElementById(check).innerHTML="重新选择";
<input type="file" style="display:none" accept=".png,.jpeg,.jpg" id="logoimg" name="logoimg" onclick = "updatetext('checklogo');"/> <input type="file" style="display:none" accept=".png,.jpeg,.jpg" id="logoimg" name="logoimg" onclick = "updatetext('checklogo');"/>
</div> </div>
</div> </div>
<small class="help-block">填写图片的URL<code>/img/logo.png</code><code>http://www.xxx.com/img/logo.png</code>或从<code>本地上传</code></small> <small class="help-block">填写图片的URL默认值:<code>./assets/img/logo.png</code><code>http://www.xxx.com/img/logo.png</code>或从<code>本地上传</code></small>
</div> </div>
@ -94,7 +94,7 @@ document.getElementById(check).innerHTML="重新选择";
<input type="file" style="display:none" accept="image/png,image/jpeg" id="backgroundimg" name="backgroundimg" onclick = "updatetext('checkbackground');"/> <input type="file" style="display:none" accept="image/png,image/jpeg" id="backgroundimg" name="backgroundimg" onclick = "updatetext('checkbackground');"/>
</div></div> </div></div>
<small class="help-block">填写图片的URL<code>/img/logo.png</code><code>http://www.xxx.com/img/logo.png</code>或从<code>本地上传</code></small> <small class="help-block">填写图片的URL默认值:<code>./assets/img/background.jpg</code><code>http://www.xxx.com/img/logo.png</code>或从<code>本地上传</code><br>设置Bing每日壁纸<a href="https://blog.lylme.com/archives/lylme_spage.html#bing" target="_blank">查看教程</a></small>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="web_site_keywords">站点关键词</label> <label for="web_site_keywords">站点关键词</label>