Skip to content

Commit

Permalink
updateimage
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtnull77 committed Oct 15, 2024
1 parent 5cf897a commit b740996
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 9 deletions.
Binary file added public/images/background11.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 public/images/background12.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 public/images/background13.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 public/images/background14.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 public/images/background15.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 public/images/background16.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 public/images/background17.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 public/images/background18.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 public/images/background19.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 public/images/background20.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions src/assets/siteLinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@
{
"icon": "Blog",
"name": "博客",
"link": "https://blog.imsyy.top/"
"link": "http://146.56.231.191:12445/"
},
{
"icon": "Cloud",
"name": "网盘",
"link": "https://pan.imsyy.top/"
"link": "http://146.56.231.191:12445/"
},
{
"icon": "CompactDisc",
"name": "音乐",
"link": "https://music.imsyy.top/"
"link": "http://146.56.231.191:12445/"
},
{
"icon": "Compass",
"name": "起始页",
"link": "https://nav.imsyy.top/"
"name": "自定义起始页",
"link": "http://your-custom-homepage.com/"
},
{
"icon": "Book",
"name": "网址集",
"link": "https://web.imsyy.top/"
"link": "http://146.56.231.191:12445/"
},
{
"icon": "Fire",
"name": "今日热榜",
"link": "https://hot.imsyy.top/"
"link": "http://146.56.231.191:12445/"
},
{
"icon": "LaptopCode",
"name": "站点监测",
"link": "https://status.imsyy.top/"
"link": "http://146.56.231.191:12445/"
}
]
3 changes: 2 additions & 1 deletion src/components/Background.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ const emit = defineEmits(["loadComplete"]);
// 壁纸随机数
// 请依据文件夹内的图片个数修改 Math.random() 后面的第一个数字
const bgRandom = Math.floor(Math.random() * 10 + 1);
const bgRandom = Math.floor(Math.random() * 10 + 11);
//const bgRandom = Math.floor(Math.random() * 10 + 1);
// 更换壁纸链接
const changeBg = (type) => {
Expand Down

0 comments on commit b740996

Please sign in to comment.