feat(picc): 添加文件头注释以说明模块功能

This commit is contained in:
huzhengrong 2025-10-27 10:00:26 +08:00
parent 180e43d729
commit fedb6ce9e9
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// 中国人民保险
import axios from "axios"; import axios from "axios";
import fs from "fs"; import fs from "fs";
import path from "path"; import path from "path";