Skip to content

Commit e5d6504

Browse files
committed
fix: add missing static modifier
1 parent 2271e89 commit e5d6504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class Browser {
1616
static q = () => Browser.Open.open('https://q.cnblogs.com')
1717
}
1818

19-
User = class {
19+
static User = class {
2020
static accountSetting = () => Browser.Open.open('https://account.cnblogs.com/settings/account')
2121
static buyVip = () => Browser.Open.open('https://cnblogs.vip/')
2222

0 commit comments

Comments
 (0)