更新到v1.0

弃用pastebin粘贴
增加pastebin运行支持
增加pastebin运行时增加输入
更新依赖
This commit is contained in:
2022-03-30 11:19:59 +08:00
parent 8c3c316d5d
commit f374a446ee
7 changed files with 80 additions and 41 deletions

View File

@@ -1,8 +1,19 @@
# JCC - J Compiler Collection
## 基于Glot接口的mirai-console在线编译器插件
### 运行截图
![运行截图](https://mirai.mamoe.net/assets/uploads/files/1627802860237-jcc.png)
### 使用帮助
```
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> # 获取指定语言的模板
```
---