File tree Expand file tree Collapse file tree
src/main/java/io/github/kloping/qqbot Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818<dependency >
1919 <groupId >io.github.kloping</groupId >
2020 <artifactId >bot-qqpd-java</artifactId >
21- <version >1.5.1-R1 </version >
21+ <version >1.5.1-L2 </version >
2222</dependency >
2323```
2424
Original file line number Diff line number Diff line change 66
77 <groupId >io.github.kloping</groupId >
88 <artifactId >bot-qqpd-java</artifactId >
9- <version >1.5.1-R1 </version >
9+ <version >1.5.1-L2 </version >
1010
1111 <packaging >jar</packaging >
1212 <name >bot-qqpd-java</name >
4949 <dependency >
5050 <groupId >io.github.Kloping</groupId >
5151 <artifactId >SpringTool</artifactId >
52- <version >0.6.3-Beta2 </version >
52+ <version >0.6.3-R1 </version >
5353 <exclusions >
5454 <exclusion >
5555 <groupId >io.github.Kloping</groupId >
154154 </execution >
155155 </executions >
156156 <!-- 非手动签名配置-->
157- <configuration >
158- <gpgArguments >
159- <arg >-- pinentry-mode</arg >
160- <arg >loopback</arg >
161- </gpgArguments >
162- </configuration >
157+ <!-- <configuration> -- >
158+ <!-- <gpgArguments> -- >
159+ <!-- <arg>-- pinentry-mode</arg> -- >
160+ <!-- <arg>loopback</arg> -- >
161+ <!-- </gpgArguments> -- >
162+ <!-- </configuration> -- >
163163 </plugin >
164164 </plugins >
165165 </build >
Original file line number Diff line number Diff line change 11package io .github .kloping .qqbot ;
22
3- import io .github .kloping .spt .annotations .AutoStand ;
4- import io .github .kloping .spt .annotations .CommentScan ;
5- import io .github .kloping .spt .interfaces .component .ContextManager ;
63import io .github .kloping .judge .Judge ;
74import io .github .kloping .qqbot .entities .qqpd .Channel ;
85import io .github .kloping .qqbot .http .AuthV2Base ;
96import io .github .kloping .qqbot .http .data .Token ;
7+ import io .github .kloping .spt .annotations .AutoStand ;
8+ import io .github .kloping .spt .annotations .ComponentScan ;
9+ import io .github .kloping .spt .interfaces .component .ContextManager ;
1010
1111import java .util .HashMap ;
1212import java .util .Map ;
1313
1414/**
1515 * @author github.kloping
1616 */
17- @ CommentScan ( path = "io.github.kloping.qqbot" )
17+ @ ComponentScan ( value = "io.github.kloping.qqbot" )
1818public class Start0 {
1919
2020 public Map <String , String > headers = new HashMap ();
You can’t perform that action at this time.
0 commit comments