11$ ( function ( ) {
22 $ ( "img.lazy" ) . lazyload ( ) ;
33} ) ;
4- function showContent ( ) {
5- var content = document . getElementById ( "content" ) ;
6- content . classList . remove ( "hidden" ) ;
7- }
8- function toggleContent ( ) {
9- var content = document . getElementById ( "content" ) ;
10- var toggleBtn = document . getElementById ( "toggleBtn" ) ;
114
12- if ( content . classList . contains ( "hidden" ) ) {
13- content . classList . remove ( "hidden" ) ;
14- toggleBtn . innerHTML = "点击收起详细内容" ;
15- } else {
16- content . classList . add ( "hidden" ) ;
17- toggleBtn . innerHTML = "点击显示详细内容" ;
18- }
19- }
5+ window . onload = function ( ) {
6+ const styleTitle1 = "font-size: 22px;font-weight: bold;color: rgb(0,0,139);font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;" ;
7+ const styleTitle2 = "font-size: 12px;color: rgb(0,0,139);font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;" ;
8+ const styleContent = "color: rgb(138,43,226);" ;
9+ const title1 = "Crestekk EPG" ;
10+ const title2 = `
11+
12+ ╔═╗╦═╗╔═╗╔═╗╔╦╗╔═╗╦╔═╦╔═ ╔═╗╔═╗╔═╗
13+ ║ ╠╦╝║╣ ╚═╗ ║ ║╣ ╠╩╗╠╩╗ ║╣ ╠═╝║ ╦
14+ ╚═╝╩╚═╚═╝╚═╝ ╩ ╚═╝╩ ╩╩ ╩ ╚═╝╩ ╚═╝
2015
21- window . onload = function ( ) {
22- const styleTitle1 = "font-size: 22px;font-weight: 600;color: rgb(51,204,255);" ;
23- const styleTitle2 = "font-size: 12px;color: rgb(51,51,204);" ;
24- const styleContent = "color: rgb(30,152,255);" ;
25- const title1 = "mxd's EPG" ;
26- const title2 = `
27- 8I dPYb
28- 8I IP Yb
29- 8I I8 8I
30- 8I I8 8
31- gggg gggg gg gg gggg 8I gg gg ggg gggg gg I8 dPgg
32- 8 8P 8 d8 8b dP dP Y8I I8 8I i8 8i dP Y8I I8dP 8I
33- I8 8I 8I dP 88 i8 8I I8 8I I8 8I i8 8I I8P I8
34- dP 8I Yb dP Y8 d8 d8b d8b d8I YbadP d8 d8b d8 I8
35- 8P 8I Y88 dP Y88P Y8888P Y8P Y88P 888888P Y888P Y8888P Y888P 8Y8
36- d8I
37- dP 8I
38- 8 8I
39- I8 8I
40- 8 8I
41- Y8P ` ;
42- const content = `\n\n版本:V3.0-Github \n主页:https://www.mxdyeah.top/ \nGithub:https://github.com/mxdabc/epg` ;
16+
17+ ███╗ ███╗██╗ ██╗██████╗ ██╗ ██╗███████╗ █████╗ ██╗ ██╗
18+ ████╗ ████║╚██╗██╔╝██╔══██╗╚██╗ ██╔╝██╔════╝██╔══██╗██║ ██║
19+ ██╔████╔██║ ╚███╔╝ ██║ ██║ ╚████╔╝ █████╗ ███████║███████║
20+ ██║╚██╔╝██║ ██╔██╗ ██║ ██║ ╚██╔╝ ██╔══╝ ██╔══██║██╔══██║
21+ ██║ ╚═╝ ██║██╔╝ ██╗██████╔╝ ██║ ███████╗██║ ██║██║ ██║
22+ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝
23+
24+
25+ ` ;
26+ const content = `\n\n版本: V3.1 (Github) \n主页: https://www.mxdyeah.top/ \nGithub: https://github.com/mxdabc/epg` ;
4327 console . info ( `%c${ title1 } %c${ title2 } %c${ content } ` , styleTitle1 , styleTitle2 , styleContent ) ;
44- }
28+ }
0 commit comments