{"id":24517714,"url":"https://github.com/pyzh/zimei","last_synced_at":"2026-01-28T20:04:16.229Z","repository":{"id":196578713,"uuid":"161112319","full_name":"pyzh/zimei","owner":"pyzh","description":"紫妹自然语言概念设计, 对应\"抚子\"","archived":false,"fork":false,"pushed_at":"2018-12-10T01:43:47.000Z","size":1128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-06T23:03:21.414Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"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/pyzh.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}},"created_at":"2018-12-10T03:38:48.000Z","updated_at":"2019-01-23T09:37:31.000Z","dependencies_parsed_at":"2023-09-26T08:20:03.590Z","dependency_job_id":null,"html_url":"https://github.com/pyzh/zimei","commit_stats":null,"previous_names":["pyzh/zimei"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pyzh/zimei","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyzh%2Fzimei","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyzh%2Fzimei/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyzh%2Fzimei/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyzh%2Fzimei/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyzh","download_url":"https://codeload.github.com/pyzh/zimei/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyzh%2Fzimei/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28850474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"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-01-22T01:34:56.979Z","updated_at":"2026-01-28T20:04:16.211Z","avatar_url":"https://github.com/pyzh.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 紫妹\n\n## 简单的就像写故事\n\n```\n事物 渣渣辉\n事物 古添乐\n\n渣渣辉 的 攻击力 = 5\n古添乐 的 血量 = 10\n\n动作 砍\n{\n    宾语 的 血量 = 宾语 的 血量 - 主语 的 攻击力\n}\n\n渣渣辉 砍 古添乐\n// 结果 : 古添乐 的 血量 现在是5\n\n```\n\n等价于,js 语句\n\n```\nlet 渣渣辉={}\nlet 古添乐={}\n\n渣渣辉.攻击力=5\n古添乐.血量=10\n\nfunction 砍(aim){\n    aim.血量=aim.血量-this.攻击力\n}\n\n渣渣辉.砍 = 砍\n\n渣渣辉.砍( 古添乐 )\n// 结果 : 古添乐 的 血量 现在是5\n```\n\n## js 运行示例\n\n![default](https://user-images.githubusercontent.com/31165554/49651570-8cc50680-fa6a-11e8-9d65-41d04dd12307.png)\n\n## 基础\n\n\u003e `Markdown` 语法\n\n\u003e 基于 `katex` 的数学公式\n\n\u003e 基于 `vupress` 的文档站点, 支持`Vue`组件\n\n\u003e 基于默认主题,支持全站点文档检索\n\n## 开发\n\n1. 安装 [`nodejs`](https://nodejs.org/zh-cn/)\n\n2. 下载此项目\n\n3. 安装依赖\n\n```bash\nnpm install\n```\n\n4. 开发\n\n```bash\nnpm run dev\n或\nnpm run 编写\n```\n\n5. 发布\n\n```bash\nnpm run build\n或\nnpm run 构建\n```\n\n6. 部署\n\n将静态资源部署到根路由 `http(s)://域名/` 即可\n若非部署到根路由,需要配置 `./docs/.vuepress/config.js` 中的 `base` 字段,并将项目部署到相应的路由\n\n## 开发 Note\n\n### 图片等资源\n\n1. 资源应放置于`./docs/.vuepress/public` 目录下\n\n2. 引用方式示例\n\n```\n\u003ccenter class=\"footer\"\u003e\u003cimg :src=\"$withBase('/你的图片.png')\" alt=\"频响曲线\"\u003e\u003c/center \u003e\n```\n\n### 增加文档\n\n我写的新文档呢?怎么没显示?这需要增加文档配置.\n\n1. 根据`./docs/.vuepress/config.js`里面的相应的配置,复制修改即可\n\n## LICENSE\n\nCopyleft © 2018-Present\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyzh%2Fzimei","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyzh%2Fzimei","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyzh%2Fzimei/lists"}