update use-config

This commit is contained in:
2026-01-15 18:02:49 +08:00
parent 59c7eb57fa
commit 07b4b0618a
12 changed files with 170 additions and 241 deletions

View File

@@ -8,7 +8,7 @@ import './micro-app/index.ts';
import './config/index.ts';
import './file-listener/index.ts';
// import './file-listener/index.ts';
import './ai/index.ts';

View File

@@ -1,3 +1,3 @@
import { useFileStore } from '@kevisual/use-config/file-store';
import { useFileStore } from '@kevisual/use-config';
export const appsPath = useFileStore('apps', { needExists: true });

View File

@@ -1,5 +1,5 @@
import { WxTokenResponse, fetchToken, getUserInfo, getUserInfoByMp, post } from './wx.ts';
import { useContextKey } from '@kevisual/use-config/context';
import { useContextKey } from '@kevisual/context';
import { UserModel } from '../../../auth/index.ts';
import { Buffer } from 'buffer';
import { CustomError } from '@kevisual/router';