mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-05-06 14:03:40 +08:00
chore: prepare v2.3.6
This commit is contained in:
4
app/components.d.ts
vendored
4
app/components.d.ts
vendored
@@ -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']
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"version":"2.3.5","build_id":1,"total_build":515}
|
||||
{"version":"2.3.6","build_id":1,"total_build":516}
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user