Refactoring the YAML parsing section

This commit is contained in:
2026-04-19 11:56:33 +08:00
parent 9c95f00b6b
commit e4211c87e1
9 changed files with 169 additions and 40 deletions

26
.idea/jsonSchemas.xml generated Normal file
View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JsonSchemaMappingsProjectConfiguration">
<state>
<map>
<entry key="JSON 架构 7">
<value>
<SchemaInfo>
<option name="name" value="JSON 架构 7" />
<option name="relativePathToSchema" value="http://json-schema.org/draft-07/schema" />
<option name="schemaVersion" value="JSON 架构 7" />
<option name="applicationDefined" value="true" />
<option name="patterns">
<list>
<Item>
<option name="path" value="test.yaml" />
</Item>
</list>
</option>
</SchemaInfo>
</value>
</entry>
</map>
</state>
</component>
</project>

8
.idea/php.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PhpCodeSniffer">
<phpcs_settings>
<phpcs_by_interpreter asDefaultInterpreter="true" interpreter_id="cb2f195d-67ff-4f69-aa31-4e5ccc1eef4f" timeout="30000" />
</phpcs_settings>
</component>
</project>