任务详情
开源项目GitHub - Jessecar96/SteamDesktopAuthenticator: Desktop implementation of Steam's mobile authenticator app这是个steam桌面令牌工具源码时C#的,注意此项目依赖于另外一个开源项目GitHub - SteamRE/SteamKit: SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.里面的方法封装了很多层,需要拆解出来阅读参考源码 创建新的项目 需要单独把里面的功能写成方法,把所有需要用到方法写在一页里面,尽量不要多次封装。另外写几个调用示例