1 Commits

Author SHA1 Message Date
620154793b feat: init 2023-10-01 01:15:26 +08:00
3 changed files with 2 additions and 0 deletions

BIN
public/user.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
src/assets/user.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -9,6 +9,8 @@ export default function IndexPage() {
<Button type={"primary"}>Click</Button>
<ButtonMobileV2>Click</ButtonMobileV2>
<ButtonMobileV5>Click</ButtonMobileV5>
<img src={ require('@/assets/user.jpg') } alt="" draggable={false} />
<img src="/user.jpg" alt="" draggable={false}/>
</div>
);
}