{"id":13655817,"url":"https://github.com/xunkong/xunkong","last_synced_at":"2025-05-15T07:05:19.343Z","repository":{"id":40501871,"uuid":"449639308","full_name":"xunkong/xunkong","owner":"xunkong","description":"记录旅途中发生的事","archived":false,"fork":false,"pushed_at":"2024-12-22T07:48:06.000Z","size":2529,"stargazers_count":940,"open_issues_count":183,"forks_count":40,"subscribers_count":8,"default_branch":"dev","last_synced_at":"2025-04-14T11:13:11.865Z","etag":null,"topics":["genshin-impact","winui","xunkong"],"latest_commit_sha":null,"homepage":"https://xunkong.cc","language":"C#","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/xunkong.png","metadata":{"files":{"readme":"README.dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-19T10:08:01.000Z","updated_at":"2025-04-13T01:16:23.000Z","dependencies_parsed_at":"2023-02-19T14:45:54.507Z","dependency_job_id":"85dc9a95-3598-4898-8239-e4ccf8013fa4","html_url":"https://github.com/xunkong/xunkong","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"d018f6078aa6558d305b65bdeabf1f3ecc196066"},"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xunkong%2Fxunkong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xunkong%2Fxunkong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xunkong%2Fxunkong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xunkong%2Fxunkong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xunkong","download_url":"https://codeload.github.com/xunkong/xunkong/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254292040,"owners_count":22046426,"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","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":["genshin-impact","winui","xunkong"],"created_at":"2024-08-02T04:00:38.184Z","updated_at":"2025-05-15T07:05:14.323Z","avatar_url":"https://github.com/xunkong.png","language":"C#","funding_links":[],"categories":["Data query"],"sub_categories":[],"readme":"# 开发指南\n\n## 环境\n\n- Windows 10 1809 及以上版本\n- 安装 Visual Studio 2022\n- 安装 [Windows App SDK](https://docs.microsoft.com/zh-cn/windows/apps/windows-app-sdk/set-up-your-development-environment)\n\n## 拉取\n\n- 使用 Git 拉取本项目\n- 更新各子模块至最新的提交\n- 在 Release 页面下载最新的资源包并解压至 `Desktop\\Package\\Assets` 文件夹\n\n## 生成\n\n- 打开 `Xunkong.Dev.sln` 文件，并把 `Xunkong.Desktop.Package` 设为启动项目\n- 解决方案平台更改为 x64 或 arm64（不会有人用 Windows ARM 开发吧）\n- 修改项目 `Xunkong.Desktop`、`Xunkong.Desktop.Background`、`Xunkong.Desktop.Package` 的 `目标操作系统版本` 为**已安装的 Windows SDK 的版本**\n- 打开项目 `Xunkong.Desktop.Package` 内的 `Package.appxmanifest` 文件，转到打包栏，修改包名（不修改则会在调试时卸载已安装的侧载版）\n- 生成项目\n\n该项目勾选了 **不启动，但是在启动时调试代码**，点击调试后需要手动打开程序\n\n## 发布\n\n- 打开项目 `Xunkong.Desktop.Package` 内的 `Package.appxmanifest` 文件，转到打包栏\n- 在发布者右侧点击 `选择证书`，然后创建签名证书\n- 右键点击项目 `Xunkong.Desktop.Package`，依次选择 `发布`、`创建应用程序包`\n- 勾选 `旁加载`、取消勾选 `启用自动更新`，签名方法选择 `使用当前证书`\n- 填写版本号，选择合适的配置方案，创建应用程序包\n\n## 截图\n\n\u003cdetails\u003e\n\u003csummary\u003eVS工作负载\u003c/summary\u003e\n\n![vs-workload](https://file.xunkong.cc/static/repo/xunkong/vs-workload.webp)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e目标操作系统版本（修改为已安装的 Windows SDK 版本）\u003c/summary\u003e\n\n![target-os-1](https://file.xunkong.cc/static/repo/xunkong/target-os-1.webp)\n![target-os-2](https://file.xunkong.cc/static/repo/xunkong/target-os-2.webp)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e修改包名、创建证书\u003c/summary\u003e\n\n![package-operation](https://file.xunkong.cc/static/repo/xunkong/package-operation.webp)\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxunkong%2Fxunkong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxunkong%2Fxunkong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxunkong%2Fxunkong/lists"}