Skip to content

Commit

Permalink
fix(docs): fix blank screen (#2720)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs authored and jikkai committed Jul 9, 2024
1 parent c16727c commit 92ee024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/docs/data-model/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export enum DataStreamTreeTokenType {
TABLE_ROW_START = '\x1B', // 表格开始
TABLE_CELL_START = '\x1C', // 表格开始
TABLE_CELL_END = '\x1D', // 表格开始
TABLE_ROW_END = '\x2A', // 表格开始
TABLE_END = '\x2B', // 表格结束
TABLE_ROW_END = '\x0E', // 表格开始
TABLE_END = '\x0F', // 表格结束
CUSTOM_RANGE_START = '\x1F', // 自定义范围开始
CUSTOM_RANGE_END = '\x1E', // 自定义范围结束

Expand Down

0 comments on commit 92ee024

Please sign in to comment.