large-model-component 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "large-model-component",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -206,8 +206,8 @@ import {
206
206
  quickAccess as getQuickAccessApi,
207
207
  suggestive,
208
208
  votePort
209
- } from "@/api/user";
210
- import ContentFold from "@/components/contentFold";
209
+ } from "../../src/api/user";
210
+ import ContentFold from "../../src/components/contentFold";
211
211
 
212
212
  const ALLOWED_EXTENSIONS = ['pdf', 'doc', 'docx', 'txt', 'pptx', 'ppt', 'xls', 'xlsx', 'jpg', 'jpeg', 'png', 'gif', 'webp'];
213
213
  const MAX_FILE_SIZE = 10 * 1024 * 1024; // 10M