refactor: move CacheApi to cache.ts

This commit is contained in:
Wesley F. Young
2024-08-31 13:36:21 +08:00
parent e7869365c4
commit 7f818f8a31
3 changed files with 65 additions and 58 deletions

View File

@@ -5,4 +5,5 @@ export * from './msg';
export * from './user';
export * from './webapi';
export * from './sign';
export * from './system';
export * from './system';
export * from './cache';