xiaohongshufabu/web
2026-07-22 09:34:55 +08:00
..
public 第一次提交 2026-07-21 21:17:20 +08:00
src 修复问题,通过浏览器插件发布过的笔记后,在web页面的笔记的状态不会更改,还有一个问题,如果上传失败以后,笔记的状态就变成了在未审核页面的改成了失败,应该是在已审核页面中笔记列表的“使用状态”变成失败,可以批量将使用失败的笔记改为待发布的状态,已经发布成功的状态改为已使用。分析一下现在的流程,感觉有点混乱 2026-07-22 09:34:55 +08:00
.gitignore 第一次提交 2026-07-21 21:17:20 +08:00
.oxlintrc.json 第一次提交 2026-07-21 21:17:20 +08:00
index.html 第一次提交 2026-07-21 21:17:20 +08:00
package-lock.json 第一次提交 2026-07-21 21:17:20 +08:00
package.json 第一次提交 2026-07-21 21:17:20 +08:00
README.md 第一次提交 2026-07-21 21:17:20 +08:00
vite.config.js 第一次提交 2026-07-21 21:17:20 +08:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some Oxlint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the Oxlint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and Oxlint's TypeScript related rules in your project.