Skip to content

Commit

Permalink
feat: 修改一些配置
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuSugar committed Oct 20, 2024
1 parent 0c21bb9 commit 6250af7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_data_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ env:
RUN_TYPE: keep # support strava/nike/garmin/coros/garmin_cn/garmin_sync_cn_global/keep/only_gpx/only_fit/nike_to_strava/strava_to_garmin/tcx_to_garmin/strava_to_garmin_cn/garmin_to_strava/garmin_to_strava_cn/codoon/oppo, Please change the 'pass' it to your own
ATHLETE: mikusugar
TITLE: MikuSugar Running
MIN_GRID_DISTANCE: 1 # change min distance here
TITLE_GRID: Over 10km Runs # also here
MIN_GRID_DISTANCE: 5 # change min distance here
TITLE_GRID: Over 5km Runs # also here
GITHUB_NAME: "[email protected]" # default Actions bot you can change it to yours
GITHUB_EMAIL: "GitHub Action" # default Actions bot you can change it to yours

Expand Down
2 changes: 1 addition & 1 deletion src/utils/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const ROAD_LABEL_DISPLAY = true;
const PRIVACY_MODE = false;
// update for now 2024/11/17 the lights on default is false
//set to `false` if you want to make light off as default, only effect when `PRIVACY_MODE` = false
const LIGHTS_ON =false;
const LIGHTS_ON =true;

// IF you outside China please make sure IS_CHINESE = false
const IS_CHINESE = true;
Expand Down

0 comments on commit 6250af7

Please sign in to comment.