问一下大佬们,templater读取不到文件名

如题,使用模板新建笔记后 front Matter 中 title 读取不到文件名,一直显示 Untitled

Obisidian版本:V1.03
Templater版本:1.15.3
模板如下:

<%*
await tp.file.move(“JavaWeb/” + ((tp.file.title.includes(“未命名”) || tp.file.title.toLowerCase().includes(“untitled”)) ? (await tp.system.prompt(“请输入要创建的文件名”)) : tp.file.title));
-%>

date: <% tp.file.creation_date() %>
update: <% tp.file.last_modified_date() %>
title: <% tp.file.title %>
author: XiCheng-Qinglan
tags: JavaWeb,Java