feat: 更新收益模块,重命名路径并添加收益概览、最近记录、收益来源和收益趋势组件

This commit is contained in:
2025-12-27 20:43:43 +07:00
parent 7ce5d428b1
commit 7da1d7b1cf
7 changed files with 3 additions and 5 deletions

View File

@@ -3,11 +3,9 @@ import { calendarOutline, listOutline, timeOutline, walletOutline } from "ionico
const { t } = useI18n();
const router = useRouter();
const { vibrate } = useHaptics();
function navigateToTotal() {
vibrate();
router.push("/income/total");
router.push("/revenue/total");
}
</script>