文件操作 - db.d.mts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/zhead/dist/db.d.mts
编辑文件内容
import { g as MetaFlat } from './shared/zhead.177ad851.mjs'; interface MetaSchema { name: string; key: 'charset' | 'name' | 'property' | 'http-equiv'; type?: 'standard' | 'facebook' | 'twitter' | 'google' | 'robots' | 'other' | 'open-graph-protocol'; description: string; color?: string; examples: { value: string; description: string; }[]; tips?: { title: string; description: string; }[]; tags?: string | string[]; documentation?: string[]; parameters?: { value: string; description: string; }[]; } declare const metaFlatSchema: Record<keyof MetaFlat, MetaSchema>; export { MetaFlat, type MetaSchema, metaFlatSchema };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件