Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kooriookami committed Oct 25, 2024
1 parent 615e53d commit f9a90ff
Show file tree
Hide file tree
Showing 7 changed files with 136 additions and 142 deletions.
244 changes: 121 additions & 123 deletions README.md

Large diffs are not rendered by default.

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!doctype html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Yugioh Card</title>
<script type="module" crossorigin src="./assets/index-Di10eZvO.js"></script>
<!doctype html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Yugioh Card</title>
<script type="module" crossorigin src="./assets/index-CVCWUs5K.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-ByXk21dp.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
</head>
<body>
<div id="app"></div>
</body>
</html>
1 change: 0 additions & 1 deletion packages/yugioh-card/src/yugioh-card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export class YugiohCard extends Card {
gradient: false,
gradientColor1: '#999999',
gradientColor2: '#ffffff',
gradientPreset: 'silver',
type: 'monster',
attribute: 'dark',
icon: '',
Expand Down
1 change: 0 additions & 1 deletion packages/yugioh-card/src/yugioh-series-2-card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export class YugiohSeries2Card extends Card {
gradient: false,
gradientColor1: '#999999',
gradientColor2: '#ffffff',
gradientPreset: 'silver',
type: 'monster',
attribute: 'dark',
icon: '',
Expand Down
1 change: 0 additions & 1 deletion src/assets/demo/yugioh-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export default {
gradient: false,
gradientColor1: '#999999',
gradientColor2: '#ffffff',
gradientPreset: 'silver',
type: 'monster',
attribute: 'light',
icon: '',
Expand Down
1 change: 0 additions & 1 deletion src/assets/demo/yugioh-series-2-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default {
gradient: false,
gradientColor1: '#999999',
gradientColor2: '#ffffff',
gradientPreset: 'silver',
type: 'monster',
attribute: 'light',
icon: '',
Expand Down

0 comments on commit f9a90ff

Please sign in to comment.