halo/console/src
Ryan Wang 7b8613049a
feat: add supports for copying attachment permalink (#3835)
#### What type of PR is this?

/kind feature
/area console
/milestone 2.5.x

#### What this PR does / why we need it:

添加复制附件链接的功能,支持三种格式:URL、HTML 格式、Markdown 格式。

#### Which issue(s) this PR fixes:

Fixes #3801 

#### Special notes for your reviewer:

测试方式:

1. 上传若干不同格式的附件。
2. 打开附件详情,检查列出的格式是否正确。
3. 检查复制链接的内容是否正确。

#### Does this PR introduce a user-facing change?

```release-note
Console 端的附件详情支持复制链接的功能。
```
2023-04-26 07:32:12 +00:00
..
assets Move root to console 2023-03-02 15:49:22 +08:00
build Move root to console 2023-03-02 15:49:22 +08:00
components perf: close attachment upload modal after click complete button (#3784) 2023-04-21 12:33:41 +00:00
composables chore: bump tanstack query version and disable refetchOnWindowFocus option by default (#3771) 2023-04-23 03:37:56 +00:00
constants refactor: re-design login-related form (#3608) 2023-03-30 16:10:15 +00:00
formkit fix: category select dropdown cannot be fully displayed in repeater component (#3819) 2023-04-24 09:56:13 +00:00
layouts perf: improve shadow style of side menu (#3638) 2023-03-30 07:34:14 +00:00
locales feat: add supports for copying attachment permalink (#3835) 2023-04-26 07:32:12 +00:00
modules feat: add supports for copying attachment permalink (#3835) 2023-04-26 07:32:12 +00:00
router perf: improve router scrollBehavior configuration (#3834) 2023-04-24 10:00:55 +00:00
setup chore: bump tanstack query version and disable refetchOnWindowFocus option by default (#3771) 2023-04-23 03:37:56 +00:00
stores Move root to console 2023-03-02 15:49:22 +08:00
styles Move root to console 2023-03-02 15:49:22 +08:00
utils feat: add accepts and min,max props for attachment selector modal component (#3827) 2023-04-24 07:45:44 +00:00
views feat: add i18n supports for console (#3506) 2023-03-23 08:54:33 +00:00
App.vue refactor: re-design login-related form (#3608) 2023-03-30 16:10:15 +00:00
main.ts chore: bump tanstack query version and disable refetchOnWindowFocus option by default (#3771) 2023-04-23 03:37:56 +00:00