<%*
let title = tp.file.title
var output;
if (title.startsWith("买个")) {
output = await tp.file.include("[[买个]]")
} else if (title.startsWith('买了')){
output = await tp.file.include("[[买了]]")
} else if (title.startsWith('来-')){
output = await tp.file.include("[[日程日记]]")
} else if (title.startsWith('去-')){
output = await tp.file.include("[[日程日记]]")
} else if (title.startsWith('去来-')){
output = await tp.file.include("[[日程日记]]")
} else if (title.startsWith('来去-')){
output = await tp.file.include("[[日程日记]]")
} else if (title.startsWith('部落格-')){
output = await tp.file.include("[[部落格]]")
} else if (title.startsWith('show')){
output = await tp.file.include("[[show.show]]")
} else if (title.startsWith('主P-')){
output = await tp.file.include("[[主P]]")
} else if (title.startsWith('¥斗')){
output = await tp.file.include("[[斗]]")
} else if (title.startsWith('去吧-')){
output = await tp.file.include("[[去吧]]")
} else if (title.startsWith('去啊-')){
output = await tp.file.include("[[去啊]]")
} else if (title.startsWith('行くよー')){
output = await tp.file.include("[[行くよー]]")
} else if (title.startsWith('行くぞー')){
output = await tp.file.include("[[行くぞー]]")
} else if (title.startsWith('行ったぞー')){
output = await tp.file.include("[[行ったぞー]]")
} else if (title.startsWith('日语N')){
output = await tp.file.include("[[授業_日语]]")
} else if (title.endsWith('的觀後感')){
output = await tp.file.include("[[觀後感]]")
} else if (title.endsWith('的玩後感')){
output = await tp.file.include("[[玩後感]]")
} else if (title.endsWith('的讀後感')){
output = await tp.file.include("[[讀後感]]")
} else if (title.startsWith('¥¥赁个')){
output = await tp.file.include("[[赁个]]")
} else if (title.startsWith('找货-')){
output = await tp.file.include("[[找货]]")
} else if (title.endsWith('看後感')){
output = await tp.file.include("[[看後感]]")
} else if (title.endsWith('觀後感')){
output = await tp.file.include("[[觀後感]]")
} else if (title.endsWith('玩後感')){
output = await tp.file.include("[[玩後感]]")
} else if (title.endsWith('讀後感')){
output = await tp.file.include("[[讀後感]]")
} else {
output = await tp.file.include("[[开局]]")
}
%>
<%_* tR +=`${output}` %>