Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
liuziqi committed Nov 15, 2024
0 parents commit 9bd008b
Show file tree
Hide file tree
Showing 12 changed files with 101 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.DS_Store
node_modules


# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist=true
1 change: 1 addition & 0 deletions css/app.b4305878.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/chunk-vendors.946233ea.css

Large diffs are not rendered by default.

Binary file added favicon.ico
Binary file not shown.
Binary file added fonts/element-icons.f1a45d74.ttf
Binary file not shown.
Binary file added fonts/element-icons.ff18efd1.woff
Binary file not shown.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/logicflow-vue2-demo/favicon.ico"><title>logicflow-vue2-demo</title><script defer="defer" src="/logicflow-vue2-demo/js/chunk-vendors.be3bdf15.js"></script><script defer="defer" src="/logicflow-vue2-demo/js/app.0067f2a0.js"></script><link href="/logicflow-vue2-demo/css/chunk-vendors.946233ea.css" rel="stylesheet"><link href="/logicflow-vue2-demo/css/app.b4305878.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but logicflow-vue2-demo doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
2 changes: 2 additions & 0 deletions js/app.0067f2a0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/app.0067f2a0.js.map

Large diffs are not rendered by default.

71 changes: 71 additions & 0 deletions js/chunk-vendors.be3bdf15.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/chunk-vendors.be3bdf15.js.map

Large diffs are not rendered by default.

0 comments on commit 9bd008b

Please # to comment.