import React from 'react' import { View, Text } from '@tarojs/components' import { TabBarLayout } from '@/layouts/tab-bar-layout' import { Input } from '@/components/ui/input' import { Label } from '@/components/ui/label' import { Navbar } from '@/components/ui/navbar' import './index.css' const HomePage: React.FC = () => { return ( console.log('点击通知')} leftIcon="" /> 欢迎使用 这是一个简洁优雅的小程序首页 ) } export default HomePage