Skip to content

Commit

Permalink
base变更
Browse files Browse the repository at this point in the history
  • Loading branch information
kings1990 committed Oct 12, 2023
1 parent d3631c3 commit 8cda1a4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ export default defineUserConfig({
"link",
{
rel: "icon",
href: "/fast-request/img/fastRequest.svg",
href: "/img/fastRequest.svg",
},
],
["script", { src: "//at.alicdn.com/t/c/font_2601581_dhvis4jtn7m.js" }],
["script", { src: "/fast-request/js/baidu.js" }],
["script", { src: "/js/baidu.js" }],
// ["script", { src: "https://cdn.wwads.cn/js/makemoney.js" }],
],

Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/layouts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const frontmatter = usePageFrontmatter<ThemePageFrontmatter>();
const sidebarTopArray = [
`<a href="https://jetbrains.com" target="_blank">
<img className="no-zoom" height="50px" width="220px" src="/fast-request/img/IntelliJ_IDEA.svg">
<img className="no-zoom" height="50px" width="220px" src="/img/IntelliJ_IDEA.svg">
</a>`,
];
Expand Down
6 changes: 3 additions & 3 deletions docs/.vuepress/public/html/showside.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
padding: 5px;
width: 70%;
height: 500px;
background-image: url(/fast-request/img/index/0.png);
background-image: url(/img/index/0.png);
background-size: cover;
background-position: center;
}
Expand Down Expand Up @@ -162,7 +162,7 @@
// 显示新的图片和进度条
var imgName = items[index].getAttribute("imgName");
image.style.backgroundImage =
"url(/fast-request/img/index/" + imgName + ")";
"url(/img/index/" + imgName + ")";
image.style.opacity = "1";

// 遍历所有的图片项,将除了当前图片项的描述元素都隐藏
Expand Down Expand Up @@ -244,7 +244,7 @@
console.log(item);
var imgName = item.getAttribute("imgName");
image.style.backgroundImage =
"url(/fast-request/img/index/" + imgName + ")";
"url(/img/index/" + imgName + ")";
});
});

Expand Down
6 changes: 3 additions & 3 deletions docs/.vuepress/public/html/showside_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
padding: 5px;
width: 70%;
height: 500px;
background-image: url(/fast-request/img/index/0.png);
background-image: url(/img/index/0.png);
background-size: cover;
background-position: center;
}
Expand Down Expand Up @@ -169,7 +169,7 @@
// 显示新的图片和进度条
var imgName = items[index].getAttribute("imgName");
image.style.backgroundImage =
"url(/fast-request/img/index/" + imgName + ")";
"url(/img/index/" + imgName + ")";
image.style.opacity = "1";

// 遍历所有的图片项,将除了当前图片项的描述元素都隐藏
Expand Down Expand Up @@ -251,7 +251,7 @@
console.log(item);
var imgName = item.getAttribute("imgName");
image.style.backgroundImage =
"url(/fast-request/img/index/" + imgName + ")";
"url(/img/index/" + imgName + ")";
});
});

Expand Down
2 changes: 1 addition & 1 deletion docs/en/guide/introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ or fix bugs you didn't find during the upgrade process).
{
"title": "Kings",
"desc": "<b>Make it easier...faster...stronger...</b><br/>",
"logo": "/fast-request/img/fastRequest.svg",
"logo": "/img/fastRequest.svg",
"link": "https://github.com/kings1990",
"color": "rgb(39 117 182 / 38%)"
}
Expand Down

0 comments on commit 8cda1a4

Please sign in to comment.