Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
名字太逗无法显示
love109-github-io
提交
7ac2ef36
L
love109-github-io
项目概览
名字太逗无法显示
/
love109-github-io
与 Fork 源项目一致
从无法访问的项目Fork
通知
2
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
love109-github-io
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
7ac2ef36
编写于
1月 24, 2019
作者:
L
love109
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Site updated: 2019-01-24 01:27:26
上级
37959186
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
146 addition
and
147 deletion
+146
-147
about/index.html
about/index.html
+122
-121
js/sakura-app.js
js/sakura-app.js
+24
-26
未找到文件。
about/index.html
浏览文件 @
7ac2ef36
...
@@ -334,140 +334,141 @@
...
@@ -334,140 +334,141 @@
<script
src=
"https://cdn.jsdelivr.net/vue/latest/vue.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/vue/latest/vue.min.js"
></script>
<script
src=
"https://unpkg.com/botui/build/botui.min.js"
></script>
<script
src=
"https://unpkg.com/botui/build/botui.min.js"
></script>
<script>
<script>
(
function
(){
function
bot_ui_ini
()
{
var
botui
=
new
BotUI
(
'
hello-mashiro
'
);
var
botui
=
new
BotUI
(
"
hello-mashiro
"
);
botui
.
message
.
add
({
delay
:
800
,
content
:
"
来啦老弟?我是小屋的管家,等你好久了~👋
"
}).
then
(
function
()
{
botui
.
message
.
add
({
botui
.
message
.
add
({
delay
:
11
00
,
delay
:
8
00
,
content
:
"
这里是LOVE109❤️纪实小屋
"
content
:
"
来啦老弟?我是小屋的管家,等你好久了~👋
"
}).
then
(
function
()
{
}).
then
(
function
()
{
botui
.
message
.
add
({
delay
:
1100
,
content
:
"
一个记录爱情、记录生活、充满温馨的小屋~
"
}).
then
(
function
()
{
botui
.
action
.
button
({
delay
:
1600
,
action
:
[{
text
:
"
然后嘞? 😃
"
,
value
:
"
sure
"
},
{
text
:
"
少废话! 🙄
"
,
value
:
"
skip
"
}]
}).
then
(
function
(
a
)
{
"
sure
"
==
a
.
value
&&
sure
();
"
skip
"
==
a
.
value
&&
end
()
})
})
})
});
var
sure
=
function
()
{
botui
.
message
.
add
({
delay
:
600
,
content
:
"
😘
"
}).
then
(
function
()
{
secondpart
()
})
},
end
=
function
()
{
botui
.
message
.
add
({
delay
:
600
,
content
:
"
![...](https://view.moezx.cc/images/2018/05/06/a1c4cd0452528b572af37952489372b6.md.jpg)
"
})
},
secondpart
=
function
()
{
botui
.
message
.
add
({
delay
:
1500
,
content
:
"
本小屋建立于 2019-1-17 20:00
"
}).
then
(
function
()
{
botui
.
message
.
add
({
botui
.
message
.
add
({
delay
:
15
00
,
delay
:
11
00
,
content
:
"
两人在2016年10月9日走到了一起❤️
"
content
:
"
这里是LOVE109❤️纪实小屋
"
}).
then
(
function
()
{
}).
then
(
function
()
{
botui
.
message
.
add
({
delay
:
1200
,
content
:
"
男主人专业是软件工程,女主人专业是应用统计
"
}).
then
(
function
()
{
botui
.
message
.
add
({
botui
.
message
.
add
({
delay
:
15
00
,
delay
:
11
00
,
content
:
"
男主人酷爱单车运动,IT男,喜欢倒腾新鲜事物
"
content
:
"
一个记录爱情、记录生活、充满温馨的小屋~
"
}).
then
(
function
()
{
}).
then
(
function
()
{
botui
.
message
.
add
({
botui
.
action
.
button
({
delay
:
1600
,
action
:
[{
text
:
"
然后呢? 😃
"
,
value
:
"
sure
"
},
{
text
:
"
少废话! 🙄
"
,
value
:
"
skip
"
}]
}).
then
(
function
(
a
)
{
"
sure
"
==
a
.
value
&&
sure
();
"
skip
"
==
a
.
value
&&
end
()
})
})
})
});
var
sure
=
function
()
{
botui
.
message
.
add
({
delay
:
600
,
content
:
"
😘
"
}).
then
(
function
()
{
secondpart
()
})
},
end
=
function
()
{
botui
.
message
.
add
({
delay
:
600
,
content
:
"
![...](https://view.moezx.cc/images/2018/05/06/a1c4cd0452528b572af37952489372b6.md.jpg)
"
})
},
secondpart
=
function
()
{
botui
.
message
.
add
({
delay
:
1500
,
delay
:
1500
,
content
:
"
女主人善良可爱,思维敏捷,将来的数学界她肯定是大哥大
"
content
:
"
本小屋建立于 2019-1-17 20:00
"
}).
then
(
function
()
{
}).
then
(
function
()
{
botui
.
message
.
add
({
botui
.
message
.
add
({
delay
:
18
00
,
delay
:
15
00
,
content
:
"
他们彼此恩爱,虽然偶尔吵吵闹闹,但都相信彼此是陪伴自己余生的人
"
content
:
"
两人在2016年10月9日走到了一起❤️
"
}).
then
(
function
()
{
}).
then
(
function
()
{
botui
.
action
.
button
({
botui
.
message
.
add
({
delay
:
1100
,
delay
:
1200
,
content
:
"
男主人专业是软件工程,女主人专业是应用统计
"
}).
then
(
function
()
{
botui
.
message
.
add
({
delay
:
1500
,
content
:
"
男主人酷爱单车运动,IT男,喜欢倒腾新鲜事物
"
}).
then
(
function
()
{
botui
.
message
.
add
({
delay
:
1500
,
content
:
"
女主人善良可爱,思维敏捷,将来的数学界她肯定是大哥大
"
}).
then
(
function
()
{
botui
.
message
.
add
({
delay
:
1800
,
content
:
"
他们彼此恩爱,虽然偶尔吵吵闹闹,但都相信彼此是陪伴自己余生的人
"
}).
then
(
function
()
{
botui
.
action
.
button
({
delay
:
1100
,
action
:
[{
text
:
"
网站为什么叫“纪实小屋”呢? 🤔
"
,
value
:
"
why-mashiro
"
}]
}).
then
(
function
(
a
)
{
thirdpart
()
})
})
})
})
})
})
})
},
thirdpart
=
function
()
{
botui
.
message
.
add
({
delay
:
1
E3
,
content
:
"
主人们希望通过文字的形式记录我们的爱情,记录我们的生活,所以叫纪实小屋
"
}).
then
(
function
()
{
botui
.
action
.
button
({
delay
:
1500
,
action
:
[{
action
:
[{
text
:
"
网站为什么叫“纪实小屋”呢
? 🤔
"
,
text
:
"
域名有什么含义吗
? 🤔
"
,
value
:
"
why-jishi
"
value
:
"
why-cat
"
}]
}]
}).
then
(
function
(
a
)
{
}).
then
(
function
(
a
)
{
thirdpart
()
fourthpart
()
})
})
})
})
})
})
})
},
})
fourthpart
=
function
()
{
})
botui
.
message
.
add
({
},
delay
:
1
E3
,
thirdpart
=
function
()
{
content
:
"
域名对于主人们来说有着重要的含义
"
botui
.
message
.
add
({
}).
then
(
function
()
{
delay
:
1
E3
,
botui
.
message
.
add
({
content
:
"
主人们希望通过文字的形式记录我们的爱情,记录我们的生活,所以叫纪实小屋
"
delay
:
1100
,
}).
then
(
function
()
{
content
:
"
10月9日是两位主人在一起的日子,他们希望能够一起共度余生❤️
"
botui
.
action
.
button
({
}).
then
(
function
()
{
delay
:
1500
,
botui
.
action
.
button
({
action
:
[{
delay
:
1500
,
text
:
"
域名有什么含义吗? 🤔
"
,
action
:
[{
value
:
"
why-love109
"
text
:
"
原来如此
"
,
}]
value
:
"
why-domain
"
}).
then
(
function
(
a
)
{
}]
fourthpart
()
}).
then
(
function
(
a
)
{
})
fifthpart
()
})
})
},
})
fourthpart
=
function
()
{
})
botui
.
message
.
add
({
},
delay
:
1
E3
,
fifthpart
=
function
()
{
content
:
"
域名对于主人们来说有着重要的含义
"
botui
.
message
.
add
({
}).
then
(
function
()
{
delay
:
1
E3
,
botui
.
message
.
add
({
content
:
"
愿天下有情人终成眷属,如果你也有另一半,祝愿你们长长久久❤️,如果还没有,那就要加油咯!
"
delay
:
1100
,
}).
then
(
function
()
{
content
:
"
10月9日是两位主人在一起的日子,他们希望能够一起共度余生❤️
"
botui
.
message
.
add
({
}).
then
(
function
()
{
delay
:
1600
,
botui
.
action
.
button
({
content
:
"
那么,请尽情参观LOVE109❤️纪实小屋吧! ^_^
"
delay
:
1500
,
})
action
:
[{
})
text
:
"
原来如此
"
,
}
value
:
"
why-domain
"
}
}]
bot_ui_ini
()
}).
then
(
function
(
a
)
{
fifthpart
()
})
})
})
},
fifthpart
=
function
()
{
botui
.
message
.
add
({
delay
:
1
E3
,
content
:
"
愿天下有情人终成眷属,如果你也有另一半,祝愿你们长长久久❤️,如果还没有,那就要加油咯!
"
}).
then
(
function
()
{
botui
.
message
.
add
({
delay
:
1600
,
content
:
"
那么,请尽情参观LOVE109❤️纪实小屋吧! ^_^
"
})
})
}
})
</script>
</script>
<!-- .entry-content -->
<!-- .entry-content -->
...
...
js/sakura-app.js
浏览文件 @
7ac2ef36
...
@@ -509,7 +509,7 @@ function code_highlight_style() {
...
@@ -509,7 +509,7 @@ function code_highlight_style() {
'
autocapitalize
'
:
'
off
'
,
'
autocapitalize
'
:
'
off
'
,
'
spellcheck
'
:
'
false
'
,
'
spellcheck
'
:
'
false
'
,
'
contenteditable
'
:
'
false
'
,
'
contenteditable
'
:
'
false
'
,
'
design
'
:
'
by
Mashiro
'
'
design
'
:
'
by
hojun
'
}
}
var
ele_name
=
$
(
'
pre:eq(
'
+
i
+
'
)
'
)[
0
].
children
[
0
].
className
;
var
ele_name
=
$
(
'
pre:eq(
'
+
i
+
'
)
'
)[
0
].
children
[
0
].
className
;
var
lang
=
ele_name
.
substr
(
0
,
ele_name
.
indexOf
(
"
"
)).
replace
(
'
language-
'
,
''
);
var
lang
=
ele_name
.
substr
(
0
,
ele_name
.
indexOf
(
"
"
)).
replace
(
'
language-
'
,
''
);
...
@@ -526,20 +526,18 @@ function code_highlight_style() {
...
@@ -526,20 +526,18 @@ function code_highlight_style() {
$
(
'
pre code
'
).
each
(
function
(
i
,
block
)
{
$
(
'
pre code
'
).
each
(
function
(
i
,
block
)
{
hljs
.
highlightBlock
(
block
);
hljs
.
highlightBlock
(
block
);
});
});
for
(
var
i
=
0
;
i
<
$
(
'
pre
'
).
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
$
(
'
article
pre
'
).
length
;
i
++
)
{
gen_top_bar
(
i
);
gen_top_bar
(
i
);
}
}
hljs
.
initLineNumbersOnLoad
();
$
(
'
pre
'
).
on
(
'
click
'
,
function
(
e
)
{
$
(
'
pre
'
).
on
(
'
click
'
,
function
(
e
)
{
if
(
e
.
target
!==
this
)
return
;
$
(
this
).
toggleClass
(
'
code-block-fullscreen
'
);
$
(
this
).
toggleClass
(
'
code-block-fullscreen
'
);
$
(
'
html
'
).
toggleClass
(
'
code-block-fullscreen-html-scroll
'
);
$
(
'
html
'
).
toggleClass
(
'
code-block-fullscreen-html-scroll
'
);
});
});
hljs
.
initLineNumbersOnLoad
();
}
}
try
{
try
{
code_highlight_style
();
code_highlight_style
();
}
catch
(
e
)
{}
}
catch
(
e
)
{}
function
attach_image
()
{
function
attach_image
()
{
$
(
'
#upload-img-file
'
).
change
(
function
()
{
$
(
'
#upload-img-file
'
).
change
(
function
()
{
if
(
this
.
files
.
length
>
10
)
{
if
(
this
.
files
.
length
>
10
)
{
...
@@ -960,9 +958,9 @@ var pjaxInit = function () {
...
@@ -960,9 +958,9 @@ var pjaxInit = function () {
if
(
$
(
"
div
"
).
hasClass
(
"
aplayer
"
))
{
if
(
$
(
"
div
"
).
hasClass
(
"
aplayer
"
))
{
reloadHermit
();
reloadHermit
();
}
}
if
(
$
(
"
div
"
).
hasClass
(
"
popcontainer
"
))
{
//
if ($("div").hasClass("popcontainer")) {
loadBotui
();
//
loadBotui();
}
//
}
try
{
try
{
reload_show_date_time
();
reload_show_date_time
();
}
catch
(
e
)
{}
}
catch
(
e
)
{}
...
@@ -1097,12 +1095,12 @@ function grin(tag, type, before, after) {
...
@@ -1097,12 +1095,12 @@ function grin(tag, type, before, after) {
myField
.
focus
();
myField
.
focus
();
}
}
}
}
if
(
$
(
"
div
"
).
hasClass
(
"
popcontainer
"
))
{
//
if ($("div").hasClass("popcontainer")) {
loadBotui
();
//
loadBotui();
}
//
}
$
(
"
bot-ui
"
).
click
(
function
()
{
//
$("bot-ui").click(function () {
loadBotui
();
//
loadBotui();
});
//
});
function
add_copyright
()
{
function
add_copyright
()
{
document
.
body
.
addEventListener
(
"
copy
"
,
function
(
e
)
{
document
.
body
.
addEventListener
(
"
copy
"
,
function
(
e
)
{
...
@@ -1276,18 +1274,18 @@ function get_poem(poem_ele, info_ele) {
...
@@ -1276,18 +1274,18 @@ function get_poem(poem_ele, info_ele) {
xhr
.
send
();
xhr
.
send
();
}
}
function
loadBotui
()
{
//
function loadBotui() {
if
(
$
(
'
div
'
).
hasClass
(
'
popcontainer
'
))
{
//
if ($('div').hasClass('popcontainer')) {
if
(
mashiro_global
.
variables
.
has_bot_ui
)
{
//
if (mashiro_global.variables.has_bot_ui) {
bot_ui_ini
();
//
bot_ui_ini();
}
else
{
//
} else {
$
.
getScript
(
'
https://cdn.jsdelivr.net/gh/moezx/cdn@latest/js/botui/botui.js
'
,
function
()
{
//
$.getScript('https://cdn.jsdelivr.net/gh/moezx/cdn@latest/js/botui/botui.js', function () {
bot_ui_ini
();
//
bot_ui_ini();
mashiro_global
.
variables
.
has_bot_ui
=
true
;
//
mashiro_global.variables.has_bot_ui = true;
});
//
});
}
//
}
}
//
}
}
//
}
function
mail_me
()
{
function
mail_me
()
{
var
mail
=
"
mailto:
"
+
mashiro_option
.
email_name
+
"
@
"
+
mashiro_option
.
email_domain
;
var
mail
=
"
mailto:
"
+
mashiro_option
.
email_name
+
"
@
"
+
mashiro_option
.
email_domain
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录