{"id":27143500,"url":"https://github.com/bytechaocai/eveonline","last_synced_at":"2026-04-11T08:40:55.233Z","repository":{"id":37150848,"uuid":"211698345","full_name":"bytechaocai/eveonline","owner":"bytechaocai","description":"eveonline工具集","archived":false,"fork":false,"pushed_at":"2022-09-22T17:01:42.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-01T04:24:01.592Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bytechaocai.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-29T17:16:16.000Z","updated_at":"2022-03-26T13:01:36.000Z","dependencies_parsed_at":"2023-01-17T13:44:05.725Z","dependency_job_id":null,"html_url":"https://github.com/bytechaocai/eveonline","commit_stats":null,"previous_names":["cpupg/eveonline","bytechaocai/eveonline"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bytechaocai/eveonline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytechaocai%2Feveonline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytechaocai%2Feveonline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytechaocai%2Feveonline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytechaocai%2Feveonline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytechaocai","download_url":"https://codeload.github.com/bytechaocai/eveonline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytechaocai%2Feveonline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31674624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-08T08:41:04.364Z","updated_at":"2026-04-11T08:40:55.196Z","avatar_url":"https://github.com/bytechaocai.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eveonline工具集\n\n此工具集为使用Java编写的命令行程序，使用非常简单，克隆或下载到本地运行即可。\n\n:warning: 此工具集只测试了结果的正确性，目前没有对输入数据进行校验，若输入非法数据，可能会直接崩掉！！！\n\n:point_right:目前EVEOnline相关网站已经非常齐全，如果有更好的工具，欢迎提issue。\n\n## 技能注入计算器\n\n功能：\n\n- 根据要增加的技能或要达到的技能计算氪金金额。在输入技能后，会输出脑浆数量以及磕脑浆后剩余技能点。\n  举例：\n  你现在400w，你要上的船或装备要70w，所以你需要两罐脑浆共100w，减去70w还剩30w，所以输出为：\n  ```\n  嗑药数量：2\n  嗑药后的技能点：5,000,000\n  剩余技能点：300,000\n  ```\n  然后会输出以下表格（github不识别表格，所以改为md源码，请复制到markdown编辑器中查看）\n  ```md\n  | DLC          | 110PLEX | 240PLEX | 500PLEX | 1100PLEX | 2860PLEX | 7430PLEX | 15400PLEX |\n  | :----------- | :------ | :------ | :------ | :------- | :------- | :------- | :-------- |\n  |价格          | 35.67   | 71.41   | 142.89  | 285.86   | 714.75   | 1,786.99 | 3,574.06  |\n  | 均价         | 0.32    | 0.3     | 0.29    | 0.26     | 0.25     | 0.24     | 0.23      |\n  | 平均购买数量 | 16.94   | 7.77    | 3.73    | 1.69     | 0.65     | 0.25     | 0.12      |\n  | 平均氪金     | 604.36  | 554.55  | 532.64  | 484.33   | 465.78   | 448.25   | 432.54    |\n  | 最少购买数量 | 17.75   | 8.14    | 3.91    | 1.78     | 0.68     | 0.26     | 0.13      |\n  | 平均氪金     | 633.12  | 580.95  | 557.99  | 507.39   | 487.95   | 469.59   | 453.13    |\n  ```\n  \n  - 均价：DLC的plex平均rmb价格\n  - 购买数量： 要购买的dlc包数量，小于0不能购买\n  - 氪金：就是rmb花费\n  - 平均和最少：平均值采用脑浆和plex的平均价格计算，最少值使用plex最高出价和脑浆最低售价计算\n  - 此表格是真实数据，但是数据不是上面的400w和70w。\n  - 实际排版没有这么好看。在输出时，通过在每一列后增加制表符来实现排版，一个制表符会出现大量错位，三个及以上制表符列宽没有错位，但是列宽太大，因此采用有少量错位的两个制表符排版。\n\n- 可以在根目录使用`mvn javadoc:javadoc`来生成javadoc文档。\n\n## 正在开发中的功能\n\n### 氪金计算器\n\n- 根据氪金数量计算可以注入的技能点\n- 从本地文件读取PLEX价格，同时将最后一次调用API的结果写入本地文件\n\n### 汉化\n\n仅限星系，使用方法：复制星系名到命令行，然后`enter`即可。\n\n### springboot + antd\n\n工具数量多起来以后，用命令行就是一种折磨，这时候就需要使用界面程序了，web是不二之选，不要问为啥不是桌面客户端，因为不会呀🤣。然后，可能会在github上搭建网站，界面的话，我尽量让它好看一点。\n\n程序员的话还是推荐clone到本地跑，非程序员就用网站吧，毕竟有延迟","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytechaocai%2Feveonline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytechaocai%2Feveonline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytechaocai%2Feveonline/lists"}