fix: 修复长文档分页与滚动同步
This commit is contained in:
@@ -11,6 +11,7 @@ describe("Mermaid 站点配置", () => {
|
||||
expect(config.look).toBe("classic");
|
||||
expect(config.securityLevel).toBe("strict");
|
||||
expect(config.startOnLoad).toBe(false);
|
||||
expect(config.flowchart?.wrappingWidth).toBe(320);
|
||||
});
|
||||
|
||||
it("锁定安全限制和原始主题 CSS", () => {
|
||||
|
||||
Reference in New Issue
Block a user