Skip to content

Commit a66a150

Browse files
committed
📝 Update Docs
1 parent de49ff8 commit a66a150

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

README-zh_CN.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ https://www.jetbrains.com/help/go/auto-completing-code.html#code-completion-for-
4444
![annotation.gif](assets%2Fannotation.gif)
4545

4646
插件会扫描项目中所有Struct,建议设置扫描范围。
47-
4847
![setting.png](assets%2Fsetting.png)
4948

5049
### 实时模版
51-
5250
![live-template.gif](assets%2Flive-template.gif)
5351

5452
### SQL 转 Struct

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,12 @@ https://www.jetbrains.com/help/go/auto-completing-code.html#code-completion-for-
4040

4141
### Annotation
4242
If the plugin is not compatible with your syntax, you can use the @Model or @Table helper.
43-
4443
![annotation.gif](assets%2Fannotation.gif)
4544

4645
The plugin will scan the Structs in your project. It is recommended to set the scanning scope.
47-
4846
![setting.png](assets%2Fsetting.png)
4947

5048
### Live Template
51-
5249
![live-template.gif](assets%2Flive-template.gif)
5350

5451
### SQL to Struct
@@ -57,7 +54,6 @@ The plugin will scan the Structs in your project. It is recommended to set the s
5754

5855
#### Menu Action
5956
Selected SQL -> Editor Popup Menu -> Go ORM Helper Tool -> SQL Convert Struct
60-
6157
![manual-sql-to-struct.png](assets%2Fmanual-sql-to-struct.png)
6258

6359
<!-- Plugin description end -->

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.github.maiqingqiang.goormhelper
44
pluginName = Go ORM Helper
55
pluginRepositoryUrl = https://github.com/maiqingqiang/go-orm-helper
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.2.1-SNAPSHOT-20230725
7+
pluginVersion = 1.2.1
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 222

0 commit comments

Comments
 (0)