新增漫画购买功能
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user