文件操作 - be.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/date-fns/locale/be.js
编辑文件内容
import { formatDistance } from "./be/_lib/formatDistance.js"; import { formatLong } from "./be/_lib/formatLong.js"; import { formatRelative } from "./be/_lib/formatRelative.js"; import { localize } from "./be/_lib/localize.js"; import { match } from "./be/_lib/match.js"; /** * @category Locales * @summary Belarusian locale. * @language Belarusian * @iso-639-2 bel * @author Kiryl Anokhin [@alyrik](https://github.com/alyrik) * @author Martin Wind [@arvigeus](https://github.com/mawi12345) */ export const be = { code: "be", formatDistance: formatDistance, formatLong: formatLong, formatRelative: formatRelative, localize: localize, match: match, options: { weekStartsOn: 1 /* Monday */, firstWeekContainsDate: 1, }, }; // Fallback for modularized imports: export default be;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件