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 d984225aca - Show all commits
+1 -1
View File
@@ -321,7 +321,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');