BUGFIX:作品删除后,获取点赞详细报错

This commit is contained in:
2024-11-04 10:42:35 +08:00
parent 1e1b06fc48
commit 4a23e33080
2 changed files with 13 additions and 3 deletions

View File

@@ -71,4 +71,9 @@ public class CommonConstant {
public static final String RCA_WORKSHOP_TAG = "#RCAworkshop_2024";
public static final String PORTFOLIO_DELETED_EN = "Portfolio has been deleted";
public static final String PORTFOLIO_DELETED_CN = "作品已删除";
}