refactor(dev): 将 $__DEV__ 重命名为 __DEV__
This commit is contained in:
@@ -152,7 +152,7 @@ line2 += '9';
|
||||
// '',
|
||||
// );
|
||||
|
||||
// if ($__DEV__) {
|
||||
// if (__DEV__) {
|
||||
// const tle = TLE_LIST[0] as string;
|
||||
// const line1 = tle.split('\n')[1] as string;
|
||||
// const line2 = tle.split('\n')[2] as string;
|
||||
@@ -160,7 +160,7 @@ line2 += '9';
|
||||
// twoline2satrecFake(line1, line2);
|
||||
// }
|
||||
|
||||
// if ($__DEV__) {
|
||||
// if (__DEV__) {
|
||||
// const satrec2 = twoline2satrec(
|
||||
// `1 62949 25070.91668981 .00039463 00000+0 99294-3 `,
|
||||
// `2 53.1596 120.9032 0001355 101.1211 35.9659 15.39574303 `,
|
||||
|
Reference in New Issue
Block a user