Skip to content

大佬,这个黑色主题在mermaid语言下无法正常显示 #4

@oahai154

Description

@oahai154

任意黑色主题

graph TD
    A[数据量?] -->|< 1万| B[用基于页面分页]
    A -->|> 1万| C[必须用光标分页]
    B --> D[SQL: ORDER BY id LIMIT 10 OFFSET 10]
    C --> E[SQL: WHERE id > cursor ORDER BY id LIMIT 10]
Loading
Image 浅色主题 Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions