From 10e86a5cdb364dcdf2eec3d77d76ddc403462888 Mon Sep 17 00:00:00 2001 From: yushulx Date: Thu, 26 Sep 2024 17:09:35 +0800 Subject: [PATCH] Update license request URLs --- src/app/product-list/product-list.component.html | 4 +++- src/app/product-list/product-list.component.ts | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/product-list/product-list.component.html b/src/app/product-list/product-list.component.html index b12eff1..b2b3c49 100644 --- a/src/app/product-list/product-list.component.html +++ b/src/app/product-list/product-list.component.html @@ -1,6 +1,8 @@
- Get a License key from here + Get a License key from here
diff --git a/src/app/product-list/product-list.component.ts b/src/app/product-list/product-list.component.ts index c6f2ca0..073f774 100644 --- a/src/app/product-list/product-list.component.ts +++ b/src/app/product-list/product-list.component.ts @@ -47,7 +47,7 @@ export class ProductListComponent { }; try { - // Visit https://www.dynamsoft.com/customer/license/trialLicense to get a trial license for capture vision suite. + // Visit https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform to get a trial license for capture vision suite. let licenseKey: string = this.inputText === '' ? this.placeholderText : this.inputText; await LicenseManager.initLicense(licenseKey, true);