/** * 存放前端自定义常量 */ export declare enum Platform { pc = 1, iOS = 2, android = 3 } export declare enum Applications { message = 0, drive = 1, task = 2, calendar = 3, report = 4, crm = 5, approval = 6, leave = 9, bulletin = 20, appraisal = 30, okr = 40, portal = 50, mission = 60 } export declare const COLOR_NAMES: { name: string; color: string; n_color: string; }[]; export declare const CHECK_POINTS: string[];