2023-12-27 11:06:29 +08:00
|
|
|
// no dependencies
|
|
|
|
|
|
|
|
export const __DEBUG__ = 1;
|
2023-12-29 22:53:27 +08:00
|
|
|
export const __APP_VERSION__ = 'v0.3.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>
|
2023-12-29 22:53:27 +08:00
|
|
|
Our new routing solution is based on the Obvious A-Star algorithm now, with 2~10x faster speed in calculations.<br>
|
|
|
|
<b>Support concatenating paths.</b><br>
|
|
|
|
You can add points sequentially on the map.<br>
|
2023-12-27 11:06:29 +08:00
|
|
|
`;
|