{"id":28472891,"url":"https://github.com/fromsko/codebox","last_synced_at":"2026-01-30T02:40:17.653Z","repository":{"id":279729156,"uuid":"939235153","full_name":"Fromsko/codeBox","owner":"Fromsko","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-27T04:11:54.000Z","size":9122,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-07T11:34:50.723Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/Fromsko.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-26T08:07:26.000Z","updated_at":"2025-02-27T04:09:47.000Z","dependencies_parsed_at":"2025-02-27T04:42:57.171Z","dependency_job_id":"bf5f3d5f-ee5c-4d9d-9cb7-cf6f8e3ff57b","html_url":"https://github.com/Fromsko/codeBox","commit_stats":null,"previous_names":["fromsko/codebox"],"tags_count":1,"template":false,"template_full_name":"Fromsko/sLogin","purl":"pkg:github/Fromsko/codeBox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fromsko%2FcodeBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fromsko%2FcodeBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fromsko%2FcodeBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fromsko%2FcodeBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fromsko","download_url":"https://codeload.github.com/Fromsko/codeBox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fromsko%2FcodeBox/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263059494,"owners_count":23407368,"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":[],"created_at":"2025-06-07T11:30:43.495Z","updated_at":"2026-01-30T02:40:12.597Z","avatar_url":"https://github.com/Fromsko.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codeBox\n\n\u003e 是一款采用用于对接本地 Ollama 进行快速聊天的程序\n\u003e\n\u003e 开箱即用，自动识别 Ollama 中的模型\n\n[![Build and Release Wails App](https://github.com/Fromsko/codeBox/actions/workflows/main.yaml/badge.svg?branch=dev)](https://github.com/Fromsko/codeBox/actions/workflows/main.yaml)\n\n## 📑 功能模块\n\n- 实时聊天\n- 截屏记录\n- 复制消息\n- 历史记录\n- 访问控制\n\n## 🚀 安装\n\n\u003e 推荐直接下载 release 文件构建的包\n\u003e\n\u003e 配置 Golang + NodeJs\n\u003e\n\u003e 推荐 [nvm-windows](https://github.com/coreybutler/nvm-windows)\n\n\u003cdetails\u003e\n\u003csummary\u003eGolang 验证\u003c/summary\u003e\n\n```shell\n# 验证安装\ngo version\n\n# 设置七牛云代理\ngo env -w GOPROXY=https://goproxy.cn,direct\n\n# 验证代理设置\ngo env | grep GOPROXY\n\n# 设置Go Module支持\ngo env -w GO111MODULE=on\n\n# 验证Go Module设置\ngo env | grep GO111MODULE\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eNodejs 验证\u003c/summary\u003e\n\n```shell\n# 验证安装\nnode -v\n\n# 设置淘宝代理\nnpm config set registry https://registry.npm.taobao.org\n```\n\n\u003c/details\u003e\n\n### 👨‍💻 安装 wails\n\n[官方文档](https://wails.io/zh-Hans/docs/gettingstarted/installation/)\n\n```shell\ngo install github.com/wailsapp/wails/v2/cmd/wails@latest\n```\n\n### 构建项目\n\n1. 检查缺少什么环境\n\n   ```shell\n   wails doctor\n   ```\n\n2. **构建**\n\n   - 基础\n\n     ```shell\n     wails build\n     ```\n\n   - win 安装包 + 压缩\n\n     ```shell\n     wails build -nsis -upx\n     ```\n\n3. **开发**\n\n   ```shell\n   wails dev\n   ```\n\n## 界面展示\n\n- 主页面\n    \u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"assets/resources/chat-page.png\" alt=\"\" width=\"80%\"\u003e\n    \u003c/div\u003e\n\n- 演示\n    \u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"assets/resources/show.gif\" alt=\"\" width=\"80%\"\u003e\n    \u003c/div\u003e\n\n## 👨‍🔬 鸣谢\n\n- [wails](https://wails.io/)\n- [vue.js](https://cn.vuejs.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffromsko%2Fcodebox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffromsko%2Fcodebox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffromsko%2Fcodebox/lists"}