issues Search Results · language:Dune language:Python language:JavaScript language:HTML language:Python language:CSS
Filter by
48.7M results
背景
源自 #3 的 P3 CSS 项。当前样式集中在单一全局 frontend/src/styles.css(约 1600 行)。
问题
- 全局作用域易产生命名冲突
- 样式与组件分离,难以追踪与删除
- 不利于并行开发
建议
采用 CSS Modules(或 Tailwind),按 features/* 组件就近拆分样式文件;采取渐进式迁移策略,新增/改动组件优先模块化,而非一次性重写。 ...
enhancement
背景
想给 memory/ 加一个 MinerU 文档解析能力:PDF / Office / 图片 / HTML → Markdown + 结构化 JSON,调用 mineru.net 官方 API v4,无需本地 GPU。已提 PR #578。
形式(按仓库现有 工具配套 SOP 模式)
参考 procmem_scanner_sop.md + procmem_scanner.py:
- ...
背景
源自 #3 的 P3 路由项。当前前端以 PaneMode 的 useState 切换 library / chapters / reader / assistant / status 视图,缺乏 URL / 深链 / 浏览器前进后退能力。
问题
- 无法分享或刷新保持当前阅读位置
- 浏览器历史不可用
- selectedBook / selectedChapter 作为组件 ...
enhancement
The EasyRPG Player rollback issue reported in #264 appears to have recurred in v3.9.8. Please check it.
*The first photo (RG35XXH) is from v3.9.8, and the second photo (RG40XXH) is from v3.9.7.
img width= ...
A combined checkout (multiple appointments/clients) writes one receipt but stores only the primary contact, so resend
could only reach one person. Sales Receipts now resolves every participant from the ...
mobile
pos
背景
源自 #3 的 P2 项,PR #4 已完成 P0/P1/P3 的核心修复(App.tsx 拆分、引入 TanStack Query 并消除 query→useState 镜像反模式、Zod 运行时校验与字面量类型收敛),但
frontend/src/app/useAppController.ts 仍是单一 hook(~979 行)。
问题
镜像层移除后复杂度已明显下降,但职责仍集中在一个 ...
enhancement
The crawler workflow failed.
View run
crawler-failure
背景
当前 README / code/README.md 中给出的命令以 Bash/Linux 为主(如 cp .env.example .env、python3 ...)。
Windows 用户在 PowerShell 下按原文执行会失败或需要自行猜测替换命令,影响课程上手体验。
相关位置:
- 根目录 README.md 的“本地运行示例代码”
- code/README.md ...
yaml schema files to check that all files store are valid. check validity of UDS messages, doip messages to store them
through the web ui.
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.