Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
build: 1.10.1
Browse files Browse the repository at this point in the history
fix: code style
  • Loading branch information
whes1015 authored Sep 19, 2023
2 parents d18f697 + 021a1c9 commit a4814dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/index/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ let start = false;
const info_list = [];
const new_decay_formula = storage.getItem("new_decay_formula") ?? false;
const item_disable_geojson_vt = storage.getItem("disable_geojson_vt") ?? false;
const item_show_eew=storage.getItem("show_eew") ?? true
const item_show_report=storage.getItem("show_report") ?? true
const item_show_palert=storage.getItem("show_palert") ?? true
const item_show_trem=storage.getItem("show_trem") ?? true
const item_show_eew = storage.getItem("show_eew") ?? true;
const item_show_report = storage.getItem("show_report") ?? true;
const item_show_palert = storage.getItem("show_palert") ?? true;
const item_show_trem = storage.getItem("show_trem") ?? true;

let click_report_id = -1;

Expand Down

0 comments on commit a4814dc

Please sign in to comment.