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',
}, {
icon: 'ti ti-bulb-filled',
text: 'CherryPick',
to: '/settings/cherrypick',
active: currentPage.value?.route.name === 'cherrypick',
text: 'LycheeBridge',
to: '/settings/lycheebridge',
active: currentPage.value?.route.name === 'lycheebridge',
}, {
icon: 'ti ti-dots',
text: i18n.ts.other,

View file

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