diff options
author | clarkzjw <[email protected]> | 2023-02-28 21:43:39 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-28 21:43:39 -0800 |
commit | 6a77e4e0494e14fdbe1cb7847d2880132714d568 (patch) | |
tree | cef4044c9a6e9b2fa5ac1cc04032a01d710b94cb /README.md | |
download | photo-6a77e4e0494e14fdbe1cb7847d2880132714d568.tar.gz |
[Forked]
Forked and modified from [muan/site](https://muan.co).
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2a1395 --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,25 @@ | |||
1 | # pixel.jinwei.me | ||
2 | |||
3 | Forked and modified from [muan/site](https://muan.co). | ||
4 | |||
5 | ## Structure | ||
6 | |||
7 | `photos.json` example: | ||
8 | |||
9 | ``` | ||
10 | [ | ||
11 | { | ||
12 | "guid": "30752EFF-852E-4A0E-8DD3-3FBCC17FDB2D", | ||
13 | "fileId": "65f9b8b5-3705-4e53-6d34-5bef2509eb00", | ||
14 | "width": 1536, | ||
15 | "height": 2304, | ||
16 | "ratio": 0.667, | ||
17 | "orientation": "portrait", | ||
18 | "path": "", | ||
19 | "caption": "", | ||
20 | "alt": "", | ||
21 | "createdAt": "2023-02-25T04:50:58.000Z", | ||
22 | "uploadedAt": "2023-02-26T14:16:44.000Z" | ||
23 | } | ||
24 | ] | ||
25 | ``` | ||