diff --git a/app/components.d.ts b/app/components.d.ts index 9e19894c..e23d6710 100644 --- a/app/components.d.ts +++ b/app/components.d.ts @@ -58,7 +58,7 @@ declare module 'vue' { AQrcode: typeof import('ant-design-vue/es')['QRCode'] ARadio: typeof import('ant-design-vue/es')['Radio'] ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup'] - ARangePicker: typeof import('ant-design-vue/es')['RangePicker'] + ARangePicker: typeof import('ant-design-vue/es/date-picker/dayjs')['RangePicker'] AResult: typeof import('ant-design-vue/es')['Result'] ARow: typeof import('ant-design-vue/es')['Row'] ASegmented: typeof import('ant-design-vue/es')['Segmented'] @@ -196,7 +196,7 @@ declare global { const AQrcode: typeof import('ant-design-vue/es')['QRCode'] const ARadio: typeof import('ant-design-vue/es')['Radio'] const ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup'] - const ARangePicker: typeof import('ant-design-vue/es')['RangePicker'] + const ARangePicker: typeof import('ant-design-vue/es/date-picker/dayjs')['RangePicker'] const AResult: typeof import('ant-design-vue/es')['Result'] const ARow: typeof import('ant-design-vue/es')['Row'] const ASegmented: typeof import('ant-design-vue/es')['Segmented'] diff --git a/app/package.json b/app/package.json index dabbfb06..fdfab9f2 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "nginx-ui-app-next", "type": "module", - "version": "2.3.5", + "version": "2.3.6", "packageManager": "pnpm@10.33.0", "scripts": { "dev": "vite --host", diff --git a/app/src/version.json b/app/src/version.json index 62c6970d..f58712fc 100644 --- a/app/src/version.json +++ b/app/src/version.json @@ -1 +1 @@ -{"version":"2.3.5","build_id":1,"total_build":515} \ No newline at end of file +{"version":"2.3.6","build_id":1,"total_build":516} \ No newline at end of file diff --git a/internal/cert/config/config.tar.xz b/internal/cert/config/config.tar.xz index e1d0b11c..d54b0956 100644 Binary files a/internal/cert/config/config.tar.xz and b/internal/cert/config/config.tar.xz differ diff --git a/internal/license/licenses.xz b/internal/license/licenses.xz index edf21721..1d16cda5 100644 Binary files a/internal/license/licenses.xz and b/internal/license/licenses.xz differ