add WarframeAPI by GenesisAN · Pull Request #541 · FloatTech/ZeroBot-Plugin
GenesisAN added 5 commits
December 23, 2022 10:15Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
先这些吧,问题较大,慢慢改着。
GenesisAN added 3 commits
January 3, 2023 15:35Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我来教你一个小技巧:点进Files Changed,看到那些红黄框框了吗,修复它们。
GenesisAN added 7 commits
January 5, 2023 19:47GenesisAN added 4 commits
January 6, 2023 14:50Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
大致看了一下,问题少了一些,但是还是有,除了我指出的位置,其它类似之处还请依次类推。
目前未改进问题:
1.平原时间的锁问题
2.stringArrayToImage函数里面,不能直接使用ImageBytes,必须要用Image
因为ImageBytes是放入byte数组然后转base64,而 text.RenderToBase64出来的就已经是base64的String了,再放入会再多转一次base64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters