Skip to content

jtwang7/capybara

Repository files navigation

Capybara Project

Getting Started

Running the development server, you can try the following command:

pnpm i
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Todo List

Features

  • 笔记删除功能
  • 笔记访问权限
  • summary 功能
  • point 功能
  • 笔记检索功能
  • 直接跳转原网页
  • tag 标签删除功能
  • 笔记子链接 (相关知识拓展连接|关联连接)
  • 卡片展示多种类排序

Bugs

  • 笔记卡片栏不支持滚动
  • tag 为空时展示态异常 (空标签框)
  • 新增笔记时,截屏没有自动切换
  • 切换笔记时,截屏没有过渡效果,直接从上一份笔记截屏切换到当前笔记截屏
  • 笔记数据集初次载入的顺序是随机的
  • 添加新笔记且存在滚动条时,滚动条不默认滚动到最底层

Basic Info

This is a Next.js project bootstrapped with create-next-app.

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

若更改了 .env 环境变量配置文件,请在 vercel 平台上手动注入环境变量并重新部署。