nanomap/PublicProperty.js

9 lines
242 B
JavaScript
Raw Normal View History

2023-12-27 11:06:29 +08:00
// no dependencies
export const __DEBUG__ = 1;
2023-12-27 14:37:38 +08:00
export const __APP_VERSION__ = 'v0.1.4a';
2023-12-27 11:06:29 +08:00
export const __APP_INTRO__ = `
<b>Right way to follow.</b><br>
In this update you can find a shortest route for any given start and destination.<br>
`;