TL

Results 3 issues of TL

Fix issue where long text with ellipsis property would squeeze the label instead of properly truncating with ellipsis. Add min-width:0 to flex containers to ensure proper text truncation behavior. ###...

我现在在项目根目录下有一个/src/pages/home.vue,我想忽略这个, 我在vite.config.ts中这样配置 ```typescript UniPages({ exclude: [ '**/pages/home.vue' ] }), ``` 这样写对吗,为什么还是会在page.json中生成这个页面 _Originally posted by @OnlyTL in https://github.com/uni-helper/vite-plugin-uni-pages/issues/124#issuecomment-2588567480_

### 这个功能解决了什么问题? 目前Calendar 组件支持日期、时间、月份、日期范围、月份范围选择,建议增加年份,年份范围选择,这样日、月、年选择可以统一在一个组件搞定 提议: ### 你期望的 API 是什么样子的? - type添加year和yearrange属性, - Calendar组件添加year 支持

feature: need confirm