Update extatic events

This commit is contained in:
ZXY101
2024-03-10 03:06:46 +02:00
parent e511a0a39b
commit 5bc486660c
2 changed files with 11 additions and 5 deletions

View File

@@ -37,7 +37,9 @@ type ExtaticPayload = {
title: string;
volumeName: string;
currentCharCount: number;
currentPageNum: number;
totalCharCount: number;
currentPage: number;
totalPages: number
}
type ExtaticEvent = 'mokuro-reader:page.change' | 'mokuro-reader:reader.closed'