Skip to content

Commit 165c147

Browse files
committed
Fix: PicDetails
1 parent 217f2fa commit 165c147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/hcyacg/details/PicDetails.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ object PicDetails {
8989
* 判断该id是否有数据
9090
*/
9191
if (null == detail) {
92-
event.subject.sendMessage("该作品是被删除或不存在的作品ID.")
92+
event.subject.sendMessage("该作品是被删除或不存在的作品ID亦或您不是本站会员.")
9393
return
9494
}
9595

0 commit comments

Comments
 (0)