修正角色被动天赋展示错误的Bug,修复#喵喵管理的一些展示Bug

This commit is contained in:
yoimiya-kokomi 2022-04-12 04:22:21 +08:00
parent ca2d0a935a
commit 85eb5efaf0
10 changed files with 3 additions and 73 deletions

View File

@ -80,7 +80,7 @@ export async function sysCfg(e, { render }) {
talent: getStatus("wiki.talent"), talent: getStatus("wiki.talent"),
cons: getStatus("wiki.cons"), cons: getStatus("wiki.cons"),
pic: getStatus("wiki.pic"), pic: getStatus("wiki.pic"),
abyss: getStatus("wiki.hutao"), abyss: getStatus("wiki.abyss"),
imgPlus: fs.existsSync(plusPath), imgPlus: fs.existsSync(plusPath),
help: getStatus("sys.help", false), help: getStatus("sys.help", false),
scale: Cfg.get("sys.scale", 100) scale: Cfg.get("sys.scale", 100)

View File

@ -95,7 +95,7 @@
<span class="cfg-hint">#喵喵设置渲染100 </span> <span class="cfg-hint">#喵喵设置渲染100 </span>
<div class="cfg-status">{{scale}}</div> <div class="cfg-status">{{scale}}</div>
</div> </div>
<div class="cfg-desc">可选值50~150建议100。设置高精度会提高图片的精细度但因图片较大可能会影响渲染与发送速度</div> <div class="cfg-desc">可选值50~200建议100。设置高精度会提高图片的精细度但因图片较大可能会影响渲染与发送速度</div>
</li> </li>
<li class="cfg-li"> <li class="cfg-li">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 B

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 B

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 B

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -96,7 +96,7 @@
{{each passive pass idx}} {{each passive pass idx}}
<div class="talent-line"> <div class="talent-line">
<div class="talent-icon"> <div class="talent-icon">
<img src="{{_res_path}}{{_char}}/passive_{{idx+1}}.png"/> <img src="{{_res_path}}{{_char}}/passive_{{idx}}.png"/>
</div> </div>
<div class="talent-info"> <div class="talent-info">
<strong class="talent-name">{{pass.name}}</strong> <strong class="talent-name">{{pass.name}}</strong>