mirror of
https://github.com/jie65535/mirai-console-jcc-plugin.git
synced 2025-12-22 18:55:25 +08:00
更新到v1.0
弃用pastebin粘贴 增加pastebin运行支持 增加pastebin运行时增加输入 更新依赖
This commit is contained in:
15
README.md
15
README.md
@@ -1,8 +1,19 @@
|
||||
# JCC - J Compiler Collection
|
||||
## 基于Glot接口的mirai-console在线编译器插件
|
||||
|
||||
### 运行截图
|
||||

|
||||
### 使用帮助
|
||||
```
|
||||
run <language> <code|pastebin> [stdin]
|
||||
例如:run python print("Hello world")
|
||||
支持从pastebin.ubuntu.com中运行代码:
|
||||
run c https://pastebin.ubuntu.com/p/KhBB7ZjVbD/
|
||||
你还可以在后面跟随标准输入(仅pastebin支持):
|
||||
run c https://pastebin.ubuntu.com/p/S2PyvRqJNf/ 1 2 3 4
|
||||
其它指令:
|
||||
/jcc help # 帮助
|
||||
/jcc list # 列出所有支持的编程语言
|
||||
/jcc template <language> # 获取指定语言的模板
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user