CFB扩展V1.1.0 - #201
Conversation
|
你999厉害! |
|
base泛滥可不好过审啊 |
......经验+1 |
|
SIPC Cloud Music can already play music from base64 tho... |
I didn't know this when I was doing the Scrtch extension... |
|
Could the functionality to download different file types be implemented directly into File Helper? File Helper also has some updates here #199 Currently, FIle Helper only supports downloading text files, i just think we didn't need to add a whole new extension for just another feature. |
I have developed base64 manipulation files and image related building blocks, but was warned of possible performance issues and was closed. |
pr#72, |
| "CCWCQRCFB.unit": "单位转换", | ||
| "CCWCQRCFB.unitC": "将[num][type1]转换为[type2]做单位的数据", | ||
| "CCWCQRCFB.music": "音频", | ||
| "CCWCQRCFB.playAudio": "在线播放文件格式为[type]base64为[data]的base64音频", |
There was a problem hiding this comment.
作为读取问价你的扩展,问什么会有播放音乐的功能。。。
| "CCWCQRCFB.openfile": "打开[type]并编码为base64", | ||
| "CCWCQRCFB.typeOpenfile": "打开[type]格式的[num]并编码为base64", | ||
| "CCWCQRCFB.downloadfile": "将bease64为[data]的文件以[name]文件名[type]格式下载", | ||
| "CCWCQRCFB.downloadJSONfile": "根据JSON[data]下载文件", |
|
|
||
| /** 打开教程 */ | ||
| docs() { | ||
| let a = document.createElement('a'); |
There was a problem hiding this comment.
getInfo 中使用 docsURI 即可配置扩展文档,不用自己写按钮
| } | ||
| /** 打开文件*/ | ||
| openfile(args) { | ||
| if (args.type == "true"){ |
There was a problem hiding this comment.
这个积木如果放到 for 里面会怎么样?会卡死玩家吗
|
@CQR63aeb92acb2674523fc72f20 |

一个用于打开文件的扩展