添加regionName, typeName

This commit is contained in:
quantulr
2024-03-18 09:49:44 +08:00
parent 8fcc8056f3
commit f061366606
3 changed files with 3 additions and 3 deletions

2
.idea/hik_push.iml generated
View File

@ -2,7 +2,7 @@
<module type="PYTHON_MODULE" version="4"> <module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager"> <component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" /> <content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Poetry (hik_push) (3)" jdkType="Python SDK" /> <orderEntry type="jdk" jdkName="Poetry (hik-push)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
</component> </component>
</module> </module>

2
.idea/misc.xml generated
View File

@ -3,5 +3,5 @@
<component name="Black"> <component name="Black">
<option name="sdkName" value="Poetry (hik_push)" /> <option name="sdkName" value="Poetry (hik_push)" />
</component> </component>
<component name="ProjectRootManager" version="2" project-jdk-name="Poetry (hik_push) (3)" project-jdk-type="Python SDK" /> <component name="ProjectRootManager" version="2" project-jdk-name="Poetry (hik-push)" project-jdk-type="Python SDK" />
</project> </project>

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "hik-push" name = "hik-push"
version = "0.3.3" version = "1.0.0"
description = "" description = ""
authors = ["quantulr <35954003+quantulr@users.noreply.github.com>"] authors = ["quantulr <35954003+quantulr@users.noreply.github.com>"]
readme = "README.md" readme = "README.md"