codercup2 / unibest

unibest - 最好用的 uniapp 开发框架。unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板,使用 VS Code 开发,具有代码提示、自动格式化、统一配置、代码片段等功能,同时内置了大量平时开发常用的基本组件,开箱即用,让你编写 uniapp 拥有 best 体验。
https://codercup2.github.io/unibest-docs/
MIT License
112 stars 15 forks source link

easycom无法修改? #14

Closed bft2249228496 closed 2 days ago

bft2249228496 commented 4 days ago

Bug report(问题描述)

每次执行npm run dev:h5命令后,对于pages.json文件中easycom中custom属性的改动会被自动还原-main分支

Steps to reproduce(问题复现步骤)

Screenshot or Gif(截图或动态图)

默认值 修改值

minimal reproduction(最小可还原代码)

System Info

npx envinfo --system --npmPackages vue --binaries --browsers

执行上面命令,将结果贴下面

codercup2 commented 4 days ago

配置的东西放在 pages.config.ts 文件,会自动同步到pages.json。 另外,可以过一遍官网,这些都有写的。

飞鸽传书 @.***

---原始邮件--- 发件人: @.> 发送时间: 2024年10月12日(周六) 凌晨1:00 收件人: @.>; 抄送: @.***>; 主题: [feige996/unibest] easycom无法修改? (Issue #14)

Bug report(问题描述)

每次执行npm run dev:h5命令后,对于pages.json文件中easycom中custom属性的改动会被自动还原-main分支

Steps to reproduce(问题复现步骤)

Screenshot or Gif(截图或动态图)

default.png (view on web) default.png (view on web)

minimal reproduction(最小可还原代码)

System Info

npx envinfo --system --npmPackages vue --binaries --browsers

执行上面命令,将结果贴下面

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

bft2249228496 commented 4 days ago

好的,非常感谢