Star-tears
Star-tears
### 是什么 Halo 版本出现了此问题? 1.5.4 ### 使用的 Dream 版本是多少? 2.0.8 ### 在线博客地址 _No response_ ### BUG 内容 meto api挂了,音乐播放器加载不出来 ### 相关 Console 日志输出 ```shell Meting.min.js:1 GET https://api.i-meto.com/meting/api?server=netease&type=playlist&id=7619620636&r=0.17392626581474846 net::ERR_CERT_DATE_INVALID Meting.min.js:1 Uncaught...
### Discussed in https://github.com/antfu/vite-plugin-md/discussions/135 Originally posted by **Star-tears** April 3, 2023 I know I can write vue components directly in markdown, but if I want to re-render the native elements...
Add a theme editor component like naive-ui's n-theme-editor component. It is convenient to observe the style adjustment in real time and generate a JSON file of a custom theme
### 问题的清晰而简明的描述 目前NTabs有两个属性可以操作NTab的样式,分别是tab-class和tab-style,但我也希望自定义Tab激活状态的样式,我不知道现在如何实现。 ### 建议的解决方案 NTabs添加属性tab-active-class,tab-active-style ### 备选方案 _No response_ ### 附加上下文 _No response_ ### 验证 - [X] 阅读 [贡献指南](https://github.com/tusen-ai/naive-ui/blob/main/CONTRIBUTING.md)。 - [X] 阅读 [文档](https://www.naiveui.com/en-US)。 - [X] 检查是否已经存在请求相同功能的问题,以避免创建重复的问题。
### Describe the bug tree组件同时使用render-prefix和on-update:expanded-keys渲染前缀时后者不生效,由于并不希望在数据部分写prefix,所以要用到render-prefix,但同时希望在展开时切换图标,此时on-update:expanded-keys绑定的函数切换图标不生效。或者说有什么技巧能解决我现在的需求,谢谢告知。 ### Steps to reproduce ```ts const updatePrefixWithExpaned = ( _keys: Array, _option: Array, meta: { node: TreeOption | null; action: 'expand' | 'collapse' | 'filter';...
使用nuitka打包遭遇以下报错 ``` module.lark_oapi.api.hire.v1.model.c: In function 'modulecode_lark_oapi$api$hire$v1$model': module.lark_oapi.api.hire.v1.model.c:11425:33: warning: implicit declaration of function 'IMPORT_HARD_LARK_OAPI__API__HIRE__V1__MODEL__SITE' [-Wimplicit-function-declaration] 11425 | tmp_star_imported_280 = IMPORT_HARD_LARK_OAPI__API__HIRE__V1__MODEL__SITE(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ module.lark_oapi.api.hire.v1.model.c:11425:31: warning: assignment to 'PyObject *' {aka 'struct _object...