Skip to content

Commit

Permalink
feat: 删除png
Browse files Browse the repository at this point in the history
  • Loading branch information
songxingguo committed Jan 19, 2025
1 parent 96d97f8 commit 480446d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file removed src/assets/logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<base target="_blank" />
<title>I'm songxingguo - 爱技术,也爱生活</title>
<link rel="shortcut icon" href="./assets/logo.png" type="image/x-icon" />
<!-- <link rel="shortcut icon" href="./assets/logo.png" type="image/x-icon" /> -->
</head>
<body data-gr-c-s-loaded="true">
<div class="container">
Expand Down
4 changes: 2 additions & 2 deletions src/js/ThreeFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ export default class ThreeFactory {
});
}
loadMaterials() {
const url = require("./../assets/logo.png");
// const url = require("./../assets/logo.png");
const resumeUrl = require("./../assets/resume.songxingguo.com.png");
const githubUrl = require("./../assets/github.com.songxingguo.png");
const yuqueUrl = require("./../assets/www.yuque.com.songxingguo.png");
const homeUrl = require("./../assets/www.songxingguo.com.png");
const blogUrl = require("./../assets/blog.songxingguo.com.png");
const textures = [blogUrl, resumeUrl, githubUrl, yuqueUrl, url, homeUrl];
const textures = [blogUrl, resumeUrl, githubUrl, yuqueUrl, homeUrl];
const texturePromise = textures.map((url) => {
return this.loadMaterial(url);
});
Expand Down

0 comments on commit 480446d

Please sign in to comment.