This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former-commit-id: b47b6ff
- Loading branch information
Showing
19 changed files
with
39 additions
and
26 deletions.
There are no files selected for viewing
Binary file modified
BIN
+0 Bytes
(100%)
kotlin_mirai/.gradle/6.2/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
kotlin_mirai/.gradle/6.2/executionHistory/executionHistory.lock
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
kotlin_mirai/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ class CPP_lib { | |
Send(message, id) | ||
} | ||
} | ||
return | ||
} | ||
@JvmStatic | ||
fun GetNick(qqid:Long): String { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
please run the classes task in gradle first | ||
先执行classes任务在gradle里 | ||
and use cmd into the "...\MiraiCP\kotlin_mirai\build\classes\kotlin\main\com\example\plugin" address | ||
然后用cmd cd到"...\MiraiCP\kotlin_mirai\build\classes\kotlin\main\com\example\plugin"路径下 | ||
run this command "javah com.example.plugin.CPP_lib" | ||
执行这个指令 "javah com.example.plugin.CPP_lib" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ef4dfeb15025a34c24b8207bf8ac8a647d003414 | ||
1482065dc947777cf4e15b464480c2c274081ba6 |
2 changes: 1 addition & 1 deletion
2
mirai-demo/.vs/mirai-demo/v16/ipch/683b2766f1115eca.ipch.REMOVED.git-id
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
153fee2b821f694a97e719a53791bf3f30ad5b23 | ||
0bfc5006fc37aa5f5976e64167ef2e13fa71d1f3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// 提示文件帮助 Visual Studio IDE 解释 Visual C++ 标识符, | ||
// 如函数和宏的名称。 | ||
// 有关详细信息,请参见 https://go.microsoft.com/fwlink/?linkid=865984 | ||
#define JNIEXPORT __declspec(dllexport) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,7 @@ | |
<Filter>源文件</Filter> | ||
</ClCompile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="cpp.hint" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters