mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix: 帮助 & 评级
This commit is contained in:
parent
b687b1760f
commit
7df9ca19a6
2 changed files with 37 additions and 29 deletions
|
|
@ -414,13 +414,13 @@ export class ZZZAvatarInfo {
|
|||
|
||||
/** @type {'C'|'B'|'A'|'S'|'SS'|'SSS'|'ACE'|false} */
|
||||
get equip_comment() {
|
||||
if (this.equip_score < 90) {
|
||||
if (this.equip_score < 50) {
|
||||
return 'C';
|
||||
}
|
||||
if (this.equip_score <= 120) {
|
||||
if (this.equip_score <= 100) {
|
||||
return 'B';
|
||||
}
|
||||
if (this.equip_score <= 150) {
|
||||
if (this.equip_score <= 140) {
|
||||
return 'A';
|
||||
}
|
||||
if (this.equip_score <= 180) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue