修改URL参数提示

This commit is contained in:
Fin 2022-11-11 12:26:27 +08:00
parent 27cbfc0788
commit 1a2f717ff7
No known key found for this signature in database
GPG Key ID: CFB59B99D87A7B93
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ InvalidServer = "Server address is invalid.";
InvalidURL = "URL is invalid.";
urlParameter = "Open an URL by clicking on a notification";
urlParameter = "Open an URL by clicking on a notification, URL schemes are supported.";
copyParameter = "Specify clipboard content by passing through the 'copy' parameter";

View File

@ -41,7 +41,7 @@ InvalidServer = "填写的服务器无效,请重试!";
InvalidURL = "输入的URL好像不对劲!";
urlParameter = "携带url参数时点击推送会跳转到这个URL";
urlParameter = "携带url参数时点击推送会跳转到这个URL,支持跳转URL Scheme";
copyParameter = "下拉推送、锁屏界面左滑查看推送时,可以选择复制推送内容\n携带copy参数时将只复制copy参数的值";