No description
  • Java 60%
  • JavaScript 40%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-07-18 19:59:27 +08:00
lib update irpsdk 2025-06-10 11:25:37 +08:00
src update for async get endpoint info 2025-07-18 19:59:27 +08:00
.gitignore git ignore .DS_Store 2023-06-14 21:11:13 +08:00
build.gradle update for async get endpoint info 2025-07-18 19:59:22 +08:00
debugconf.json.template update yjscompiler 2023-02-08 14:05:31 +08:00
LICENSE chore: changes LICENSE 2023-10-08 02:05:45 +00:00
README.md add readme 2025-07-15 13:37:45 +08:00

项目说明

DebugRun说明

1.复制debugconf.json.template

copy debugconf.json.template debugconf.json

2.修改debugconf.json

{
  "agentHttpAddr": "127.0.0.1:18000",
  "script": "xxx/xx/xxxx.ypk", //ypk路径
  "pubKey": "04d1xxx", //在agent有权限的pubkey
  "privKey": "df8" //pubkey对应的privkey
}

3.设置DebugMain的路径为xxx/xxx/cp

执行DebugMain.main即可

构建可执行版本

执行cp/build.gradle中的buildBundle任务。 在cp/build/output即为相关的jar包。 由yjs.jar即cp.jar)和一系列依赖在libs目录下)组成。