中文提示输入文档名称

This commit is contained in:
xdragon 2024-09-05 15:00:23 +08:00
parent 8a6d639cec
commit eea4f1a2d6

View file

@ -46,7 +46,7 @@ $(() => {
if (padname.length > 0) {
window.location.href = `p/${encodeURIComponent(padname.trim())}`;
} else {
alert('Please enter a name');
alert('请示输入一个文档名称');
}
return false;
});