You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
6.2 KiB
XML

9 months ago
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="ALL" />
</component>
<component name="ChangeListManager">
<list default="true" id="1a45f57a-0fb3-419b-a062-e8f781e0dc0d" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/weather.zip" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/apps/initialize.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/beepack.sh" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/conf/app.conf" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/controllers/AdminController.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/controllers/CMSController.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/controllers/FilterUser.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/controllers/LoginController.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/controllers/MainController.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/go.mod" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/go.sum" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/gomod" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/install_goget.sh" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/lastupdate.tmp" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/main.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/models/NmcCity.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/models/NmcNowWeather.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/models/NmcProvince.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/models/TyhoonActivity.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/models/TyhoonListItem.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/models/TyphoonInfo.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/models/account.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/models/user.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/response/respError.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/response/response.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/routers/router.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/service/AccountService.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/service/HttpService.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/service/HttpWeatherService.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/static/js/reload.min.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/static/mt.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/tests/default_test.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/utils/SessionUtils.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/utils/error.go" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/views/form.tpl" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/views/index.tpl" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/views/login.tpl" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/views/regist.tpl" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/weather/views/success.tpl" beforeDir="false" />
9 months ago
</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="GOROOT" url="file://$USER_HOME$/sdk_go/go1.24.1" />
9 months ago
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="GoLibraries">
<option name="indexEntireGoPath" value="false" />
</component>
<component name="ProjectId" id="2thGS1XBiDc9NRPaoTyJhacjN2a" />
<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="configurable..is.expanded" value="false" />
<property name="configurable.GoLibrariesConfigurable.is.expanded" value="true" />
9 months ago
<property name="go.formatter.settings.were.checked" value="true" />
<property name="go.import.settings.migrated" value="true" />
<property name="go.modules.go.list.on.any.changes.was.set" value="true" />
<property name="go.sdk.automatically.set" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="settings.editor.selected.configurable" value="go.sdk" />
9 months ago
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
<option name="oldMeFiltersMigrated" value="true" />
9 months ago
</component>
<component name="VgoProject">
<integration-enabled>true</integration-enabled>
</component>
</project>