文件操作 - formatRelative.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/date-fns/locale/ja/_lib/formatRelative.js
编辑文件内容
const formatRelativeLocale = { lastWeek: "先週のeeeeのp", yesterday: "昨日のp", today: "今日のp", tomorrow: "明日のp", nextWeek: "翌週のeeeeのp", other: "P", }; export const formatRelative = (token, _date, _baseDate, _options) => { return formatRelativeLocale[token]; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件