支持大文件
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
"@vitejs/plugin-vue": "^5.2.4",
|
||||
"typescript": "~5.6.3",
|
||||
"vite": "^6.4.1",
|
||||
"vue-tsc": "^2.2.12"
|
||||
"vue-tsc": "^2.2.12",
|
||||
"tslib": "^2.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "3.0.35",
|
||||
"buildTime": "2026-03-10",
|
||||
"author": "DeEarthX Team"
|
||||
"version": "3.0.36",
|
||||
"buildTime": "2026-03-15",
|
||||
"author": "xcclyc"
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ async function getVersionFromJson(): Promise<VersionInfo> {
|
||||
return {
|
||||
version: '1.0.0',
|
||||
buildTime: 'Unknown',
|
||||
author: 'Tianpao'
|
||||
author: 'DeEarthX Team'
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user