{"id":20389213,"url":"https://github.com/daidr/ark_decoder","last_synced_at":"2025-07-21T23:32:12.596Z","repository":{"id":108063186,"uuid":"235233190","full_name":"daidr/ark_decoder","owner":"daidr","description":"使用nodejs的sharp库反混淆明日方舟立绘","archived":false,"fork":false,"pushed_at":"2020-02-19T02:18:30.000Z","size":5,"stargazers_count":23,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-15T13:32:41.474Z","etag":null,"topics":["arknights","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daidr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-21T01:39:11.000Z","updated_at":"2025-06-26T15:47:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"92cf9af8-530f-401a-95f5-afd173c798a9","html_url":"https://github.com/daidr/ark_decoder","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/daidr/ark_decoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daidr%2Fark_decoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daidr%2Fark_decoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daidr%2Fark_decoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daidr%2Fark_decoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daidr","download_url":"https://codeload.github.com/daidr/ark_decoder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daidr%2Fark_decoder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266403051,"owners_count":23923403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["arknights","nodejs"],"created_at":"2024-11-15T03:16:36.469Z","updated_at":"2025-07-21T23:32:12.572Z","avatar_url":"https://github.com/daidr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\n    明日方舟立绘反混淆\n  \u003c/h1\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003e使用nodejs的sharp库反混淆明日方舟立绘\u003c/strong\u003e\n    \u003ca href=\"https://daidr.me/archives/code-578.html\" target=\"_blank\"\u003e博客文章\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/daidr/ark_decoder.git\"\u003e\n    \u003cimg src=\"https://i.loli.net/2020/02/06/4sDzyMQucxEdkHR.png\" alt=\"ArkNights Decoder\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## 直接下载\n\n提供已经反混淆的全套立绘图片，前往[release](https://github.com/daidr/ark_decoder/releases \"Release\")下载（可以忽略下面步骤）\n\n## 环境要求\n\n1. nodejs运行环境\n2. 磁盘剩余容量 \u003e 1.5G\n\n## 开始使用\n\n1. 克隆仓库 `git clone https://github.com/daidr/ark_decoder.git`\n2. 初始化立绘子模块 `git submodule init`\n3. 更新立绘子模块 `git submodule update`\n4. 执行 `yarn install`（推荐） 或 `npm i` （取决于你所使用的包管理器）\n5. 执行 `yarn all`（推荐） 或 `npm run all` （取决于你所使用的包管理器）\n\n## 更新立绘\n\n立绘与代码储存在不同的仓库中，立绘更新后，你可以通过 `git submodule update` 将最新立绘同步到代码仓库中，然后运行 `yarn all` 进行反混淆\n\n## 分步执行\n\n\u003e 注意：在执行decode步骤前，需要保证Backup步骤至少被执行过一次。\n\n### 使用 yarn 作为包管理器时\n\n- `yarn all` 执行下面的全部步骤\n- `yarn backup` 用于将原始立绘迁移至Texture_After目录下\n- `yarn decode` 用于将Texture_After目录下的立绘反混淆，并保存到Texture_Final目录\n\n### 使用 npm 作为包管理器时\n\n- `npm run all` 执行下面的全部步骤\n- `npm run backup` 用于将原始立绘迁移至Texture_After目录下\n- `npm run decode` 用于将Texture_After目录下的立绘反混淆，并保存到Texture_Final目录\n\n-----------\n\n[戴兜的小屋](http://im.daidr.me)\n\n最后更新时间： 2020.01.21\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaidr%2Fark_decoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaidr%2Fark_decoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaidr%2Fark_decoder/lists"}