Skip to content

Commit

Permalink
📝 Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmai-dev committed Jul 25, 2023
1 parent de49ff8 commit a66a150
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ https://www.jetbrains.com/help/go/auto-completing-code.html#code-completion-for-
![annotation.gif](assets%2Fannotation.gif)

插件会扫描项目中所有Struct,建议设置扫描范围。

![setting.png](assets%2Fsetting.png)

### 实时模版

![live-template.gif](assets%2Flive-template.gif)

### SQL 转 Struct
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,12 @@ https://www.jetbrains.com/help/go/auto-completing-code.html#code-completion-for-

### Annotation
If the plugin is not compatible with your syntax, you can use the @Model or @Table helper.

![annotation.gif](assets%2Fannotation.gif)

The plugin will scan the Structs in your project. It is recommended to set the scanning scope.

![setting.png](assets%2Fsetting.png)

### Live Template

![live-template.gif](assets%2Flive-template.gif)

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

#### Menu Action
Selected SQL -> Editor Popup Menu -> Go ORM Helper Tool -> SQL Convert Struct

![manual-sql-to-struct.png](assets%2Fmanual-sql-to-struct.png)

<!-- Plugin description end -->
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.maiqingqiang.goormhelper
pluginName = Go ORM Helper
pluginRepositoryUrl = https://github.com/maiqingqiang/go-orm-helper
# SemVer format -> https://semver.org
pluginVersion = 1.2.1-SNAPSHOT-20230725
pluginVersion = 1.2.1

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

0 comments on commit a66a150

Please sign in to comment.