chore: update package version to 0.0.44, enhance @kevisual/router dependency, and add additional metadata fields in Pos type

This commit is contained in:
2026-02-18 03:27:18 +08:00
parent 554ff14fdc
commit c5dd06ea81
3 changed files with 41 additions and 2 deletions

View File

@@ -8,6 +8,10 @@ type Pos = {
id?: string;
metadata?: {
args?: Record<string, any>;
viewItem?: Record<string, any>;
url?: string;
source?: string;
[key: string]: any;
};
}