重构代码, 迁移导入依赖文件语句位置

This commit is contained in:
Olia Lisa
2026-01-14 23:11:26 +08:00
parent 1dffa963e2
commit 29365de75a
9 changed files with 15 additions and 17 deletions
+3
View File
@@ -1,5 +1,8 @@
#!/bin/bash
# 修改json文件的属性值
# 案例1modify_json_file "/foo/bar.json" "person.name" "张三"
# 案例2modify_json_file "/foo/bar.json" "servers" '["a.com", "b.com"]'