Skip to content

Commit

Permalink
更新控制台参数和部分代码
Browse files Browse the repository at this point in the history
  • Loading branch information
lonely-starry committed Mar 12, 2024
1 parent 7ca3b8c commit f892592
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "home",
"author": "imsyy",
"github": "https://github.com/imsyy/home",
"home": "https://imsyy.top",
"github": "https://github.com/lonely-starry",
"home": "https://lonelyx.cn",
"private": true,
"version": "4.1.4",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ onMounted(() => {
// 屏蔽右键
document.oncontextmenu = () => {
ElMessage({
message: "为了浏览体验,本站禁用右键",
message: "本站禁用右键",
grouping: true,
duration: 2000,
});
Expand All @@ -107,7 +107,7 @@ onMounted(() => {
const styleTitle1 = "font-size: 20px;font-weight: 600;color: rgb(244,167,89);";
const styleTitle2 = "font-size:12px;color: rgb(244,167,89);";
const styleContent = "color: rgb(30,152,255);";
const title1 = "無名の主页";
const title1 = "彼岸の星空";
const title2 = `
_____ __ __ _______ ____ __
|_ _| \\/ |/ ____\\ \\ / /\\ \\ / /
Expand Down
4 changes: 2 additions & 2 deletions src/assets/socialLinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"name": "QQ",
"icon": "/images/icon/qq.png",
"tip": "有什么事吗",
"url": "https://res.abeim.cn/api/qq/?qq=2504485277"
"url": "https://res.abeim.cn/api/qq/?qq=1741713961"
},
{
"name": "Email",
"icon": "/images/icon/email.png",
"tip": "来封 Email ~",
"url": "mailto:lonely-x@outlook.com"
"url": "mailto:1741713961@qq.com"
}
]
4 changes: 2 additions & 2 deletions src/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ p {
@font-face {
font-family: "Pacifico-Regular";
font-display: swap;
src: url("/font/Pacifico-Regular.ttf") format("truetype");
src: url("https://lonelyx.cn/font/Pacifico-Regular.ttf") format("truetype");
}

@font-face {
font-family: "UnidreamLED";
font-display: swap;
src: url("/font/UnidreamLED.ttf") format("truetype");
src: url("https://lonelyx.cn/font/UnidreamLED.ttf") format("truetype");
}

// 基础样式
Expand Down

0 comments on commit f892592

Please sign in to comment.