feat: display rating in exif panel (#69)

This commit is contained in:
Wenzhuo Liu
2025-07-28 19:48:57 +08:00
committed by GitHub
parent ae289773ec
commit d440b6914c
9 changed files with 19 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ const pickKeys: Array<keyof Tags | (string & {})> = [
'ScaleFactor35efl',
'ShutterSpeed',
'LightValue',
'Rating',
// GPS
'GPSAltitude',
'GPSCoordinates',

View File

@@ -150,6 +150,9 @@ export interface PickedExif {
// HDR 相关
MPImageType?: Tags['MPImageType']
// 评分
Rating?: number
}
export interface ThumbnailResult {