feat:完成通过自定义Collabora插件实现页面跳转
This commit is contained in:
@@ -15,10 +15,11 @@
|
||||
export function sendUnoCommand(
|
||||
iframeWindow: Window,
|
||||
command: string,
|
||||
args: Record<string, any> = {}
|
||||
args: Record<string, unknown> = {}
|
||||
): void {
|
||||
const message = {
|
||||
MessageId: 'Send_UNO_Command',
|
||||
SendTime: Date.now(),
|
||||
Values: {
|
||||
Command: command,
|
||||
Args: args,
|
||||
|
||||
Reference in New Issue
Block a user