Astro、Svelte、Vue3、React、twindcss
/
├── public/
│ └── favicon.svg
├── src/
│ ├── components/
│ │ └── Card.astro
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro
└── package.json
pnpm install // 安装,node>=18.x
npm run dev // 启动
npm run build // 打包生产
npm run preview // 预览
接口由https://github.com/boycot2015/boycot-api这个项目提供,全部都是爬取的第三方资源,不保证准确性