Skip to content

Commit 7531f29

Browse files
authored
Merge pull request #1 from arielherself/dev
v0.3.1-beta
2 parents 18be7e1 + ec3afa7 commit 7531f29

27 files changed

+12745
-1764
lines changed

.babelrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ "presets": ["@babel/preset-flow"] }

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ npm-debug.log*
1616
yarn-debug.log*
1717
yarn-error.log*
1818

19+
.vercel

.idea/frontend.iml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

+43-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PublicProperty.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// no dependencies
2+
3+
export const __DEBUG__ = 0;
4+
export const __APP_VERSION__ = 'v0.3.1-beta';
5+
6+
export const __APP_INTRO__ = `
7+
<b>Algorithm improvement.</b><br>
8+
Our new routing solution is based on the Obvious A-Star algorithm now, with 2~10x faster speed in calculations.<br>
9+
<b>Support concatenating paths.</b><br>
10+
You can add points sequentially on the map.<br>
11+
<b>Clear the map.</b><br>
12+
Clear all markers with one click.<br>
13+
`;

0 commit comments

Comments
 (0)