temp 更新

This commit is contained in:
2025-03-06 18:32:14 +08:00
parent fe6ce9f97e
commit b5fc5d279e
6 changed files with 52 additions and 34 deletions

View File

@@ -287,7 +287,11 @@
// useContextKey('UserModel', () => UserServices);
import { User, UserServices, UserInit } from '@kevisual/code-center-module/models';
export { User, UserServices };
UserInit();
import { User, UserInit } from '@kevisual/code-center-module';
export { User, UserInit };
UserInit(null, null, {
alter: true,
logging: true,
}).catch((e) => {
console.error('User sync', e);
});