Skip to content

Commit

Permalink
feat ui
Browse files Browse the repository at this point in the history
  • Loading branch information
picascaz committed Apr 17, 2024
1 parent 82b3fa7 commit da8d3dc
Show file tree
Hide file tree
Showing 14 changed files with 755 additions and 211 deletions.
2 changes: 2 additions & 0 deletions app/blobtx/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ const BlobTX = () => {

const onTranscode = async () => {
if (!walletClient || !file || file.size > 128 * 1024) return
console.log('进入了啊大师', walletClient, file.size)

const fr = new FileReader()
fr.onload = () => {
setTransData({
Expand Down
Loading

0 comments on commit da8d3dc

Please sign in to comment.