From 15c9803768c443fd7de4024434c46c8bff98b4d0 Mon Sep 17 00:00:00 2001 From: Anya Lin Date: Mon, 9 Dec 2024 14:36:24 +0800 Subject: [PATCH] chore: recommend to use zashboard --- luci-app-fchomo/htdocs/luci-static/resources/fchomo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-fchomo/htdocs/luci-static/resources/fchomo.js b/luci-app-fchomo/htdocs/luci-static/resources/fchomo.js index 28f2768f..1425ab89 100644 --- a/luci-app-fchomo/htdocs/luci-static/resources/fchomo.js +++ b/luci-app-fchomo/htdocs/luci-static/resources/fchomo.js @@ -30,15 +30,15 @@ return baseclass.extend({ ], dashrepos: [ - ['metacubex/metacubexd', _('metacubexd')], ['zephyruso/zashboard', _('zashboard')], + ['metacubex/metacubexd', _('metacubexd')], ['metacubex/yacd-meta', _('yacd-meta')], ['metacubex/razord-meta', _('razord-meta')] ], dashrepos_urlparams: { - 'metacubex/metacubexd': '#/setup' + '?hostname=%s&port=%s&secret=%s', 'zephyruso/zashboard': '#/setup' + '?hostname=%s&port=%s&secret=%s', + 'metacubex/metacubexd': '#/setup' + '?hostname=%s&port=%s&secret=%s', 'metacubex/yacd-meta': '?hostname=%s&port=%s&secret=%s', 'metacubex/razord-meta': '?host=%s&port=%s&secret=%s' },