1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="AutoImportSettings">
- <option name="autoReloadType" value="SELECTIVE" />
- </component>
- <component name="ChangeListManager">
- <list default="true" id="cefcab87-0337-4425-a7d4-cfe46845b330" name="Changes" comment="">
- <change beforePath="$PROJECT_DIR$/.idea/material_theme_project_new.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/material_theme_project_new.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/src/app/[locale]/(TabBar)/[[...share]]/@actionWidget/Service.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/[locale]/(TabBar)/[[...share]]/@actionWidget/Service.tsx" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/src/app/[locale]/(navbar)/about/page.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/[locale]/(navbar)/about/page.tsx" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/src/components/Header/HerderTitle.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Header/HerderTitle.tsx" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/src/components/Header/style.module.scss" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Header/style.module.scss" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/src/components/Layout/Sidebar.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Layout/Sidebar.tsx" 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="ProjectColorInfo">{
- "associatedIndex": 8
- }</component>
- <component name="ProjectId" id="2unn7XrU0ZZlgyKTAFAGfBYZ5XC" />
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="openDirectoriesWithSingleClick" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent">{
- "keyToString": {
- "JavaScript Debug.localhost:3000.executor": "Debug",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "RunOnceActivity.git.unshallow": "true",
- "git-widget-placeholder": "feature-Before",
- "node.js.detected.package.eslint": "true",
- "node.js.detected.package.tslint": "true",
- "node.js.selected.package.eslint": "(autodetect)",
- "node.js.selected.package.tslint": "(autodetect)",
- "nodejs_package_manager_path": "pnpm",
- "npm.dev.executor": "Run",
- "prettierjs.PrettierConfiguration.Package": "F:\\project\\site_front\\node_modules\\prettier",
- "ts.external.directory.path": "F:\\project\\site_front\\node_modules\\typescript\\lib",
- "vue.rearranger.settings.migration": "true"
- }
- }</component>
- <component name="RecentsManager">
- <key name="MoveFile.RECENT_KEYS">
- <recent name="F:\project\site_front\public" />
- </key>
- </component>
- <component name="RunManager" selected="npm.dev">
- <configuration name="localhost:3000" type="JavascriptDebugType" temporary="true" nameIsGenerated="true" uri="http://localhost:3000">
- <method v="2" />
- </configuration>
- <configuration name="dev" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
- <package-json value="$PROJECT_DIR$/package.json" />
- <command value="run" />
- <scripts>
- <script value="dev" />
- </scripts>
- <node-interpreter value="project" />
- <envs />
- <method v="2" />
- </configuration>
- <recent_temporary>
- <list>
- <item itemvalue="JavaScript Debug.localhost:3000" />
- <item itemvalue="npm.dev" />
- </list>
- </recent_temporary>
- </component>
- <component name="SharedIndexes">
- <attachedChunks>
- <set>
- <option value="bundled-js-predefined-d6986cc7102b-e768b9ed790e-JavaScript-WS-243.21565.180" />
- </set>
- </attachedChunks>
- </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="cefcab87-0337-4425-a7d4-cfe46845b330" name="Changes" comment="" />
- <created>1742893039198</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1742893039198</updated>
- <workItem from="1742893040377" duration="8579000" />
- </task>
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- </project>
|