mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 08:15:53 +00:00
feat: 添加服务层增强与零散改进
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -67,7 +67,7 @@ export function parseReferences(
|
||||
const matches = [...input.matchAll(referencePattern)]
|
||||
return matches
|
||||
.map(match => ({
|
||||
id: parseInt(match[2] || '0'),
|
||||
id: parseInt(match[2] || '0', 10),
|
||||
match: match[0],
|
||||
index: match.index,
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user