From 6250af7aac866722c5bd112262df78b98194d098 Mon Sep 17 00:00:00 2001 From: mikusugar Date: Sun, 20 Oct 2024 21:41:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run_data_sync.yml | 4 ++-- src/utils/const.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_data_sync.yml b/.github/workflows/run_data_sync.yml index 3abe623e559..7f8d6041773 100644 --- a/.github/workflows/run_data_sync.yml +++ b/.github/workflows/run_data_sync.yml @@ -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: "action@github.com" # default Actions bot you can change it to yours GITHUB_EMAIL: "GitHub Action" # default Actions bot you can change it to yours diff --git a/src/utils/const.ts b/src/utils/const.ts index 1836b1be55f..ff042bdea1a 100644 --- a/src/utils/const.ts +++ b/src/utils/const.ts @@ -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;