修正小問題與加上設定檔機制。

This commit is contained in:
yaoming 2022-10-08 22:24:15 +08:00
parent cd83f6fedf
commit a50ea84b3d
5 changed files with 82 additions and 6 deletions

10
autodfl.py Normal file
View file

@ -0,0 +1,10 @@
import ymauto.MergeDefault as MD
md = MD.MergeArgs("config.json")
print(md.g("sandy", "name"))
print(md.g("beauty", "deep", "gender"))
# print(md.g("version1"))
# print(md.g("deep", "method"))
# print(md.g("deep", "methoda", "PP"))
# print([v + '真神' for v in md.g("array")])