From a4c2d9560cc12a5d657b7d2c5c7ce21e64373879 Mon Sep 17 00:00:00 2001 From: Keillion Date: Mon, 24 Nov 2025 18:58:54 +0800 Subject: [PATCH 1/2] googletagmanager --- .../src/index.html | 54 +++++++++ .../angular/scan-using-rtu-api/src/index.html | 54 +++++++++ .../scan-using-foundational-api/README.md | 54 +++++++++ .../BlazorApp/wwwroot/index.html | 54 +++++++++ .../scan-using-rtu-api/wwwroot/index.html | 54 +++++++++ .../scan-using-rtu-api/public/index.html | 54 +++++++++ .../electron/scan-using-rtu-api/index.html | 54 +++++++++ .../es6/scan-using-foundational-api/es6.html | 54 +++++++++ frameworks/es6/scan-using-rtu-api/es6.html | 54 +++++++++ .../scan-using-foundational-api/index.html | 54 +++++++++ .../scan-using-rtu-api/public/index.html | 54 +++++++++ .../pwa/scan-using-foundational-api/README.md | 54 +++++++++ .../helloworld-pwa.html | 54 +++++++++ .../scan-using-rtu-api/helloworld-pwa.html | 54 +++++++++ .../public/index.html | 110 +++++++++++++++++- .../react/scan-using-rtu-api/index.html | 54 +++++++++ .../requirejs.html | 54 +++++++++ .../scan-using-rtu-api/requirejs.html | 54 +++++++++ .../scan-using-foundational-api/index.html | 54 +++++++++ .../svelte/scan-using-rtu-api/index.html | 54 +++++++++ .../scan-using-foundational-api/index.html | 54 +++++++++ frameworks/vue/scan-using-rtu-api/index.html | 54 +++++++++ .../src/main/assets/decodeBarcodeInVideo.html | 54 +++++++++ .../dbrjswebview/html/decodeFileInVideo.html | 54 +++++++++ .../src/main/assets/decodeBarcodeInVideo.html | 54 +++++++++ .../dbrjswebview/html/decodeFileInVideo.html | 54 +++++++++ hello-world.html | 54 +++++++++ index.html | 54 +++++++++ read-an-image.html | 54 +++++++++ scenarios/batch-inventory/index.html | 54 +++++++++ scenarios/cart-builder/cart-builder.html | 54 +++++++++ scenarios/debug/public/index.html | 54 +++++++++ .../locate-an-item-with-barcode/index.html | 54 +++++++++ scenarios/pick-one-to-fill/index.html | 54 +++++++++ scenarios/read-a-drivers-license/index.html | 54 +++++++++ .../scan-using-foundational-api/index.html | 54 +++++++++ .../scan-using-rtu-api/index.html | 54 +++++++++ scenarios/read-vin/index.html | 54 +++++++++ scenarios/scan-1D-Industrial/index.html | 54 +++++++++ scenarios/scan-1D-Retail/index.html | 54 +++++++++ .../scan-and-search/scan-and-search.html | 54 +++++++++ scenarios/scan-common-1D-and-2D/index.html | 54 +++++++++ scenarios/scan-common-2D-codes/index.html | 54 +++++++++ scenarios/scan-datamatrix-code/index.html | 54 +++++++++ scenarios/scan-from-distance/index.html | 54 +++++++++ scenarios/scan-qr-code/index.html | 54 +++++++++ .../show-result-texts-on-the-video.html | 54 +++++++++ 47 files changed, 2593 insertions(+), 1 deletion(-) diff --git a/frameworks/angular/scan-using-foundational-api/src/index.html b/frameworks/angular/scan-using-foundational-api/src/index.html index 7513197d..0be634e2 100644 --- a/frameworks/angular/scan-using-foundational-api/src/index.html +++ b/frameworks/angular/scan-using-foundational-api/src/index.html @@ -17,6 +17,60 @@ /> + + + + diff --git a/frameworks/angular/scan-using-rtu-api/src/index.html b/frameworks/angular/scan-using-rtu-api/src/index.html index bae20c6b..cae68bd2 100644 --- a/frameworks/angular/scan-using-rtu-api/src/index.html +++ b/frameworks/angular/scan-using-rtu-api/src/index.html @@ -7,6 +7,60 @@ + + + + diff --git a/frameworks/blazor/scan-using-foundational-api/README.md b/frameworks/blazor/scan-using-foundational-api/README.md index e942c4fe..bb615027 100644 --- a/frameworks/blazor/scan-using-foundational-api/README.md +++ b/frameworks/blazor/scan-using-foundational-api/README.md @@ -279,6 +279,60 @@ Inside the `wwwroot\index.html` file, we will initialize the license and necessa ... + + + +
... diff --git a/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/wwwroot/index.html b/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/wwwroot/index.html index 61178e41..372fa7dd 100644 --- a/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/wwwroot/index.html +++ b/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/wwwroot/index.html @@ -13,6 +13,60 @@ + + + +
diff --git a/frameworks/blazor/scan-using-rtu-api/wwwroot/index.html b/frameworks/blazor/scan-using-rtu-api/wwwroot/index.html index a728dd6b..f0f148c0 100644 --- a/frameworks/blazor/scan-using-rtu-api/wwwroot/index.html +++ b/frameworks/blazor/scan-using-rtu-api/wwwroot/index.html @@ -9,6 +9,60 @@ + + + +
diff --git a/frameworks/capacitor/scan-using-rtu-api/public/index.html b/frameworks/capacitor/scan-using-rtu-api/public/index.html index 22685d65..7dceeee8 100644 --- a/frameworks/capacitor/scan-using-rtu-api/public/index.html +++ b/frameworks/capacitor/scan-using-rtu-api/public/index.html @@ -8,6 +8,60 @@ + + + +

Hello World (Scan One Single Barcode via Camera)

diff --git a/frameworks/electron/scan-using-rtu-api/index.html b/frameworks/electron/scan-using-rtu-api/index.html index d887df60..7be5c95d 100644 --- a/frameworks/electron/scan-using-rtu-api/index.html +++ b/frameworks/electron/scan-using-rtu-api/index.html @@ -10,6 +10,60 @@ + + + +

Hello World (Scan One Single Barcode via Camera)

diff --git a/frameworks/es6/scan-using-foundational-api/es6.html b/frameworks/es6/scan-using-foundational-api/es6.html index f736d6d7..69942af0 100644 --- a/frameworks/es6/scan-using-foundational-api/es6.html +++ b/frameworks/es6/scan-using-foundational-api/es6.html @@ -10,6 +10,60 @@ + + + +

Hello World for ES6 (Decode via Camera)

Results:
diff --git a/frameworks/es6/scan-using-rtu-api/es6.html b/frameworks/es6/scan-using-rtu-api/es6.html index 555836ca..1d1250b2 100644 --- a/frameworks/es6/scan-using-rtu-api/es6.html +++ b/frameworks/es6/scan-using-rtu-api/es6.html @@ -10,6 +10,60 @@ + + + +

Hello World (Scan One Single Barcode via Camera)

diff --git a/frameworks/native-ts/scan-using-foundational-api/index.html b/frameworks/native-ts/scan-using-foundational-api/index.html index 50571ccb..755a7c9a 100644 --- a/frameworks/native-ts/scan-using-foundational-api/index.html +++ b/frameworks/native-ts/scan-using-foundational-api/index.html @@ -11,6 +11,60 @@ + + + +

Hello World (Decode via Camera)

Results:
diff --git a/frameworks/native-ts/scan-using-rtu-api/public/index.html b/frameworks/native-ts/scan-using-rtu-api/public/index.html index 292324a8..c940272c 100644 --- a/frameworks/native-ts/scan-using-rtu-api/public/index.html +++ b/frameworks/native-ts/scan-using-rtu-api/public/index.html @@ -8,6 +8,60 @@ + + + +

Hello World (Scan One Single Barcode via Camera)

diff --git a/frameworks/pwa/scan-using-foundational-api/README.md b/frameworks/pwa/scan-using-foundational-api/README.md index 3e84e059..c0c09149 100644 --- a/frameworks/pwa/scan-using-foundational-api/README.md +++ b/frameworks/pwa/scan-using-foundational-api/README.md @@ -31,6 +31,60 @@ We will try to turn our basic "Hello World" sample into a PWA. Follow these step + + + +

Hello World for PWA


diff --git a/frameworks/pwa/scan-using-foundational-api/helloworld-pwa.html b/frameworks/pwa/scan-using-foundational-api/helloworld-pwa.html index af66f6e4..851a9b0c 100644 --- a/frameworks/pwa/scan-using-foundational-api/helloworld-pwa.html +++ b/frameworks/pwa/scan-using-foundational-api/helloworld-pwa.html @@ -18,6 +18,60 @@ + + + +

Hello World for PWA


diff --git a/frameworks/pwa/scan-using-rtu-api/helloworld-pwa.html b/frameworks/pwa/scan-using-rtu-api/helloworld-pwa.html index 45643f91..04c5ad12 100644 --- a/frameworks/pwa/scan-using-rtu-api/helloworld-pwa.html +++ b/frameworks/pwa/scan-using-rtu-api/helloworld-pwa.html @@ -18,6 +18,60 @@ + + + +

Hello World (Scan One Single Barcode via Camera)

diff --git a/frameworks/react/scan-using-foundational-api/public/index.html b/frameworks/react/scan-using-foundational-api/public/index.html index 6628cd75..62b3d4ed 100644 --- a/frameworks/react/scan-using-foundational-api/public/index.html +++ b/frameworks/react/scan-using-foundational-api/public/index.html @@ -29,6 +29,60 @@ Codestin Search App + + + +