befly-vite 1.7.9 → 1.7.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -565,7 +565,7 @@ const finalRoutes = Layouts(routes, "/dashboard", function (layoutName) {
565
565
 
566
566
  ### 最常见脚本写法
567
567
 
568
- 页面项目自己的 `package.json` 在这里主要只保留运行脚本;在 Befly 仓库内,`lint` / `format` 的配置文件、根脚本和提交钩子统一跟随仓库根 `oxfmt.config.ts` / `oxlint.config.ts` 与共享 Oxc 基线,不要在基于 `befly-vite` 的页面包里再复制第二套可执行 Oxc 配置。
568
+ 页面项目自己的 `package.json` 在这里主要只保留运行脚本;在 Befly 仓库内,`lint` / `format` 的配置文件、根脚本和提交钩子统一跟随仓库根 `oxfmt.config.js` / `oxlint.config.ts` 与共享 Oxc 基线,不要在基于 `befly-vite` 的页面包里再复制第二套可执行 Oxc 配置。
569
569
 
570
570
  ```json
571
571
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "befly-vite",
3
- "version": "1.7.9",
3
+ "version": "1.7.10",
4
4
  "gitHead": "282f7accca9c8d55956a5490c0365cce4a1ad90d",
5
5
  "private": false,
6
6
  "description": "Befly Vite 配置预设和插件集合",