feat: add ai-html

This commit is contained in:
2025-06-02 13:22:04 +08:00
parent a43cfb4b5f
commit a309faead0
46 changed files with 11067 additions and 416 deletions

View 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',
});