feat: improve editing link user experience (#3990)

This commit is contained in:
Lucas.Xu
2023-11-23 16:42:36 +08:00
committed by GitHub
parent 0427402ba7
commit 8afbf28430
9 changed files with 368 additions and 43 deletions

View File

@ -3,7 +3,7 @@
#include <stdint.h>
#include <stdlib.h>
int64_t init_sdk(char *path);
int64_t init_sdk(char *data);
void async_event(int64_t port, const uint8_t *input, uintptr_t len);