diff --git a/stories/DownloadLink.stories.ts b/stories/DownloadLink.stories.ts index 6b675eb..f2eb8ba 100644 --- a/stories/DownloadLink.stories.ts +++ b/stories/DownloadLink.stories.ts @@ -1,8 +1,8 @@ /* * @Author: zhaojinfeng 121016171@qq.com * @Date: 2023-07-21 12:25:52 - * @LastEditors: zhaojinfeng 121016171@qq.com - * @LastEditTime: 2023-07-23 01:43:20 + * @LastEditors: peerless_hero peerless_hero@outlook.com + * @LastEditTime: 2023-08-30 15:33:53 * @FilePath: \vue3\stories\DownloadLink.stories.ts * @Description: * @@ -26,6 +26,7 @@ const meta = { src: 'https://www.bingimg.cn/down/OHR.TeaEstate_ZH-CN9645412630_1920x1080.jpg', /** 文件信息请求函数 */ request: () => Promise.resolve({ + name: 'avatar.jpeg', url: avatar, }), },