1
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
yinsx
2026-01-05 18:20:33 +08:00
parent 47f0961e22
commit c409215867
3 changed files with 5 additions and 24 deletions

View File

@ -54,17 +54,4 @@ if (!window.faceSDK) {
}
window.faceSDK.kernel = kernel;
if (!window.yiyu) {
window.yiyu = {};
}
window.yiyu.kernel = kernel;
window.yiyu.onAppLoaded = () => { };
window.yiyu.onSingleSignFinished = (_text: string) => { };
window.yiyu.onSentenceFinished = (_text: string) => { };
window.yiyu.onSentenceChanged = (_data: unknown) => { };
window.yiyu.onGloss = (_gloss: unknown) => { };
window.onload = () => { };
export { kernel };