-
Notifications
You must be signed in to change notification settings - Fork 46
refactor(sample): reorganize directory structure and refine code #266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix: changed license for locate-an-item sample and updated links * Update main.yml --------- Co-authored-by: felixindrawan <indrawan.felix123@gmail.com> Co-authored-by: DMGithubPublisher <65145280+DMGithubPublisher@users.noreply.github.com>
This reverts commit 69b3c48.
* Update README.md fixes broken React Hooks link. * Update README.md --------- Co-authored-by: Keillion <735699921@qq.com>
feat: Blazor sample
use the specific runner
Exclude obj/ and .gradle/ directories to prevent build artifacts from showing as untracked files.
The scan-datamatrix-code scenario exists in the repository and is properly listed in index.html, but was missing from the scenarios list in README.md.
…d code - Add cursor: default to non-clickable github-label elements - Add 3 main README links (Main, Frameworks, Scenarios) in headers - Remove ~90 lines of unused .github-link CSS rules - Replace inline styles with reusable CSS classes - Add .readme-link styling with document icon and external link indicator
- Fix duplicate Android applicationId for both webview projects: - foundational: com.dynamsoft.dbrjswebview.foundational - rtu: com.dynamsoft.dbrjswebview.rtu - Fix duplicate Android rootProject names in settings.gradle - Fix duplicate package.json names: - capacitor: dbrjs-capacitor-rtu - native-ts: dbrjs-native-ts-rtu - electron foundational: dbrjs-electron-foundational - electron rtu: dbrjs-electron-rtu - svelte foundational: dbrjs-svelte-foundational - svelte rtu: dbrjs-svelte-rtu Resolves IDE/Gradle workspace conflicts and console errors
- Update electron from ^26.4.1 to ^33.2.0 (fixes 4 medium severity issues) - ASAR Integrity Bypass via resource modification - Heap Buffer Overflow in NativeImage - Update vite from ^5.1.6 to ^6.0.5 (fixes 2 low severity issues) - Middleware file serving issue - server.fs settings not applied to HTML files - Update multer from ^1.4.2 to ^1.4.5-lts.1 (fixes 1 high severity issue) - Denial of Service via memory leaks from unclosed streams Resolves GitHub Dependabot alerts #36, #37, #42, #43, #44, #47, #48
…barcode-reader-javascript-samples into 2025_Nov_re-structure
Keillion
approved these changes
Nov 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.