添付されたメディアのURLは省略して表示するように
This commit is contained in:
parent
e1672e539b
commit
89a58dc596
4 changed files with 47 additions and 3 deletions
|
@ -154,6 +154,7 @@ export const pack = (
|
|||
|
||||
_target = Object.assign(_target, _file.metadata);
|
||||
|
||||
_target.src = _file.metadata.url;
|
||||
_target.url = `${config.drive_url}/${_target.id}/${encodeURIComponent(_target.name)}`;
|
||||
|
||||
if (_target.properties == null) _target.properties = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue