Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
itxve committed Nov 2, 2023
1 parent 710c293 commit 1136cf1
Show file tree
Hide file tree
Showing 3 changed files with 2,549 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules
.vercel
.yarn
package-lock.json
.yarn.lock
.yarn.lock
dist
14 changes: 11 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
<h4>用户信息</h4>
<img width="120px" height="120px" id="user-img" />
<span style="font-size: 28px; color: #673ab7;" id="nick-name"></span>
<div
style="margin:10px;display: flex; align-items: center;align-content: center; flex-wrap: wrap;flex-direction: column;">
<button id="sign">签到</button></label><br />
<div class="auth-info">
<button id="sign">签到</button><br />
<label for="user-info">
<b><i>refreshToken: </i><span id="user-info"
style="overflow: auto;width: 600px;font-size: 18px; color: #8315cd"></span></b>
Expand Down Expand Up @@ -68,6 +67,15 @@ <h4>用户信息</h4>
border: 0;
}

.auth-info {
margin: 10px;
display: flex;
align-items: center;
align-content: center;
flex-wrap: wrap;
flex-direction: column;
}

#expire {
background: hsla(0, 0%, 100%, .9);
display: none;
Expand Down
Loading

1 comment on commit 1136cf1

@vercel
Copy link

@vercel vercel bot commented on 1136cf1 Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.