新增漫画购买功能

This commit is contained in:
2022-04-08 13:43:54 +08:00
parent fab0cdf497
commit fe16be6693
2 changed files with 7 additions and 6 deletions

View File

@@ -168,7 +168,7 @@ public class BiliBiliManga {
@Override
public String toString() {
return "[" + id + "]" + title + " (" + remain_amount + "/" + amount + ") $" + real_cost;
return "[ " + id + " ] " + title + " (" + remain_amount + "/" + amount + ") $" + real_cost;
}
}
}