Skip to content

Commit b2f7d12

Browse files
committed
feat: 更新文案提示
1 parent 7e33209 commit b2f7d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/core/service/controlService/shortcutKeysEngine/shortcutKeysRegister.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ export class KeyBindsRegistrar {
849849
node.isSelected = false;
850850
});
851851
setTimeout(() => {
852-
Dialog.input("请输入分割符").then((userInput) => {
852+
Dialog.input("请输入分割符(n代表一个换行符,t代表一个制表符)").then((userInput) => {
853853
if (userInput === undefined || userInput === "") return;
854854
userInput = userInput.replaceAll("n", "\n");
855855
userInput = userInput.replaceAll("t", "\t");

0 commit comments

Comments
 (0)