Skip to content

修正文本:透明度 -> 不透明度 #206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h2 class="title">回复</h2>
</li>
<li>
<label class="item">
<div class="item-content reply-a">楼主回复背景色透明度</div>
<div class="item-content reply-a">楼主回复背景色不透明度</div>
<div class="item-secondary" id="reply-opacity">
<input disabled name="replyA" type="range" min="0.00" max="1.00" step="0.05">
<span id="replyAValue" class="reply-value"></span>
Expand Down
2 changes: 1 addition & 1 deletion pages/options/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let options = {
autoNestedComment: 0, // 自动展开楼中楼 默认关闭
imageParsing: 1, // 图片解析 默认开启并隐藏原回复
replyColor: "#fff94d", // 楼主回复背景色
replyA: 0.4, // 楼主回复背景色透明度
replyA: 0.4, // 楼主回复背景色不透明度
thankColor: "#cccccc", // 感谢爱心颜色
weekNewuser: 0, // 淡化新用户回复

Expand Down