fix readme

This commit is contained in:
Looly
2023-05-16 23:51:36 +08:00
parent d3e82c6ad6
commit ea381bad9c
3 changed files with 36 additions and 4 deletions

View File

@@ -17,7 +17,17 @@
## 🛠️包含内容
### Setting
提供支持分组和变量替换的配置文件格式。
### Props
传统Properties的封装。
传统Properties的封装。
### TOML
TOMLTom's Obvious, Minimal Language配置文件解析和生成。
### YAML
提供基于[Snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml)的读写封装。