# Acof **Repository Path**: Neurocylcq/acof ## Basic Information - **Project Name**: Acof - **Description**: 一个简单的笔记软件。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-05 - **Last Updated**: 2025-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # # 对第三方库的修改 1. @tiptap/extension-mathematics 修改了其BlockMath.ts下addInputRules.find的匹配规则 `\$\$([^$\n]+?)\$\$` 为 `$$ xx $$` 修改了其InlineMath.ts下addInputRules.find的匹配规则 `\$\$\$([^$]+)\$\$\$` 为 `$ xx $` 注意:我修改的是其编译后的index.js,直接搜索对应的规则修改;其次需要删除node_modules/.vite目录,这是缓存