From ec16bc0d9d57284b4523437fe46449f14298f389 Mon Sep 17 00:00:00 2001 From: LCSOGthb <185141600+LCSOGthb@users.noreply.github.com> Date: Sun, 23 Feb 2025 09:17:51 +0800 Subject: [PATCH] VSCode --- api.js | 5 +++++ block-css-value.js | 5 +++++ block-types.js | 5 +++++ browser-info.js | 5 +++++ debug.js | 4 ++++ dialog.js | 6 ++++++ helpers.js | 5 +++++ icon-badge-periods.js | 5 +++++ message-types.js | 5 +++++ storage-service.js | 5 +++++ 10 files changed, 50 insertions(+) create mode 100644 api.js create mode 100644 block-css-value.js create mode 100644 block-types.js create mode 100644 browser-info.js create mode 100644 debug.js create mode 100644 dialog.js create mode 100644 helpers.js create mode 100644 icon-badge-periods.js create mode 100644 message-types.js create mode 100644 storage-service.js diff --git a/api.js b/api.js new file mode 100644 index 0000000..6854d0a --- /dev/null +++ b/api.js @@ -0,0 +1,5 @@ +// Ensure 'serverApi' is declared only once +const serverApi = { + // ...existing code... +}; +// ...existing code... diff --git a/block-css-value.js b/block-css-value.js new file mode 100644 index 0000000..38bbe57 --- /dev/null +++ b/block-css-value.js @@ -0,0 +1,5 @@ +// Ensure 'BLOCK_CSS_VALUE' is declared only once +const BLOCK_CSS_VALUE = { + // ...existing code... +}; +// ...existing code... diff --git a/block-types.js b/block-types.js new file mode 100644 index 0000000..d4b6ced --- /dev/null +++ b/block-types.js @@ -0,0 +1,5 @@ +// Ensure 'BLOCK_TYPES' is declared only once +const BLOCK_TYPES = { + // ...existing code... +}; +// ...existing code... diff --git a/browser-info.js b/browser-info.js new file mode 100644 index 0000000..b637040 --- /dev/null +++ b/browser-info.js @@ -0,0 +1,5 @@ +// Ensure 'BrowserInfo' is declared only once +const BrowserInfo = { + // ...existing code... +}; +// ...existing code... diff --git a/debug.js b/debug.js new file mode 100644 index 0000000..5ae8d5f --- /dev/null +++ b/debug.js @@ -0,0 +1,4 @@ +// Ensure 'debug' is declared only once +const debug = (message) => { + console.log(message); +}; diff --git a/dialog.js b/dialog.js new file mode 100644 index 0000000..38030db --- /dev/null +++ b/dialog.js @@ -0,0 +1,6 @@ + + + + + +// ...existing code...}; // ...existing code...const Dialog = { \ No newline at end of file diff --git a/helpers.js b/helpers.js new file mode 100644 index 0000000..03443b1 --- /dev/null +++ b/helpers.js @@ -0,0 +1,5 @@ +// Ensure 'guidSeed' is declared only once +const guidSeed = { + // ...existing code... +}; +// ...existing code... diff --git a/icon-badge-periods.js b/icon-badge-periods.js new file mode 100644 index 0000000..3b25b53 --- /dev/null +++ b/icon-badge-periods.js @@ -0,0 +1,5 @@ +// Ensure 'ICON_BADGE_PERIODS' is declared only once +const ICON_BADGE_PERIODS = { + // ...existing code... +}; +// ...existing code... diff --git a/message-types.js b/message-types.js new file mode 100644 index 0000000..fc338c2 --- /dev/null +++ b/message-types.js @@ -0,0 +1,5 @@ +// Ensure 'MESSAGE_TYPES' is declared only once +const MESSAGE_TYPES = { + // ...existing code... +}; +// ...existing code... diff --git a/storage-service.js b/storage-service.js new file mode 100644 index 0000000..118e9af --- /dev/null +++ b/storage-service.js @@ -0,0 +1,5 @@ +// Ensure 'storageService' is declared only once +const storageService = { + // ...existing code... +}; +// ...existing code...