Browse Source

feat(types): 分隔符

zhangweicheng 4 years atrás
parent
commit
42ee9b728e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      types/src/interface/base.ts

+ 1 - 1
types/src/interface/base.ts

@@ -283,4 +283,4 @@ export interface IBRBase {
   bookmarks?: IBookmark[]; // 书签批注
 }
 
-export const separateString = '|----|';
+export const SeparateString = '|----|';