We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
插件class初始化的时候最好传入一些基本函数 比如: useCors(url: string): string就是传入一个连接,返回一个用代理的链接 可以照搬一些userscript的功能,比如键值对储存等
useCors(url: string): string
类添加一个static setting: any[],就是一个array存储所有的设置选项,初始化的时候可以传入
static setting: any[]
The text was updated successfully, but these errors were encountered:
主要是实现登录功能,就是设置导入cookie等
Sorry, something went wrong.
#164
No branches or pull requests
Describe your suggested feature
插件class初始化的时候最好传入一些基本函数
比如:
useCors(url: string): string
就是传入一个连接,返回一个用代理的链接可以照搬一些userscript的功能,比如键值对储存等
类添加一个
static setting: any[]
,就是一个array存储所有的设置选项,初始化的时候可以传入Acknowledgements
The text was updated successfully, but these errors were encountered: