-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(projects): 添加subscribeAppStore
- Loading branch information
1 parent
a444731
commit aa2f78a
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** 订阅app store */ | ||
export default function subscribeAppStore() { | ||
// | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
import subscribeAppStore from './app'; | ||
import subscribeThemeStore from './theme'; | ||
|
||
/** 订阅状态 */ | ||
export function subscribeStore() { | ||
subscribeAppStore(); | ||
subscribeThemeStore(); | ||
} |
aa2f78a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
soybean-admin – ./
soybean-admin.vercel.app
soybean-admin-honghuangdc.vercel.app
soybean-admin-git-main-honghuangdc.vercel.app
soybean.pro
www.soybean.pro