open Location in journal-map
This commit is contained in:
@ -62,3 +62,10 @@ export type Location = {
|
||||
/** 描述 */
|
||||
text?: string;
|
||||
}
|
||||
|
||||
export enum JournalDetailType {
|
||||
|
||||
DATE = "DATE",
|
||||
|
||||
LOCATION = "LOCATION"
|
||||
}
|
||||
Reference in New Issue
Block a user