Update Callback2.java

This commit is contained in:
RB 2025-08-27 11:12:00 +08:00
parent b9f4d6a941
commit 13c36f4a3e
2 changed files with 2 additions and 3 deletions

View file

@ -18,6 +18,5 @@ public interface Callback2 {
*
* @param res 可能是任何值请按需处理
*/
default void onComplete(Object res) {
}
void onComplete(Object res);
}

View file

@ -5899,7 +5899,7 @@ div.formula-code {
background-color: rgba(255, 255, 255, 0.15);
}
/* v4.2 N */
/* v4.2 Notification */
.notification-list .list-nodata {
padding-top: 70px;