Skip to content

Commit

Permalink
feat: console.log 增加求 star 文案🙏’
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Aug 22, 2022
1 parent 0431e97 commit 78aa2bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/admin/src/components/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const Footer = () => {
console.log('当前版本:', v);
console.log('项目主页:', 'https://vanblog.mereith.com');
console.log('开源地址:', 'https://github.com/mereithhh/van-blog');
console.log('喜欢的话可以给个 star 哦🙏');
}
}, [initialState, history]);
return (
Expand Down
1 change: 1 addition & 0 deletions packages/website/components/layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default function (props: {
console.log("当前版本:", props?.option?.version || "未知");
console.log("项目主页:", "https://vanblog.mereith.com");
console.log("开源地址:", "https://github.com/mereithhh/van-blog");
console.log("喜欢的话可以给个 star 哦🙏");
window.onbeforeunload = handleClose;
}
return () => {
Expand Down

0 comments on commit 78aa2bc

Please sign in to comment.