chore: bump version
This commit is contained in:
parent
74f481135c
commit
aae6df3269
|
@ -1,11 +1,13 @@
|
||||||
// no dependencies
|
// no dependencies
|
||||||
|
|
||||||
export const __DEBUG__ = 1;
|
export const __DEBUG__ = 0;
|
||||||
export const __APP_VERSION__ = 'v0.3.0a';
|
export const __APP_VERSION__ = 'v0.3.1-beta';
|
||||||
|
|
||||||
export const __APP_INTRO__ = `
|
export const __APP_INTRO__ = `
|
||||||
<b>Algorithm improvement.</b><br>
|
<b>Algorithm improvement.</b><br>
|
||||||
Our new routing solution is based on the Obvious A-Star algorithm now, with 2~10x faster speed in calculations.<br>
|
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>
|
<b>Support concatenating paths.</b><br>
|
||||||
You can add points sequentially on the map.<br>
|
You can add points sequentially on the map.<br>
|
||||||
|
<b>Clear the map.</b><br>
|
||||||
|
Clear all markers with one click.<br>
|
||||||
`;
|
`;
|
Loading…
Reference in New Issue