1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/src/common/QueryParams.ts

24 lines
501 B
TypeScript
Raw Normal View History

export const QueryParams = {
gallery: {
random: {
directory: 'dir',
recursive: 'recursive',
orientation: 'orientation',
fromDate: 'fromDate',
toDate: 'toDate',
minResolution: 'fromRes',
2022-04-05 01:37:31 +08:00
maxResolution: 'toRes',
2018-11-30 22:36:42 +08:00
},
search: {
2021-01-17 22:56:15 +08:00
type: 'type',
2022-04-05 01:37:31 +08:00
query: 'qs',
},
2018-11-30 22:36:42 +08:00
photo: 'p',
2020-01-08 05:17:54 +08:00
sharingKey_query: 'sk',
sharingKey_params: 'sharingKey',
directory: 'directory',
2020-01-08 05:17:54 +08:00
knownLastModified: 'klm',
2022-04-05 01:37:31 +08:00
knownLastScanned: 'kls',
},
};