Skip to content

Commit

Permalink
2024-10-23
Browse files Browse the repository at this point in the history
  • Loading branch information
LBJhui committed Oct 23, 2024
1 parent 2090f11 commit 065712a
Show file tree
Hide file tree
Showing 44 changed files with 5,725 additions and 1,046 deletions.
177 changes: 0 additions & 177 deletions code/vue3_admin_template/src/styles/index.css

This file was deleted.

1 change: 0 additions & 1 deletion code/vue3_admin_template/src/styles/index.css.map

This file was deleted.

177 changes: 0 additions & 177 deletions code/vue3_admin_template/src/styles/reset.css

This file was deleted.

1 change: 0 additions & 1 deletion code/vue3_admin_template/src/styles/reset.css.map

This file was deleted.

1 change: 0 additions & 1 deletion code/vue3_admin_template/src/styles/variable.css

This file was deleted.

1 change: 0 additions & 1 deletion code/vue3_admin_template/src/styles/variable.css.map

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/dist/*
/html/*
.local
/node_modules/**
**/*.svg
**/*.sh
/dist/*
/html/*
.local
/node_modules/**
**/*.svg
**/*.sh
/public/*
9 changes: 9 additions & 0 deletions source-code/vue3-basic/vue3_admin_template/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"singleQuote": true,
"semi": false,
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "ignore",
"endOfLine": "auto",
"trailingComma": "all",
"tabWidth": 2
}
Loading

0 comments on commit 065712a

Please sign in to comment.