Skip to content

Commit

Permalink
第一次提交
Browse files Browse the repository at this point in the history
  • Loading branch information
name-jerry committed Feb 4, 2023
1 parent 6c17500 commit c7883f2
Show file tree
Hide file tree
Showing 55 changed files with 24,066 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
.DS_Store
dist
dist-ssr
coverage
*.local

/cypress/videos/
/cypress/screenshots/

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
}
1 change: 1 addition & 0 deletions expressage-admin/assets/end.eeecce23.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions expressage-admin/assets/enter.6c00468b.css

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

1 change: 1 addition & 0 deletions expressage-admin/assets/enter.f25bcf6c.js

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

Binary file added expressage-admin/assets/head.2806fa54.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added expressage-admin/assets/homeicon.0a51f915.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions expressage-admin/assets/index.78d68e98.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions expressage-admin/assets/index.e78db8b8.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions expressage-admin/assets/login.3dbd1345.js

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

1 change: 1 addition & 0 deletions expressage-admin/assets/login.79d105ed.css

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

Binary file added expressage-admin/favicon.ico
Binary file not shown.
15 changes: 15 additions & 0 deletions expressage-admin/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/expressage-admin/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<script type="module" crossorigin src="/expressage-admin/assets/index.78d68e98.js"></script>
<link rel="stylesheet" href="/expressage-admin/assets/index.e78db8b8.css">
</head>
<body>
<div id="app"></div>

</body>
</html>
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
Loading

0 comments on commit c7883f2

Please sign in to comment.