mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix something
This commit is contained in:
parent
59e3c94c8d
commit
4c011a72b4
@ -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>
|
||||
@ -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>
|
||||
@ -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>
|
||||
|
1
guide.md
1
guide.md
@ -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 频率调节器
|
||||
|
Loading…
x
Reference in New Issue
Block a user