sdk 用法,固定底部偏移设置为 0

This commit is contained in:
2betop 2020-04-15 10:55:22 +08:00
parent d24faeb65f
commit 9dd8380089
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ export function embed(
return ret; return ret;
}, },
richTextToken: '', richTextToken: '',
affixOffsetBottom: 0,
...env ...env
} }
)} )}