style: cherrypick -> lycheebridge

This commit is contained in:
아르페 2024-01-16 23:34:23 +09:00
parent b500f03884
commit f206d1c281
2 changed files with 4 additions and 3 deletions

View file

@ -170,9 +170,9 @@ const menuDef = computed(() => [{
active: currentPage.value?.route.name === 'migration', active: currentPage.value?.route.name === 'migration',
}, { }, {
icon: 'ti ti-bulb-filled', icon: 'ti ti-bulb-filled',
text: 'CherryPick', text: 'LycheeBridge',
to: '/settings/cherrypick', to: '/settings/lycheebridge',
active: currentPage.value?.route.name === 'cherrypick', active: currentPage.value?.route.name === 'lycheebridge',
}, { }, {
icon: 'ti ti-dots', icon: 'ti ti-dots',
text: i18n.ts.other, text: i18n.ts.other,

View file

@ -137,6 +137,7 @@ watch([
renameTheButtonInPostFormToNya, renameTheButtonInPostFormToNya,
friendlyEnableNotifications, friendlyEnableNotifications,
friendlyEnableWidgets, friendlyEnableWidgets,
showQuickHeartReaction,
], async () => { ], async () => {
await reloadAsk(); await reloadAsk();
}); });