open Location in journal-map

This commit is contained in:
Timi
2025-12-11 01:05:02 +08:00
parent 861ae8baff
commit 0379a1d3b5
6 changed files with 24 additions and 32 deletions

View File

@ -62,3 +62,10 @@ export type Location = {
/** 描述 */
text?: string;
}
export enum JournalDetailType {
DATE = "DATE",
LOCATION = "LOCATION"
}