图片字体资源

master
haitao 2 years ago
parent d292d805cf
commit b9f96a21e8

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="icon" href="$$$$head地址" sizes="16x16"> <link rel="icon" href="./poetize.jpg" sizes="16x16">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Sara</title> <title>Sara</title>

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

@ -72,12 +72,12 @@
--black: black; --black: black;
--lightYellow: #F4E1C0; --lightYellow: #F4E1C0;
--globalFont: $$$$; --globalFont: SmileySans;
--commentURL: url("$$$$图片地址"); --commentURL: url(../file/comment.jpg);
--toTop: url("$$$$图片地址"); --toTop: url(../file/top.jpg);
--bannerWave1: url("$$$$图片地址") repeat-x; --bannerWave1: url(../file/bannerwave1.png) repeat-x;
--bannerWave2: url("$$$$图片地址") repeat-x; --bannerWave2: url(../file/bannerwave2.png) repeat-x;
--verifyImage: url("$$$$图片地址"); --verifyImage: url(../file/bg1.jpg);
--toolbar: url("$$$$图片地址"); --toolbar: url(../file/bg.jpg);
} }

@ -9,6 +9,11 @@ body {
word-break: break-word; word-break: break-word;
} }
@font-face {
font-family: SmileySans;
src: url(../fonts/SmileySans.otf);
font-display: swap;
}
/* 图片 */ /* 图片 */
.background-image { .background-image {

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 893 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

@ -13,23 +13,24 @@ export default {
hitokoto: "https://v1.hitokoto.cn", hitokoto: "https://v1.hitokoto.cn",
tocbot: "https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.11.1/tocbot.min.js", tocbot: "https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.11.1/tocbot.min.js",
jinrishici: "https://v1.jinrishici.com/all.json", jinrishici: "https://v1.jinrishici.com/all.json",
random_image: "$$$$随机图片", random_image: "https://s1.ax1x.com/2022/12/04/zsKgDs.jpg?",
//前后端定义的密钥AES使用16位 //前后端定义的密钥AES使用16位
cryptojs_key: "$$$$密码加密传输", cryptojs_key: "$$$$密码加密传输",
qiniuUrl: "https://upload.qiniup.com", qiniuUrl: "https://upload.qiniup.com",
qiniuDownload: "$$$$七牛云下载地址", qiniuDownload: "$$$$七牛云下载地址",
friendBG: "$$$$图片地址", friendBG: "https://s1.ax1x.com/2022/12/04/zsKgDs.jpg",
friendLetterTop: "$$$$图片地址", friendLetterTop: "https://cdn.cbd.int/hexo-butterfly-envelope/lib/before.png",
friendLetterBottom: "$$$$图片地址", friendLetterBottom: "https://cdn.cbd.int/hexo-butterfly-envelope/lib/after.png",
friendLetterBiLi: "$$$$图片地址", friendLetterBiLi: "https://cdn.cbd.int/hexo-butterfly-envelope/lib/line.png",
friendLetterMiddle: "$$$$图片地址", friendLetterMiddle: "https://cdn.cbd.int//hexo-butterfly-envelope/lib/violet.jpg",
before_color_list: ["$$$$随机颜色"], before_color_list: ["#ff4b2b", "#EF794F", "#67C23A", "orange", "rgb(131, 123, 199)", "#23d5ab"],
tree_hole_color: ["$$$$随机颜色"], tree_hole_color: ["#ee7752", "#e73c7e", "#23a6d5", "#23d5ab", "rgb(131, 123, 199)", "#23d5ab"],
two_poem_image: ["$$$$图片地址"], two_poem_image: ["https://s1.ax1x.com/2022/12/04/zsKgDs.jpg",
"https://s1.ax1x.com/2022/12/04/zsKh5V.jpg"],
before_color_1: "black", before_color_1: "black",
after_color_1: "linear-gradient(45deg, #f43f3b, #ec008c)", after_color_1: "linear-gradient(45deg, #f43f3b, #ec008c)",

Loading…
Cancel
Save