mirror of
https://github.com/Jonnyan404/memos-bber.git
synced 2026-04-25 03:58:37 +09:00
默认标签公开或自己可见
This commit is contained in:
+22
@@ -90,6 +90,28 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="tag-list" id="taglist"></div>
|
||||
<div class="tag-hide" id="taghide">
|
||||
<input
|
||||
id="hideInput"
|
||||
class="inputer"
|
||||
name="hideInput"
|
||||
type="text"
|
||||
value=""
|
||||
maxlength="50"
|
||||
placeholder="默认“仅自己可见”标签名"
|
||||
/>
|
||||
<input
|
||||
id="showInput"
|
||||
class="inputer"
|
||||
name="showInput"
|
||||
type="text"
|
||||
value=""
|
||||
maxlength="50"
|
||||
placeholder="默认“所有人可见”标签名"
|
||||
/>
|
||||
<span id="saveTag" class="action-btn confirm-btn">保存</span>
|
||||
</div>
|
||||
|
||||
<div class="" id="randomlist"></div>
|
||||
|
||||
<input type="file" id="inFile" style="display:none;">
|
||||
|
||||
Reference in New Issue
Block a user