Image for web publish (#3402)
* Image for Web * Add comment * Make main to original
This commit is contained in:
parent
0863e5d379
commit
bcb04924ff
14 changed files with 283 additions and 43 deletions
|
|
@ -32,6 +32,6 @@ export default define(meta, (ps, user) => new Promise(async (res, rej) => {
|
|||
if (file === null) {
|
||||
res({ file: null });
|
||||
} else {
|
||||
res({ file: await pack(file) });
|
||||
res({ file: await pack(file, { self: true }) });
|
||||
}
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue