mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Add HackerNews python plugin as the Demo.
This commit is contained in:
10
Wox.Plugin/HttpProxy.cs
Normal file
10
Wox.Plugin/HttpProxy.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Wox.Plugin
|
||||
{
|
||||
public class HttpProxy
|
||||
{
|
||||
public string Address { get; set; }
|
||||
public int Port { get; set; }
|
||||
public string UserName { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user