File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
group ' com.shuzijun.leetcode'
8
- version (System . getenv(' LD_VERSION' )== null ? " 6.8 " : System . getenv(' LD_VERSION' )) + (project. build_env. isEmpty() ? " " : " -" ) + project. build_env
8
+ version (System . getenv(' LD_VERSION' )== null ? " 6.9 " : System . getenv(' LD_VERSION' )) + (project. build_env. isEmpty() ? " " : " -" ) + project. build_env
9
9
10
10
sourceCompatibility = 1.8
11
11
targetCompatibility = 1.8
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >leetcode-editor</id >
3
3
<name >leetcode editor</name >
4
- <version >6.8 </version >
4
+ <version >6.9 </version >
5
5
<
vendor email =
" [email protected] " url =
" https://github.com/shuzijun/idea-leetcode-plugin" >shuzijun</
vendor >
6
6
7
7
<description ><![CDATA[
8
+ <div>
9
+ <p>Support for leetcode.com and leetcode-cn.com, can test and submit questions.
10
+ More tutorial please visit: <a href="https://github.com/shuzijun/leetcode-editor">here</a></p>
11
+ </div>
8
12
<div>
9
13
<h2>Introduction</h2>
10
14
<br>
14
18
</ul>
15
19
<ul>
16
20
<li>支持leetcode.com和leetcode-cn.com,可测试与提交问题</li>
17
- <li>更多的插件使用截图 : <a href="https://github.com/shuzijun/leetcode-editor">插件使用介绍</a></li>
21
+ <li>更多的插件使用教程 : <a href="https://github.com/shuzijun/leetcode-editor">插件使用介绍</a></li>
18
22
</ul>
19
23
</div>
20
24
<div>
113
117
114
118
<change-notes ><![CDATA[
115
119
<ul>
120
+ <li>v6.9<br>
121
+ 1.修复兼容性.<br>
122
+ </li>
123
+ <li>v6.9<br>
124
+ 1.fix Compatibility.<br>
125
+ </li>
116
126
<li>v6.8<br>
117
127
1.优化登录提示.<br>
118
128
2.支持2020.2+提供的JCEF.<br>
You can’t perform that action at this time.
0 commit comments