{"id":46064357,"url":"https://github.com/sectl/secrandnom-themes","last_synced_at":"2026-03-01T12:05:06.431Z","repository":{"id":335272699,"uuid":"1144970403","full_name":"SECTL/SecRandnom-themes","owner":"SECTL","description":"SecRadnom 主题商店源","archived":false,"fork":false,"pushed_at":"2026-01-29T12:23:08.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-30T01:35:05.124Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/SECTL.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-29T09:06:13.000Z","updated_at":"2026-01-29T12:23:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/SECTL/SecRandnom-themes","commit_stats":null,"previous_names":["sectl/secrandnom-themes"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/SECTL/SecRandnom-themes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SECTL%2FSecRandnom-themes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SECTL%2FSecRandnom-themes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SECTL%2FSecRandnom-themes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SECTL%2FSecRandnom-themes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SECTL","download_url":"https://codeload.github.com/SECTL/SecRandnom-themes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SECTL%2FSecRandnom-themes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29969243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T11:43:06.159Z","status":"ssl_error","status_checked_at":"2026-03-01T11:43:03.887Z","response_time":124,"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":"2026-03-01T12:05:04.684Z","updated_at":"2026-03-01T12:05:06.419Z","avatar_url":"https://github.com/SECTL.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SecRandom Themes Index\n\n## 提交主题\n\n请在 `index/themes/` 目录下创建一个新的 YAML 文件，文件名格式建议为 `作者名.主题名.yml`（例如 `lzy98276.testrollcalltheme.yml`）。\n\n文件内容格式如下：\n\n```yaml\nid: lzy98276.testrollcalltheme  # 主题唯一 ID\nname: 点名界面主题(测试)           # 主题主题\ndescription: 仅限测试使用！       # 主题描述\nurl: https://github.com/lzy98276/TestRollcallTheme # 主题项目主页 URL\nauthor: lzy98276                # 作者名称\nversion: 1.0.0                  # 主题版本\napiVersion: 2.3.0-beta.1        # 支持的最低软件 API 版本\nrepoOwner: lzy98276             # GitHub 仓库所有者\nrepoName: TestRollcallTheme     # GitHub 仓库名称\nassetsRoot: master/TestRollcallTheme # 资源文件在仓库中的根目录\nartifactName: TestRollcallTheme.zip  # 资源文件名\nbanner: banner.png              # 横幅图片路径（可选）\n```\n\n提交 Pull Request 后，系统会自动进行格式检查并自动合并。\n\n## 主题规范\n\n### 文件类型限制\n主题仅支持包含以下类型的文件：\n- Python (`.py`)\n- HTML (`.html`)\n\n### 目录结构要求\n根据主题功能类型，请将文件存放在对应文件夹中，且入口文件名称为main：\n- **点名页面**：存放在主题ID文件夹下的 `Roll_call_page` 目录\n- **抽奖页面**：存放在主题ID文件夹下的 `Lottery_page` 目录\n\n主题ID文件夹下还需放置一个包含版本号和主题ID的JSON文件，文件名为 `manifest.json`：\n\n```json\n{\n  \"id\": \"lzy98276.testrollcalltheme\",\n  \"version\": \"1.0.0\",\n  \"url\": \"https://github.com/lzy98276/TestRollcallTheme\"\n}\n```\n\n### 源代码参照\n主要源代码页面请参照以下链接：\n- **点名页面**：https://github.com/SECTL/SecRandom/blob/master/app/view/main/roll_call.py\n- **抽奖页面**：https://github.com/SECTL/SecRandom/blob/master/app/view/main/lottery.py\n\n**注意：如果使用HTML将无法接入SecRandom的通用函数。**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectl%2Fsecrandnom-themes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsectl%2Fsecrandnom-themes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectl%2Fsecrandnom-themes/lists"}