From 21fb8a777d9b68e87913c9110b1faf8840856f3e Mon Sep 17 00:00:00 2001 From: Isaac Yong Date: Mon, 15 Jul 2024 01:40:29 +0800 Subject: [PATCH] Update image metadata --- public/images/c/{rm-c.webp => rm-s.webp} | Bin src/image-metadata.json | 93 +++++++++++------------ src/tag-config.json | 5 ++ 3 files changed, 49 insertions(+), 49 deletions(-) rename public/images/c/{rm-c.webp => rm-s.webp} (100%) diff --git a/public/images/c/rm-c.webp b/public/images/c/rm-s.webp similarity index 100% rename from public/images/c/rm-c.webp rename to public/images/c/rm-s.webp diff --git a/src/image-metadata.json b/src/image-metadata.json index ad64277..c48040d 100644 --- a/src/image-metadata.json +++ b/src/image-metadata.json @@ -1,112 +1,107 @@ [ { "filename": "c/aa.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_4", "c_att_aer", "c_1_0"], + "label": "Aalto" }, { "filename": "c/bz.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_4", "c_att_gla", "c_1_0"], + "label": "Baizhi" }, { "filename": "c/cc.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_5", "c_att_ele", "c_1_0"], + "label": "Calcharo" }, { "filename": "c/cx.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_4", "c_att_fus", "c_1_0"], + "label": "Chixia" }, { "filename": "c/dj.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_4", "c_att_hav", "c_1_0"], + "label": "Danjin" }, { "filename": "c/ec.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_5", "c_att_fus", "c_1_0"], + "label": "Encore" }, { "filename": "c/jx.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_5", "c_att_aer", "c_1_0"], + "label": "Jianxin" }, { "filename": "c/jy.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_5", "c_att_aer", "c_1_0"], + "label": "Jiyan" }, { "filename": "c/ly.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_5", "c_att_gla", "c_1_0"], + "label": "Lingyang" }, { "filename": "c/mf.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_4", "c_att_fus", "c_1_0"], + "label": "Mortefi" }, { - "filename": "c/rf-h.webp", - "tags": [], - "label": "" + "filename": "c/rm-s.webp", + "tags": ["c_all", "c_rarity_5", "c_att_spe", "c_1_0"], + "label": "Rover Spectro" }, { - "filename": "c/rm-c.webp", - "tags": [], - "label": "" + "filename": "c/rm-h.webp", + "tags": ["c_all", "c_rarity_4", "c_att_hav", "c_1_0"], + "label": "Rover Havoc" }, { "filename": "c/sh.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_4", "c_att_gla", "c_1_0"], + "label": "Sanhua" }, { "filename": "c/vr.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_5", "c_att_spe", "c_1_0"], + "label": "Verina" }, { "filename": "c/yl.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_5", "c_att_ele", "c_1_0"], + "label": "Yinlin" }, { "filename": "c/yw.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_4", "c_att_ele", "c_1_0"], + "label": "Yuanwu" }, { "filename": "c/yy.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_4", "c_att_aer", "c_1_0"], + "label": "Yangyang" }, { "filename": "c/cl.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_5", "c_att_fus", "c_1_1"], + "label": "Changli" }, { "filename": "c/js.webp", - "tags": [], - "label": "" - }, - { - "filename": "c/rm-h.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_5", "c_att_spe", "c_1_1"], + "label": "Jinshi" }, { "filename": "c/xy.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_5", "c_1_2"], + "label": "Xiangli Yao" }, { "filename": "c/zz.webp", - "tags": [], - "label": "" + "tags": ["c_all", "c_rarity_5", "c_1_2"], + "label": "Zhezhi" } ] diff --git a/src/tag-config.json b/src/tag-config.json index 9df9734..3bebef1 100644 --- a/src/tag-config.json +++ b/src/tag-config.json @@ -49,6 +49,11 @@ } ], "general": [ + { + "name": "c_all", + "title": "All Resonators", + "description": "All Resonators that have been officially released or announced" + }, { "name": "c_rarity_5", "title": "5-Star Resonators",