generated from template/astro-template
feat: add ai-html
This commit is contained in:
7
src/apps/draw/modules/query.ts
Normal file
7
src/apps/draw/modules/query.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { query } from '@/modules/query';
|
||||
import { QueryMark } from '@/query/query-mark/query-mark';
|
||||
|
||||
export const queryMark = new QueryMark({
|
||||
query: query,
|
||||
markType: 'excalidraw',
|
||||
});
|
||||
Reference in New Issue
Block a user