We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2271e89 commit e5d6504Copy full SHA for e5d6504
src/cmd/browser.ts
@@ -16,7 +16,7 @@ export class Browser {
16
static q = () => Browser.Open.open('https://q.cnblogs.com')
17
}
18
19
- User = class {
+ static User = class {
20
static accountSetting = () => Browser.Open.open('https://account.cnblogs.com/settings/account')
21
static buyVip = () => Browser.Open.open('https://cnblogs.vip/')
22
0 commit comments