diff --git a/public/resources/city-config.json b/public/resources/city-config.json index 29b8ad43..f6fadec6 100644 --- a/public/resources/city-config.json +++ b/public/resources/city-config.json @@ -907,6 +907,16 @@ "zh-Hant": "倫敦" } }, + { + "id": "longzhi", + "country": "CN", + "name": { + "zh": "龙志(自设)", + "zh-Hans": "龙志(自设)", + "zh-Hant": "龍志(自設)", + "en": "Longzhi" + } + }, { "id": "losangeles", "country": "US", diff --git a/public/resources/palettes/longzhi.json b/public/resources/palettes/longzhi.json new file mode 100644 index 00000000..7644a758 --- /dev/null +++ b/public/resources/palettes/longzhi.json @@ -0,0 +1,12 @@ +[ + { + "id": "line1", + "colour": "#25bddb", + "fg": "#fff", + "name": { + "en": "Line 1", + "zh-Hans": "1号线", + "zh-Hant": "1號線" + } + } +]