feat(traffic): api support & adjust

This commit is contained in:
GyDi
2021-12-11 20:52:06 +08:00
parent 0028bef559
commit 0a3c59450b
4 changed files with 65 additions and 17 deletions

5
src/services/index.ts Normal file
View File

@@ -0,0 +1,5 @@
import * as traffic from "./traffic";
export default {
...traffic,
};