新增菈乌玛兽肉路线 (#2206)

* 修改描述

* 新增菈乌玛兽肉路线

* 新增菈乌玛兽肉路线

* 自动修复 JSON 格式和版本号 [ci skip]

* 新增菈乌玛兽肉路线

---------

Co-authored-by: GitHub Actions Bot <actions@github.com>
This commit is contained in:
躁动的氨气
2025-10-21 23:01:28 +08:00
committed by GitHub
parent ce35cf36b0
commit 360a73c956
4098 changed files with 10477 additions and 9704 deletions

View File

@@ -879,7 +879,7 @@ def main():
parser = argparse.ArgumentParser(description='校验 BetterGI 脚本文件')
parser.add_argument('path', help='要校验的文件或目录路径')
parser.add_argument('--fix', action='store_true', help='自动修复问题')
parser.add_argument('--structure', action='store_true', help='浅草的氨气搞得什么结构校验')
parser.add_argument('--structure', action='store_true', help='被氨气草的喵老厮改的什么结构校验')
args = parser.parse_args()
path = args.path