Skip to content

Commit

Permalink
Update star default number (#142)
Browse files Browse the repository at this point in the history
because of github api limit, this number should be regular update
  • Loading branch information
moonrailgun authored Aug 6, 2023
1 parent 7e6272c commit 3e6aa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Home = () => {
isPc,
initData: { beianText }
} = useGlobalStore();
const [star, setStar] = useState(1500);
const [star, setStar] = useState(2300);

useEffect(() => {
if (inviterId) {
Expand Down

0 comments on commit 3e6aa35

Please sign in to comment.