{"id":20317506,"url":"https://github.com/sunsetmkt/kizunaai-web","last_synced_at":"2025-04-11T17:53:46.633Z","repository":{"id":103632011,"uuid":"472634055","full_name":"SunsetMkt/KizunaAI-Web","owner":"SunsetMkt","description":"基于uni-app的绊爱主题日历，兼容H5","archived":false,"fork":false,"pushed_at":"2023-12-09T06:29:01.000Z","size":16588,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-17T15:44:04.444Z","etag":null,"topics":["kizuna-ai","nodejs","uniapp","vue","webapp"],"latest_commit_sha":null,"homepage":"https://kizuna-ai-web.vercel.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SunsetMkt.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":"2022-03-22T06:01:45.000Z","updated_at":"2024-01-24T04:44:16.000Z","dependencies_parsed_at":"2024-06-16T15:52:05.101Z","dependency_job_id":null,"html_url":"https://github.com/SunsetMkt/KizunaAI-Web","commit_stats":null,"previous_names":["sunsetmkt/kizunaai-web"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunsetMkt%2FKizunaAI-Web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunsetMkt%2FKizunaAI-Web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunsetMkt%2FKizunaAI-Web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunsetMkt%2FKizunaAI-Web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SunsetMkt","download_url":"https://codeload.github.com/SunsetMkt/KizunaAI-Web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224673348,"owners_count":17350902,"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":["kizuna-ai","nodejs","uniapp","vue","webapp"],"created_at":"2024-11-14T18:32:45.841Z","updated_at":"2024-11-14T18:32:46.454Z","avatar_url":"https://github.com/SunsetMkt.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KizunaAI-Web\n基于uni-app的绊爱主题日历，兼容H5，支持PWA。\n\n[上游项目仓库](https://gitee.com/muyi456/KizunaAI)\n\nDemo地址：https://kizuna-ai-web.vercel.app/\n\n**此修改版仅支持H5，且着重于使用npm指令构建Web App。如有构建其他平台应用的需要，请使用上游项目。**\n\n# 版权声明\n绊爱（Kizuna AI）是版权所属Kizuna AI Inc.（Kizuna AI株式会社）的虚拟形象，本项目及开发者与Kizuna AI Inc.无关。\n\nKizunaAI-Web是基于哔哩哔哩用户[灰暗江原](https://space.bilibili.com/63045280)开发的[KizunaAI](https://gitee.com/muyi456/KizunaAI)的Web兼容版并提供一定的修改。\n\n# 特性\n* 基于跨平台框架uni-app\n* 基于哔哩哔哩嵌入的早安视频\n* 日历和日期标签\n* 生日彩蛋\n* 支持Node.js命令行构建\n\n# 开发和构建\n~~目前仅支持HBuilder X~~，详见[uni-app文档](https://uniapp.dcloud.io/quickstart-hx.html)。\n\n## HBuilder X打开\n\nHBuilder X-文件-导入-从本地目录导入-选择项目文件夹中的src文件夹\n\n### 关于src/index.html和public/index.html\n\n它们是`index.html`模板，应该保持内容一致。\n\nsrc/index.html也就是最初的index.html是由HBuilder X创建的，采用上面的方法打开项目就会默认使用它。\n\npublic/index.html是在去除HBuilder X并向Node.js命令行构建模式迁移时创建的，在项目根目录下构建时会默认使用它。\n\n## Node.js命令行构建H5(Beta)\n\n安装Node.js版本14（开发环境v14.19.1）\n\n`npm install`\n\n（**建议不要使用cnpm指令，它在开发环境中造成了问题**，如果需要使用镜像则 `npm install --registry=https://registry.npmmirror.com`）\n\n`npm run dev:h5`\n\n`npm run build:h5`\n\n## CI/自动化构建设置\n\n以Vercel为例\n\n* 框架预设(framework preset)为`Vue.js`\n* 构建指令(build command)为`npm run build:h5`\n* 输出目录(output directory)为`dist/build/h5`\n* 安装指令(install command)为`npm install`\n\nVercel已不再支持Node.js 14.x\n\n# 开源许可\nGPLv3\n\n# 参考资料\nhttp://www.jmblog.com.cn/article/6210be047ca2731bb9b639c8\n\nhttps://www.zklighting.ltd/?p=1214\n\nhttps://ask.dcloud.net.cn/question/89143\n\n# 已知问题\n* [ ] 在Apple设备上，离线UWP功能似乎工作不正常。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunsetmkt%2Fkizunaai-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunsetmkt%2Fkizunaai-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunsetmkt%2Fkizunaai-web/lists"}