test/custom-admin-ui #3

Merged
orion merged 673 commits from test/custom-admin-ui into master 2026-06-05 17:20:58 +08:00
Showing only changes of commit a3e34075ab - Show all commits
+1 -1
View File
@@ -313,7 +313,7 @@
},
copyText: function (value, style = 1) {
if (style === 0) {
value = '我在分享了给你文件,取件码:${value}${window.location.href}?code=${value}';
value = `我在分享了给你文件取件码${value}${window.location.href}?code=${value}`;
}
const input = document.createElement('input');
input.setAttribute('readonly', 'readonly');