replaced ti-link
This commit is contained in:
parent
65605683c7
commit
bc0fbca65e
13 changed files with 24 additions and 23 deletions
|
|
@ -627,7 +627,7 @@ function getMenu() {
|
|||
action: () => { selectLocalFile(); },
|
||||
}, {
|
||||
text: i18n.ts.fromUrl,
|
||||
icon: 'ph-link ph-bold ph-lg',
|
||||
icon: 'ti ti-link',
|
||||
action: () => { urlUpload(); },
|
||||
}, { type: 'divider' }, {
|
||||
text: folder.value ? folder.value.name : i18n.ts.drive,
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ const contextmenu = computed(() => ([{
|
|||
windowEl.value?.close();
|
||||
},
|
||||
}, {
|
||||
icon: 'ph-link ph-bold ph-lg',
|
||||
icon: 'ti ti-link',
|
||||
text: i18n.ts.copyLink,
|
||||
action: () => {
|
||||
copyToClipboard(url + windowRouter.getCurrentPath());
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ function onContextmenu(ev) {
|
|||
window.open(props.to, '_blank', 'noopener');
|
||||
},
|
||||
}, {
|
||||
icon: 'ph-link ph-bold ph-lg',
|
||||
icon: 'ti ti-link',
|
||||
text: i18n.ts.copyLink,
|
||||
action: () => {
|
||||
copyToClipboard(`${url}${props.to}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue