Renew.
Renew.
### Describe the bug windows11 下 edge浏览器,NDropdown 文字显示模糊,我看css 采用了transform属性,这个属性对于普通屏幕特别不友好,建议改成绝对定位 ### Steps to reproduce {{ model?.title?.replaceAll('ChatGPT', isIOSAudit ? 'AI' : 'ChatGPT') }} ### Link to minimal reproduction https://github.com/tusen-ai/naive-ui ### System Info...
不支持对现有pdf进行加密吗
官方技术交流群
官方技术交流群,提供24小时技术帮助 
highlight 函数请求返回env对象,从而实现单例模式,后续只需要通过render函数渲染,传入不同的env就可实现多环境
### Describe the bug ```ts async #executeAction(actionId: string) { const action = this.actions.get()[actionId]; this.#updateAction(actionId, { status: 'running' }); try { switch (action.type) { case 'shell': { await this.#runShellAction(action); break; }...