Skip to content

Commit

Permalink
fix something
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Apr 22, 2024
1 parent 74bed28 commit f2b6ddd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/issues.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
href="https://github.githubassets.com/assets/global-78704364aaba.css" />
<style>
select,
input {
.input-style {
width: 100%;
}

.textarea-contrast {
.textarea-style {
width: 100%;
}
</style>
Expand Down Expand Up @@ -283,7 +283,7 @@
<label class="color-fg-default text-mono f6">Addons:</label>
</div>
<div class="form-group-body">
<textarea class="textarea-contrast input-contrast input-sm" type="text" id="addons"
<textarea class="textarea-style input-contrast input-sm" type="text" id="addons"
name="inputs[addons]" disabled></textarea>
<div class="form-group-body" id="addons_btns">
</div>
Expand All @@ -294,7 +294,7 @@
<label class="color-fg-default text-mono f6">Modules:</label>
</div>
<div class="form-group-body">
<textarea class="textarea-contrast input-contrast input-sm" type="text" id="modules"
<textarea class="textarea-style input-contrast input-sm" type="text" id="modules"
name="inputs[modules]" disabled></textarea>
<div class="form-group-body" id="modules_btns">
</div>
Expand Down
1 change: 1 addition & 0 deletions guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
systemctl | grep failed # 查看失败的服务
systemctl list-unit-files # 查看服务配置文件
systemctl list-units # 查看服务状态
systemctl daemon-reload # 重新加载配置文件
systemctl status cpufreq.service # 查看 CPU 频率调节器状态
systemctl start cpufreq.service # 启动 CPU 频率调节器
systemctl stop cpufreq.service # 停止 CPU 频率调节器
Expand Down

0 comments on commit f2b6ddd

Please sign in to comment.