refactor: split common until and add ut

This commit is contained in:
pa
2026-03-04 00:45:40 +09:00
parent dd0293d2a6
commit ea82825823
8 changed files with 315 additions and 173 deletions

View File

@@ -7,10 +7,13 @@ export * from './avatar';
export * from './chart';
export * from './common';
export * from './compare';
export * from './fileUtils';
export * from './friend';
export * from './group';
export * from './instance';
export * from './platformUtils';
export * from './setting';
export * from './urlUtils';
export * from './user';
export * from './gallery';
export * from './location';