{"id":18733152,"url":"https://github.com/bioforestchain/dweb_browser-docs","last_synced_at":"2026-03-10T22:05:09.814Z","repository":{"id":109932379,"uuid":"530536388","full_name":"BioforestChain/dweb_browser-docs","owner":"BioforestChain","description":"dweb_browser developer docs","archived":false,"fork":false,"pushed_at":"2025-06-05T07:38:41.000Z","size":3209,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-12T08:45:47.903Z","etag":null,"topics":["browser","docs","dweb"],"latest_commit_sha":null,"homepage":"https://docs.dweb-browser.org","language":"TypeScript","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/BioforestChain.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":"2022-08-30T07:00:50.000Z","updated_at":"2025-06-05T07:38:43.000Z","dependencies_parsed_at":"2024-05-17T03:30:11.091Z","dependency_job_id":"f95adefd-0856-412e-818b-78233ea1385c","html_url":"https://github.com/BioforestChain/dweb_browser-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BioforestChain/dweb_browser-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioforestChain%2Fdweb_browser-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioforestChain%2Fdweb_browser-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioforestChain%2Fdweb_browser-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioforestChain%2Fdweb_browser-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BioforestChain","download_url":"https://codeload.github.com/BioforestChain/dweb_browser-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioforestChain%2Fdweb_browser-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30357617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["browser","docs","dweb"],"created_at":"2024-11-07T15:08:52.552Z","updated_at":"2026-03-10T22:05:09.795Z","avatar_url":"https://github.com/BioforestChain.png","language":"TypeScript","readme":"# dweb_browser_docs\n\n\u003cimg align=\"right\" src=\"./docs/public/logo.svg\" height=\"150px\" alt=\"跨平台分布式应用浏览器\"\u003e\n\nDwebBrowser 应用开发文档,简单的调用即可使用系统能力，提供了分布式的应用通信方案，并且不必糟心于权限的管理。\n\nDwebBrowser 支持所有主流操作系统平台，无论您是使用移动设备还是桌面设备，我们都能提供无缝的跨平台体验。通过使用统一的窗口视图标准，我们为用户带来了一致且方便的使用体验。\n\n文档站点：[docs.dweb-browser.org](https://docs.dweb-browser.org)\n\n## 快速启动\n\n```bash\nnpm i\n\nnpm run dev\n```\n\n## 生成静态文件\n\n```bash\nnpm run build\n```\n\n\u003e 提交更新只需要推送到主分支\n\n## 多语言翻译\n\n多语言翻译基于[Auto-i18n](https://github.com/linyuxuanlin/Auto-i18n) 修改。\n\n1. 安装依赖 `pip install -r requirements.txt`\n\n2. 下载 ollama 并且保持运行。\n\n3. 执行命令 `python auto-translater.py` 运行程序。\n\n4. 它将会自动处理测试目录 `docs/` 下的所有中文 Markdown 文件，批量翻译为英语、西班牙语、阿拉伯语。\n   处理过的文件将在 `processed_list.txt` 中罗列出来，需要重新翻译可以删除相关的文件。\n\n\u003c!-- ::: warning\n中文修改完，需要同步英文文档。\n::: --\u003e\n\n\u003c!--\n::: tip\n这是一个提示\n:::\n\n\n\n::: danger\n这是一个危险警告\n:::\n\n::: details\n这是一个 details 标签\n::: --\u003e\n\n\u003c!--\n检查 README.md 的关键步骤\n\n1：格式相关\n  a: ```ts 代码部分 上下不要后空格\n  b: ```ts 代码部分 左边空一格\n  c: 方法 标题不要出现圆括号\n    - getState() 这样是错误的\n    - getState 这样是准确的\n  d: 目录层级是否准确\n    ## WebComponent\n    ### WebComponent 具体的方法\n    ## Plugin\n    ### plugin 具体的fangfa\n    ## Interfaces\n    ### 具体的 interface\n\n2: 内容标准\n  a: WebComponent 只写第一个层级的方法\n  b: Plugin 只写第一个层级的方法\n  c: Interface 需要写全部层级的属性 包括 全部的祖先层级\n  d: class type enum 等全部的类型说明都放在 Interface 里面\n  e: class 只需要关键的属性不要写方法 例如 DOMInsets\n --\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbioforestchain%2Fdweb_browser-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbioforestchain%2Fdweb_browser-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbioforestchain%2Fdweb_browser-docs/lists"}