{"id":25411721,"url":"https://github.com/koho/vpark-door","last_synced_at":"2025-06-21T04:35:39.373Z","repository":{"id":107983246,"uuid":"510195840","full_name":"koho/vpark-door","owner":"koho","description":"云硅谷门禁网页版","archived":false,"fork":false,"pushed_at":"2022-07-04T03:15:20.000Z","size":2486,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T10:54:02.203Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/koho.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}},"created_at":"2022-07-04T03:12:36.000Z","updated_at":"2022-08-15T15:42:32.000Z","dependencies_parsed_at":"2023-05-15T01:30:30.378Z","dependency_job_id":null,"html_url":"https://github.com/koho/vpark-door","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/koho/vpark-door","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koho%2Fvpark-door","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koho%2Fvpark-door/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koho%2Fvpark-door/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koho%2Fvpark-door/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koho","download_url":"https://codeload.github.com/koho/vpark-door/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koho%2Fvpark-door/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261064203,"owners_count":23104722,"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-02-16T10:19:22.134Z","updated_at":"2025-06-21T04:35:34.347Z","avatar_url":"https://github.com/koho.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VPark Door\n\n云硅谷门禁网页版，可代替 APP 端，开启公司门禁。\n\n## 创建 MySQL 数据库\n```sql\nCREATE TABLE `door_log` (\n  `id` int(11) NOT NULL AUTO_INCREMENT,\n  `time` datetime DEFAULT NULL,\n  `username` varchar(64) DEFAULT NULL,\n  `door_id` varchar(50) DEFAULT NULL,\n  `door_name` varchar(100) DEFAULT NULL,\n  `code` int(11) DEFAULT NULL,\n  `msg` varchar(200) DEFAULT NULL,\n  PRIMARY KEY (`id`)\n);\n```\n\n在 `app.py` 配置数据库信息。\n\n## 安装 Python 依赖\n```shell\npip install -r requirements.txt\n```\n\n## 运行服务\n```shell\npython vpark.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoho%2Fvpark-door","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoho%2Fvpark-door","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoho%2Fvpark-door/lists"}