mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
feat: display rating in exif panel (#69)
This commit is contained in:
@@ -119,6 +119,7 @@ const pickKeys: Array<keyof Tags | (string & {})> = [
|
||||
'ScaleFactor35efl',
|
||||
'ShutterSpeed',
|
||||
'LightValue',
|
||||
'Rating',
|
||||
// GPS
|
||||
'GPSAltitude',
|
||||
'GPSCoordinates',
|
||||
|
||||
@@ -150,6 +150,9 @@ export interface PickedExif {
|
||||
|
||||
// HDR 相关
|
||||
MPImageType?: Tags['MPImageType']
|
||||
|
||||
// 评分
|
||||
Rating?: number
|
||||
}
|
||||
|
||||
export interface ThumbnailResult {
|
||||
|
||||
Reference in New Issue
Block a user