2023-12-27 11:06:29 +08:00
|
|
|
// no dependencies
|
|
|
|
|
|
|
|
export const __DEBUG__ = 1;
|
2023-12-27 17:17:08 +08:00
|
|
|
export const __APP_VERSION__ = 'v0.2.0a';
|
2023-12-27 11:06:29 +08:00
|
|
|
|
|
|
|
export const __APP_INTRO__ = `
|
2023-12-27 17:17:08 +08:00
|
|
|
<b>Algorithm improvement.</b><br>
|
|
|
|
We are introducing a new pre-processing method called Obvious in this version.<br>
|
2023-12-27 11:06:29 +08:00
|
|
|
`;
|