This commit is contained in:
PQZ 2024-09-06 14:09:46 +08:00
parent 03fa1cab6c
commit 17e0bd773b
4 changed files with 4850 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptLibraryMappings">
<includedPredefinedLibrary name="Node.js Core" />
</component>
</project>

73
.idea/workspace.xml Normal file
View File

@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="39497306-8a6a-49c3-b843-b6bf54734254" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectId" id="2lYDYzQbSmRvMeA9Azf6GXehwnW" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="javascript.nodejs.core.library.configured.version" value="18.19.0" />
<property name="javascript.nodejs.core.library.typings.version" value="" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/../../../WorkSoftware/nvm/v18.19.0/node.exe" />
<property name="nodejs_interpreter_path" value="$PROJECT_DIR$/../../../WorkSoftware/nvm/v18.19.0/node" />
<property name="nodejs_package_manager_path" value="yarn" />
<property name="settings.editor.selected.configurable" value="settings.nodejs" />
<property name="ts.external.directory.path" value="D:\Code\luzhou\lanan-ui-go-view\node_modules\typescript\lib" />
<property name="vue.rearranger.settings.migration" value="true" />
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="39497306-8a6a-49c3-b843-b6bf54734254" name="Default Changelist" comment="" />
<created>1725348167405</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1725348167405</updated>
<workItem from="1725348168964" duration="2804000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
<option name="exactExcludedFiles">
<list>
<option value="$PROJECT_DIR$/src/components/GoSystemSet/index.d.ts" />
<option value="$PROJECT_DIR$/src/packages/components/Informations/index.d.ts" />
<option value="$PROJECT_DIR$/src/packages/components/Decorates/index.d.ts" />
<option value="$PROJECT_DIR$/src/packages/components/Tables/index.d.ts" />
<option value="$PROJECT_DIR$/src/packages/components/Charts/index.d.ts" />
<option value="$PROJECT_DIR$/src/packages/index.d.ts" />
<option value="$PROJECT_DIR$/src/views/chart/ContentConfigurations/index.d.ts" />
<option value="$PROJECT_DIR$/src/views/chart/ContentEdit/components/EditTools/index.d.ts" />
<option value="$PROJECT_DIR$/src/views/chart/hooks/useContextMenu.hook.d.ts" />
<option value="$PROJECT_DIR$/src/store/modules/chartHistoryStore/chartHistoryStore.d.ts" />
<option value="$PROJECT_DIR$/src/store/modules/chartLayoutStore/chartLayoutStore.d.ts" />
<option value="$PROJECT_DIR$/src/store/modules/chartEditStore/chartEditStore.d.ts" />
<option value="$PROJECT_DIR$/src/store/modules/packagesStore/packagesStore.d.ts" />
<option value="$PROJECT_DIR$/src/store/modules/settingStore/settingStore.d.ts" />
<option value="$PROJECT_DIR$/src/store/modules/systemStore/systemStore.d.ts" />
<option value="$PROJECT_DIR$/src/store/modules/designStore/designStore.d.ts" />
<option value="$PROJECT_DIR$/src/store/modules/langStore/langStore.d.ts" />
</list>
</option>
</component>
<component name="XSLT-Support.FileAssociations.UIState">
<expand />
<select />
</component>
</project>

View File

@ -13,6 +13,7 @@
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.vue src", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.vue src",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx,.vue src --fix" "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx,.vue src --fix"
}, },
"resolutions": { "**/mockjs/commander": "11.1.0" },
"dependencies": { "dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1", "@amap/amap-jsapi-loader": "^1.0.1",
"@amap/amap-jsapi-types": "^0.0.8", "@amap/amap-jsapi-types": "^0.0.8",

4770
yarn.lock Normal file

File diff suppressed because it is too large Load Diff