增加获取网络照片

This commit is contained in:
whm1216
2025-12-02 23:21:51 +08:00
parent 69484c9c6b
commit a467e68100
7 changed files with 58 additions and 1 deletions

View File

@@ -533,6 +533,7 @@ En.TEXT_CHANGECASE_TOOLTIP = "Return a copy of the text in a different case.";
En.TEXT_CHARAT_FIRST = "get first letter";
En.TEXT_CHARAT_FROM_END = "get letter # from end";
En.TEXT_CHARAT_FROM_START = "get letter #";
En.MIXLY_GET_IMAGE_FROM_NET = 'Get network image,URL address';
En.TEXT_CHARAT = "";
En.TEXT_CHARAT2 = "";
En.TEXT_CHARAT_HELPURL = "https://github.com/google/blockly/wiki/Text#extracting-text";