{"id":21170069,"url":"https://github.com/covenantsql/cql-cloud-fe","last_synced_at":"2025-04-13T15:04:18.321Z","repository":{"id":77598830,"uuid":"194193021","full_name":"CovenantSQL/cql-cloud-fe","owner":"CovenantSQL","description":"☁️CovenantSQL Cloud front-end portal, wallet managements, PTC faucet, database managements and more.","archived":false,"fork":false,"pushed_at":"2019-06-29T15:43:43.000Z","size":23007,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T15:03:58.264Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cloud.covenantsql.io/en/login","language":"JavaScript","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/CovenantSQL.png","metadata":{"files":{"readme":"README-zh_CN.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":"2019-06-28T02:30:14.000Z","updated_at":"2024-10-16T16:54:39.000Z","dependencies_parsed_at":"2023-03-09T13:30:17.187Z","dependency_job_id":null,"html_url":"https://github.com/CovenantSQL/cql-cloud-fe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CovenantSQL%2Fcql-cloud-fe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CovenantSQL%2Fcql-cloud-fe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CovenantSQL%2Fcql-cloud-fe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CovenantSQL%2Fcql-cloud-fe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CovenantSQL","download_url":"https://codeload.github.com/CovenantSQL/cql-cloud-fe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248732484,"owners_count":21152852,"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":"2024-11-20T15:55:56.310Z","updated_at":"2025-04-13T15:04:18.302Z","avatar_url":"https://github.com/CovenantSQL.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://github.com/zuiidea/antd-admin\"\u003e\n    \u003cimg alt=\"antd-admin\" height=\"64\" src=\"./docs/_media/logo.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eAntD Admin\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n一套优秀的中后台前端解决方案\n\n[![antd](https://img.shields.io/badge/antd-^3.10.0-blue.svg?style=flat-square)](https://github.com/ant-design/ant-design)\n[![umi](https://img.shields.io/badge/umi-^2.2.1-orange.svg?style=flat-square)](https://github.com/umijs/umi)\n[![GitHub issues](https://img.shields.io/github/issues/zuiidea/antd-admin.svg?style=flat-square)](https://github.com/zuiidea/antd-admin/issues)\n[![MIT](https://img.shields.io/dub/l/vibe-d.svg?style=flat-square)](http://opensource.org/licenses/MIT)\n![Travis (.org)](https://img.shields.io/travis/zuiidea/antd-admin.svg)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/zuiidea/antd-admin/pulls)\n[![Gitter](https://img.shields.io/gitter/room/antd-admin/antd-admin.svg)](https://gitter.im/antd-admin/antd-admin)\n\n\u003c/div\u003e\n\n- 在线演示 - [https://antd-admin.zuiidea.com](https://antd-admin.zuiidea.com)\n- 使用文档 - [https://doc.antd-admin.zuiidea.com/#/zh-cn/](https://doc.antd-admin.zuiidea.com/#/zh-cn/)\n- 常见问题 - [https://doc.antd-admin.zuiidea.com/#/zh-cn/faq](https://doc.antd-admin.zuiidea.com/#/zh-cn/faq)\n- 更新日志 - [https://doc.antd-admin.zuiidea.com/#/zh-cn/change-log](https://doc.antd-admin.zuiidea.com/#/zh-cn/change-log)\n\n[English](./README.md) | 简体中文\n\n## 特性\n\n- 国际化，源码中抽离翻译字段，按需加载语言包\n- 动态权限，不同权限对应不同菜单\n- 优雅美观，Ant Design 设计体系\n- Mock 数据，本地数据调试\n\n\n## 使用\n\n1. \b下载项目代码。\n\n```bash\ngit clone https://github.com/zuiidea/antd-admin.git my-project\ncd my-project\n```\n\n2. 进入目录安装依赖，国内用户推荐使用 [cnpm](https://cnpmjs.org) 进行加速。\n\n```bash\nyarn install\n```\n\n或者\n\n```bash\nnpm install\n```\n\n3. 启动本地服务器。\n\n```bash\nnpm run start\n```\n\n4. 启动完成后打开浏览器访问 [http://localhost:7000](http://localhost:7000)，如果需要更改启动端口，可在 `.env` 文件中配置。\n\n\n\u003e 更多信息请参考 [使用文档](https://doc.antd-admin.zuiidea.com/#/zh-cn/)。\n\n\n## 支持环境\n\n现代浏览器。\n\n| [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png\" alt=\"IE / Edge\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eIE / Edge | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png\" alt=\"Firefox\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eFirefox | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png\" alt=\"Chrome\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eChrome | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png\" alt=\"Safari\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eSafari | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png\" alt=\"Opera\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eOpera |\n| --------- | --------- | --------- | --------- | --------- | \n|IE11, Edge| last 2 versions| last 2 versions| last 2 versions| last 2 versions\n\n## 参与贡献  \n\n我们非常欢迎你的贡献，你可以通过以下方式和我们一起共建 :smiley:\n- 在你的公司或个人项目中使用 AntD Admin。\n- 通过 [Issue](http://github.com/zuiidea/antd-admin/issues) 报告 bug 或进行咨询。\n- 提交 [Pull Request](http://github.com/zuiidea/antd-admin/pulls) 改进代码。\n\n\u003e 强烈推荐阅读 [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)、[《如何向开源社区提问题》](https://github.com/seajs/seajs/issues/545) 和 [《如何有效地报告 Bug》](http://www.chiark.greenend.org.uk/%7Esgtatham/bugs-cn.html)、[《如何向开源项目提交无法解答的问题》](https://zhuanlan.zhihu.com/p/25795393)，更好的问题更容易获得帮助。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcovenantsql%2Fcql-cloud-fe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcovenantsql%2Fcql-cloud-fe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcovenantsql%2Fcql-cloud-fe/lists"}