{"id":23885152,"url":"https://github.com/duckduckstudio/music_games_meme","last_synced_at":"2025-09-09T15:31:24.458Z","repository":{"id":236533774,"uuid":"792796391","full_name":"DuckDuckStudio/Music_games_meme","owner":"DuckDuckStudio","description":"本仓库中放着一些有趣的关于音游的程序，可以自由使用。","archived":true,"fork":false,"pushed_at":"2024-05-23T03:18:47.000Z","size":2691,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T02:31:48.894Z","etag":null,"topics":["fun","music-game"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DuckDuckStudio.png","metadata":{"files":{"readme":"README.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":"2024-04-27T15:53:13.000Z","updated_at":"2024-09-18T02:54:10.000Z","dependencies_parsed_at":"2024-05-02T05:27:25.372Z","dependency_job_id":null,"html_url":"https://github.com/DuckDuckStudio/Music_games_meme","commit_stats":null,"previous_names":["duckduckstudio/music_games_meme"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DuckDuckStudio/Music_games_meme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckDuckStudio%2FMusic_games_meme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckDuckStudio%2FMusic_games_meme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckDuckStudio%2FMusic_games_meme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckDuckStudio%2FMusic_games_meme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DuckDuckStudio","download_url":"https://codeload.github.com/DuckDuckStudio/Music_games_meme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckDuckStudio%2FMusic_games_meme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274317220,"owners_count":25262846,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["fun","music-game"],"created_at":"2025-01-04T04:41:06.227Z","updated_at":"2025-09-09T15:31:23.999Z","avatar_url":"https://github.com/DuckDuckStudio.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 音游小程序\n[tag: 有趣 音游 程序]\u003cbr\u003e\n本仓库中放着一些有趣的关于音游的程序，可以自由使用。\u003cbr\u003e\n这只是一个不定期维护的小项目。\u003cbr\u003e\nLICENSE:GPL-2.0 license\u003cbr\u003e\n\n## 关于音游开字母查询器\n源码链接：[https://github.com/DuckDuckStudio/Music_games_meme/tree/main/开字母词库查询/](https://github.com/DuckDuckStudio/Music_games_meme/tree/main/开字母词库查询/)\u003cbr\u003e\n最后更新日期：2024年5月2日\u003cbr\u003e\n### 内容匹配要求\n查询内容必须为`N** **N**`这样的**完全匹配空格位置且字数完全对应**的内容。\u003cbr\u003e\n例如在加载词库`Arcaea`后查询`N** **N**`会得到：\u003cbr\u003e\n```\n请输入查询内容（输入 exit() 退出）：\nN** **N** \n查询结果:\nNEO WINGS\n```\n### 现有词库\n以下为现有词库以及来源以及更新日期等信息：\u003cbr\u003e\n| 词库 | 更新日期 | 来源 |\n|-----|-----|-----|\n| Arcaea | 2024年5月2日 1:52 | [Arcaea中文维基](https://arcwiki.mcd.blue/index.php?title=%E6%9B%B2%E7%9B%AE%E5%88%97%E8%A1%A8) |\n### 已知问题以及将来优化方向\n#### 已知问题\n还是无法正确匹配空格：\u003cbr\u003e\n例如查询`B**********`会出现`BATTLE NO.1`和`Black Lotus`(空格位置必须完全匹配。这两个输出都没有匹配空格位置，因为查找的内容没有空格而结果有空格)\u003cbr\u003e\n反之使用`B***** ****`则正常输出`BATTLE NO.1`\u003cbr\u003e\n\n#### 将来优化方向\n加上参数限定内容。\u003cbr\u003e\n例如查询`****** **** +含数字`则只会出现`BATTLE NO.1`不会出现其他(例如`Impure Bird`等)词条。\u003cbr\u003e\n例如查询`************* +不含字母`则只会出现`フライブルクとエンドロウル`和`ヒュブリスの頂に聳えるのは`不会出现其他(例如`Tempestissimo`等)词条。\u003cbr\u003e\n还有其他参数例如`+纯字母`、`+纯数字`、`+纯大写`、`+纯小写`等\u003cbr\u003e\n**该功能较难实现**\u003cbr\u003e\n\n#### 可能停止更新警告\n因为GitHub上已有许多音游开字母的开源仓库，故这个功能随时可能停更。\n\n## 将来新增计划\n计划做一个音游开字母程序\u003cbr\u003e\n预计实现功能：\u003cbr\u003e\n* 自定义每次词条数\n* 开字母\n* 显示答案(全部或具体第几条)\n* 给出提示(随机或具体哪方面) -\u003e **该功能较难实现**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckduckstudio%2Fmusic_games_meme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduckduckstudio%2Fmusic_games_meme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckduckstudio%2Fmusic_games_meme/lists"}