diff --git a/aklive2d.js b/aklive2d.js index 1a76456..4ddaa34 100644 --- a/aklive2d.js +++ b/aklive2d.js @@ -162,9 +162,57 @@ async function main() { }) const envPath = path.join(OPERATOR_SOURCE_FOLDER, OPERATOR_NAME, '.env') - writeSync((new EnvGenerator(OPERATOR_NAME, { - backgrounds - })).generate(), envPath) + writeSync((new EnvGenerator()).generate([ + { + key: "link", + value: __config.operators[OPERATOR_NAME].link + }, { + key: "version", + value: __config.version + }, { + key: "title", + value: __config.operators[OPERATOR_NAME].title + }, { + key: "filename", + value: __config.operators[OPERATOR_NAME].filename.replace('#', '%23') + }, { + key: "logo_filename", + value: __config.operators[OPERATOR_NAME].logo + }, { + key: "fallback_filename", + value: __config.operators[OPERATOR_NAME].fallback_name.replace('#', '%23') + }, { + key: "viewport_left", + value: __config.operators[OPERATOR_NAME].viewport_left + }, { + key: "viewport_right", + value: __config.operators[OPERATOR_NAME].viewport_right + }, { + key: "viewport_top", + value: __config.operators[OPERATOR_NAME].viewport_top + }, { + key: "viewport_bottom", + value: __config.operators[OPERATOR_NAME].viewport_bottom + }, { + key: "invert_filter", + value: __config.operators[OPERATOR_NAME].invert_filter + }, { + key: "image_width", + value: 2048 + }, { + key: "image_height", + value: 2048 + }, { + key: "background_files", + value: JSON.stringify(backgrounds) + }, { + key: "background_folder", + value: __config.folder.background + }, { + key: "voice_folders", + value: JSON.stringify(__config.folder.voice) + } + ]), envPath) fork(path.join(__projetRoot, 'vite.config.js'), [op, OPERATOR_NAME]) } } diff --git a/config.yaml b/config.yaml index 327a15f..1abee92 100644 --- a/config.yaml +++ b/config.yaml @@ -17,6 +17,10 @@ folder: lang: KR - name: custom lang: CUSTOM +share: + title: + zh-CN: "明日方舟:" + en-US: "Arknights: " operators: chen: !include config/chen.yaml dusk: !include config/dusk.yaml @@ -42,4 +46,4 @@ operators: mizuki_summer_feast: !include config/mizuki_summer_feast.yaml chongyue: !include config/chongyue.yaml ling_it_does_wash_the_strings: !include config/ling_it_does_wash_the_strings.yaml - pozemka_snowy_plains_in_words: !include config/pozemka_snowy_plains_in_words.yaml \ No newline at end of file + pozemka_snowy_plains_in_words: !include config/pozemka_snowy_plains_in_words.yaml diff --git a/config/_template.yaml b/config/_template.yaml index fe903e6..bf145b7 100644 --- a/config/_template.yaml +++ b/config/_template.yaml @@ -1,7 +1,4 @@ -link: chen date: 2021/08 -type: operator -title: 'Arknights: Ch''en/Chen the Holungday - 明日方舟:假日威龙陈' filename: dyn_illust_char_1013_chen2 logo: logo_rhodes_override fallback_name: char_1013_chen2_2 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 1 viewport_bottom: 1 -invert_filter: false \ No newline at end of file +invert_filter: false +color: rgba(14, 126, 239, 0.85) +codename: + zh-CN: 假日威龙陈 + en-US: Ch'en/Chen the Holungday \ No newline at end of file diff --git a/config/chen.yaml b/config/chen.yaml index 5f2768d..bf145b7 100644 --- a/config/chen.yaml +++ b/config/chen.yaml @@ -1,7 +1,4 @@ -link: chen -type: operator date: 2021/08 -title: 'Arknights: Ch''en/Chen the Holungday - 明日方舟:假日威龙陈' filename: dyn_illust_char_1013_chen2 logo: logo_rhodes_override fallback_name: char_1013_chen2_2 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 1 viewport_bottom: 1 -invert_filter: false \ No newline at end of file +invert_filter: false +color: rgba(14, 126, 239, 0.85) +codename: + zh-CN: 假日威龙陈 + en-US: Ch'en/Chen the Holungday \ No newline at end of file diff --git a/config/chongyue.yaml b/config/chongyue.yaml index 2cf884d..fedd4ab 100644 --- a/config/chongyue.yaml +++ b/config/chongyue.yaml @@ -1,7 +1,4 @@ -link: chongyue -type: operator date: 2023/01 -title: 'Arknights: Chongyue - 明日方舟:重岳' filename: dyn_illust_char_2024_chyue logo: logo_sui fallback_name: char_2024_chyue_2 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 0 viewport_bottom: 0 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(255, 133, 34) +codename: + zh-CN: 重岳 + en-US: Chongyue \ No newline at end of file diff --git a/config/dusk.yaml b/config/dusk.yaml index f8947ed..e3b25f3 100644 --- a/config/dusk.yaml +++ b/config/dusk.yaml @@ -1,7 +1,4 @@ -link: dusk -type: operator date: 2021/02 -title: 'Arknights: Dusk - 明日方舟:夕' filename: dyn_illust_char_2015_dusk logo: logo_sui fallback_name: char_2015_dusk_2 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 0 viewport_bottom: 0 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(9, 212, 208) +codename: + zh-CN: 夕 + en-US: Dusk \ No newline at end of file diff --git a/config/dusk_everything_is_a_miracle.yaml b/config/dusk_everything_is_a_miracle.yaml index aeff0d7..723f9f4 100644 --- a/config/dusk_everything_is_a_miracle.yaml +++ b/config/dusk_everything_is_a_miracle.yaml @@ -1,7 +1,4 @@ -link: dusk_everything_is_a_miracle -type: skin date: 2022/01 -title: 'Arknights: Everything is a Miracle / Dusk - 明日方舟:染尘烟·夕' filename: dyn_illust_char_2015_dusk_nian#7 logo: logo_sui fallback_name: char_2015_dusk_nian#7 @@ -9,4 +6,8 @@ viewport_left: 10 viewport_right: 0 viewport_top: 0 viewport_bottom: 0 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(78, 201, 187) +codename: + zh-CN: 染尘烟 · 夕 + en-US: Everything is a Miracle / Dusk \ No newline at end of file diff --git a/config/gavial.yaml b/config/gavial.yaml index 5a0f3a6..ee6a766 100644 --- a/config/gavial.yaml +++ b/config/gavial.yaml @@ -1,7 +1,4 @@ -link: gavial -type: operator date: 2022/08 -title: 'Arknights: Gavial the Invincible - 明日方舟:百练嘉维尔' filename: dyn_illust_char_1026_gvial2 logo: logo_rhodes_override fallback_name: char_1026_gvial2_2 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 0 viewport_bottom: 0 -invert_filter: false \ No newline at end of file +invert_filter: false +color: rgb(29, 185, 53) +codename: + zh-CN: 百练嘉维尔 + en-US: Gavial the Invincible \ No newline at end of file diff --git a/config/lee_trust_your_eyes.yaml b/config/lee_trust_your_eyes.yaml index 3412903..4053417 100644 --- a/config/lee_trust_your_eyes.yaml +++ b/config/lee_trust_your_eyes.yaml @@ -1,7 +1,4 @@ -link: lee_trust_your_eyes -type: skin date: 2022/10 -title: 'Arknights: Trust Your Eyes / Lee - 明日方舟:手到牌来·老鲤' filename: dyn_illust_char_322_lmlee_witch#3 logo: logo_lee fallback_name: char_322_lmlee_witch#3 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 0 viewport_bottom: 0 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(206, 0, 0) +codename: + zh-CN: 手到牌来 · 老鲤 + en-US: Trust Your Eyes / Lee \ No newline at end of file diff --git a/config/ling.yaml b/config/ling.yaml index de7f06e..143565e 100644 --- a/config/ling.yaml +++ b/config/ling.yaml @@ -1,7 +1,4 @@ -link: ling -type: operator date: 2022/01 -title: 'Arknights: Ling - 明日方舟:令' filename: dyn_illust_char_2023_ling logo: logo_sui fallback_name: char_2023_ling_2 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 0 viewport_bottom: 0 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(15, 206, 216) +codename: + zh-CN: 令 + en-US: Ling \ No newline at end of file diff --git a/config/ling_it_does_wash_the_strings.yaml b/config/ling_it_does_wash_the_strings.yaml index 4c37e3c..8dc8cfa 100644 --- a/config/ling_it_does_wash_the_strings.yaml +++ b/config/ling_it_does_wash_the_strings.yaml @@ -1,7 +1,4 @@ -link: ling_it_does_wash_the_strings -type: skin date: 2023/01 -title: 'Arknights: It Does Wash the Strings / Ling - 明日方舟:濯缨 · 令' filename: dyn_illust_char_2023_ling_nian#9 logo: logo_sui fallback_name: char_2023_ling_nian#9 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 0 viewport_bottom: 0 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(37, 148, 197) +codename: + zh-CN: 濯缨 · 令 + en-US: It Does Wash the Strings / Ling \ No newline at end of file diff --git a/config/mizuki_summer_feast.yaml b/config/mizuki_summer_feast.yaml index b6fcfc7..529b2a6 100644 --- a/config/mizuki_summer_feast.yaml +++ b/config/mizuki_summer_feast.yaml @@ -1,7 +1,4 @@ -link: mizuki_summer_feast -type: skin date: 2022/12 -title: 'Arknights: Summer Feast / Mizuki - 明日方舟:夏日餮宴·水月' filename: dyn_illust_char_437_mizuki_sale#7 logo: logo_higashi fallback_name: char_437_mizuki_sale#7 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 0 viewport_bottom: 0 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(156, 210, 246) +codename: + zh-CN: 夏日餮宴 · 水月 + en-US: Summer Feast / Mizuki \ No newline at end of file diff --git a/config/nearl.yaml b/config/nearl.yaml index 8fa90c0..efc8a5f 100644 --- a/config/nearl.yaml +++ b/config/nearl.yaml @@ -1,7 +1,4 @@ -link: nearl -type: operator date: 2021/11 -title: 'Arknights: Nearl the Radiant Knight - 明日方舟:耀骑士临光' filename: dyn_illust_char_1014_nearl2 logo: logo_kazimierz fallback_name: char_1014_nearl2_2 @@ -9,4 +6,8 @@ viewport_left: 2 viewport_right: 3 viewport_top: 10 viewport_bottom: 0 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgba(253, 236, 189, 0.95) +codename: + zh-CN: 耀骑士临光 + en-US: Nearl the Radiant Knight \ No newline at end of file diff --git a/config/nearl_relight.yaml b/config/nearl_relight.yaml index 4994221..05a8fc0 100644 --- a/config/nearl_relight.yaml +++ b/config/nearl_relight.yaml @@ -1,7 +1,4 @@ -link: nearl_relight -type: skin date: 2022/11 -title: 'Arknights: Relight / Nearl - 明日方舟:复现荣光·耀骑士临光' filename: dyn_illust_char_1014_nearl2_epoque#17 logo: logo_kazimierz fallback_name: char_1014_nearl2_epoque#17 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 0 viewport_bottom: 0 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(141, 213, 228) +codename: + zh-CN: 复现荣光 · 耀骑士临光 + en-US: Relight / Nearl \ No newline at end of file diff --git a/config/nian.yaml b/config/nian.yaml index 0beaf2a..7ce2dfd 100644 --- a/config/nian.yaml +++ b/config/nian.yaml @@ -1,7 +1,4 @@ -link: nian -type: operator date: 2020/01 -title: 'Arknights: Nian - 明日方舟:年' filename: dyn_illust_char_2014_nian logo: logo_sui fallback_name: char_2014_nian_2 @@ -9,4 +6,8 @@ viewport_left: 2 viewport_right: 2 viewport_top: 3 viewport_bottom: 5 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(255, 48, 0) +codename: + zh-CN: 年 + en-US: Nian \ No newline at end of file diff --git a/config/nian_unfettered_freedom.yaml b/config/nian_unfettered_freedom.yaml index 4d1ceb4..29deb34 100644 --- a/config/nian_unfettered_freedom.yaml +++ b/config/nian_unfettered_freedom.yaml @@ -1,7 +1,4 @@ -link: nian_unfettered_freedom -type: skin date: 2021/02 -title: 'Arknights: Unfettered Freedom / Nian - 明日方舟:乐逍遥·年' filename: dyn_illust_char_2014_nian_nian#4 logo: logo_sui fallback_name: char_2014_nian_nian#4 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 0 viewport_bottom: 0 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(187, 163, 106) +codename: + zh-CN: 乐逍遥 · 年 + en-US: Unfettered Freedom / Nian \ No newline at end of file diff --git a/config/passager_dream_in_a_moment.yaml b/config/passager_dream_in_a_moment.yaml index a3236c9..bf15daf 100644 --- a/config/passager_dream_in_a_moment.yaml +++ b/config/passager_dream_in_a_moment.yaml @@ -1,7 +1,4 @@ -link: passager_dream_in_a_moment -type: skin date: 2022/11 -title: 'Arknights: Dream in a Moment / Passager - 明日方舟:今昔须臾之梦 · 异客' filename: dyn_illust_char_472_pasngr_epoque#17 logo: logo_sargon fallback_name: char_472_pasngr_epoque#17 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 0 viewport_bottom: 0 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(231, 166, 144) +codename: + zh-CN: 今昔须臾之梦 · 异客 + en-US: Dream in a Moment / Passager \ No newline at end of file diff --git a/config/phatom_focus.yaml b/config/phatom_focus.yaml index cfb467f..0653420 100644 --- a/config/phatom_focus.yaml +++ b/config/phatom_focus.yaml @@ -1,7 +1,4 @@ -link: phatom_focus -type: skin date: 2022/04 -title: 'Arknights: Focus / Phatom - 明日方舟:焦点·傀影' filename: dyn_illust_char_250_phatom_sale#4 logo: logo_victoria fallback_name: char_250_phatom_sale#4 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 5 viewport_bottom: 1 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(158, 2, 2) +codename: + zh-CN: 焦点 · 傀影 + en-US: Focus / Phatom \ No newline at end of file diff --git a/config/pozemka_snowy_plains_in_words.yaml b/config/pozemka_snowy_plains_in_words.yaml index 966222c..e38e1db 100644 --- a/config/pozemka_snowy_plains_in_words.yaml +++ b/config/pozemka_snowy_plains_in_words.yaml @@ -1,7 +1,3 @@ -link: pozemka_snowy_plains_in_words -date: 2023/02 -type: skin -title: 'Arknights: Snowy Plains in Words / Позёмка - 明日方舟:字句中的雪原 · 鸿雪' filename: dyn_illust_char_4055_bgsnow_wild#7 logo: logo_rhodes_override fallback_name: char_4055_bgsnow_wild#7 @@ -10,3 +6,7 @@ viewport_right: 0 viewport_top: 0 viewport_bottom: 0 invert_filter: false +color: rgb(145, 220, 253) +codename: + zh-CN: 字句中的雪原 · 鸿雪 + en-US: Snowy Plains in Words / Позёмка \ No newline at end of file diff --git a/config/rosmontis.yaml b/config/rosmontis.yaml index abbf2e6..bb5450d 100644 --- a/config/rosmontis.yaml +++ b/config/rosmontis.yaml @@ -1,7 +1,4 @@ -link: rosmontis -type: operator date: 2020/11 -title: 'Arknights: Rosmontis - 明日方舟:迷迭香' filename: dyn_illust_char_391_rosmon logo: logo_elite fallback_name: char_391_rosmon_2 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: -14 viewport_top: -38 viewport_bottom: -1 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(23, 210, 236) +codename: + zh-CN: 迷迭香 + en-US: Rosmontis \ No newline at end of file diff --git a/config/rosmontis_become_anew.yaml b/config/rosmontis_become_anew.yaml index ca995d0..20824fa 100644 --- a/config/rosmontis_become_anew.yaml +++ b/config/rosmontis_become_anew.yaml @@ -1,7 +1,4 @@ -link: rosmontis_become_anew -type: skin date: 2022/11 -title: 'Arknights: Become Anew / Rosmontis - 明日方舟:拥抱新生·迷迭香' filename: dyn_illust_char_391_rosmon_epoque#17 logo: logo_elite fallback_name: char_391_rosmon_epoque#17 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 0 viewport_bottom: 0 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(116, 177, 222) +codename: + zh-CN: 拥抱新生 · 迷迭香 + en-US: Become Anew / Rosmontis \ No newline at end of file diff --git a/config/skadi.yaml b/config/skadi.yaml index d150a9e..aec5627 100644 --- a/config/skadi.yaml +++ b/config/skadi.yaml @@ -1,7 +1,4 @@ -link: skadi -type: operator date: 2021/05 -title: 'Arknights: Skadi the Corrupting Heart - 明日方舟:浊心斯卡蒂' filename: dyn_illust_char_1012_skadi2 logo: logo_egir fallback_name: char_1012_skadi2_2 @@ -9,4 +6,8 @@ viewport_left: -5 viewport_right: -10 viewport_top: 0 viewport_bottom: -12 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(226, 96, 96) +codename: + zh-CN: 浊心斯卡蒂 + en-US: Skadi the Corrupting Heart \ No newline at end of file diff --git a/config/skadi_sublimation.yaml b/config/skadi_sublimation.yaml index f6e3308..c505de0 100644 --- a/config/skadi_sublimation.yaml +++ b/config/skadi_sublimation.yaml @@ -1,7 +1,4 @@ -link: skadi_sublimation -type: skin date: 2022/05 -title: 'Arknights: Sublimation / Skadi the Corrupting Heart - 明日方舟:升华·浊心斯卡蒂' filename: dyn_illust_char_1012_skadi2_boc#4 logo: logo_egir fallback_name: char_1012_skadi2_boc#4 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 0 viewport_bottom: 0 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgba(95, 116, 187, 0.74) +codename: + zh-CN: 升华 · 浊心斯卡蒂 + en-US: Sublimation / Skadi the Corrupting Heart \ No newline at end of file diff --git a/config/specter.yaml b/config/specter.yaml index 18d28b6..9b67de6 100644 --- a/config/specter.yaml +++ b/config/specter.yaml @@ -1,7 +1,4 @@ -link: specter -type: operator date: 2022/05 -title: 'Arknights: Specter the Unchained - 明日方舟:归溟幽灵鲨' filename: dyn_illust_char_1023_ghost2 logo: logo_abyssal fallback_name: char_1023_ghost2_2 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 0 viewport_bottom: 0 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgba(14, 124, 203, 0.86) +codename: + zh-CN: 归溟幽灵鲨 + en-US: Specter the Unchained \ No newline at end of file diff --git a/config/surtr_colorful_wonderland.yaml b/config/surtr_colorful_wonderland.yaml index d338d05..d9e028b 100644 --- a/config/surtr_colorful_wonderland.yaml +++ b/config/surtr_colorful_wonderland.yaml @@ -1,7 +1,4 @@ -link: surtr_colorful_wonderland -type: skin date: 2022/08 -title: 'Arknights: Colorful Wonderland CW03 / Surtr - 明日方舟:缤纷奇境 CW03·史尔特尔' filename: dyn_illust_char_350_surtr_summer#9 logo: logo_rhodes_override fallback_name: char_350_surtr_summer#9 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 6 viewport_top: 1 viewport_bottom: 0 -invert_filter: false \ No newline at end of file +invert_filter: false +color: rgb(177, 226, 249) +codename: + zh-CN: 缤纷奇境 CW03 · 史尔特尔 + en-US: Colorful Wonderland CW03 / Surtr \ No newline at end of file diff --git a/config/texas_the_omertosa.yaml b/config/texas_the_omertosa.yaml index 8e3c547..e29b708 100644 --- a/config/texas_the_omertosa.yaml +++ b/config/texas_the_omertosa.yaml @@ -1,7 +1,4 @@ -link: texas_the_omertosa -type: operator date: 2022/11 -title: 'Arknights: Texas the Omertosa - 明日方舟:缄默德克萨斯' filename: dyn_illust_char_1028_texas2 logo: logo_penguin fallback_name: char_1028_texas2_2 @@ -9,4 +6,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 0 viewport_bottom: 0 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgba(34, 37, 255, 0.9) +codename: + zh-CN: 缄默德克萨斯 + en-US: Texas the Omertosa \ No newline at end of file diff --git a/config/w.yaml b/config/w.yaml index 1a904c2..bc86100 100644 --- a/config/w.yaml +++ b/config/w.yaml @@ -1,7 +1,4 @@ -link: w -type: operator date: 2020/05 -title: 'Arknights: W - 明日方舟: W' filename: dyn_illust_char_113_cqbw logo: logo_babel fallback_name: char_113_cqbw_2 @@ -9,4 +6,8 @@ viewport_left: 3 viewport_right: -3 viewport_top: 0 viewport_bottom: 1 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgb(228, 54, 56) +codename: + zh-CN: W + en-US: W \ No newline at end of file diff --git a/config/w_fugue.yaml b/config/w_fugue.yaml index c5327d4..8a514a7 100644 --- a/config/w_fugue.yaml +++ b/config/w_fugue.yaml @@ -1,7 +1,5 @@ -link: w_fugue -type: skin +# TODO: name updated? date: 2020/11 -title: 'Arknights: Fugue / W - 明日方舟:恍惚·W' filename: dyn_illust_char_113_cqbw_epoque#7 logo: logo_babel fallback_name: char_113_cqbw_epoque#7 @@ -9,4 +7,8 @@ viewport_left: 0 viewport_right: 0 viewport_top: 1 viewport_bottom: -4 -invert_filter: true \ No newline at end of file +invert_filter: true +color: rgba(0, 0, 0, 0.83) +codename: + zh-CN: 恍惚 · W + en-US: Wonder \ No newline at end of file diff --git a/directory/index.html b/directory/index.html index e4c6a1c..fcf2089 100644 --- a/directory/index.html +++ b/directory/index.html @@ -4,6 +4,8 @@