feat: add lua edits
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import DOMPurify from 'isomorphic-dompurify';
|
||||
import { Marked } from 'marked';
|
||||
|
||||
import { DataBase, setDatabase, type Database, type Message, type character, type customscript, type groupChat } from './storage/database';
|
||||
import { DataBase, setDatabase, type Database, type Message, type character, type customscript, type groupChat, type triggerscript } from './storage/database';
|
||||
import { getFileSrc } from './storage/globalApi';
|
||||
import { processScriptFull } from './process/scripts';
|
||||
import { get } from 'svelte/store';
|
||||
@@ -171,6 +171,7 @@ export interface simpleCharacterArgument{
|
||||
chaId: string,
|
||||
virtualscript?: string
|
||||
emotionImages?: [string, string][]
|
||||
triggerscript?: triggerscript[]
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user