版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

7 line
279 B

  1. export declare const debugMode = 0;
  2. export declare const devicePixelRatio: number;
  3. export declare const DARK_MODE_THRESHOLD = 0.4;
  4. export declare const DARK_LABEL_COLOR = "#333";
  5. export declare const LIGHT_LABEL_COLOR = "#ccc";
  6. export declare const LIGHTER_LABEL_COLOR = "#eee";