文件操作 - index.ts
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/src/Campaigns/Blocks/CampaignForm/resources/types/index.ts
编辑文件内容
interface Option { /** * The label to be shown to the user. */ label: string; /** * The internal value used to choose the selected value. This is also * the value passed to `onChange` when the option is selected. */ value: string; /** * Disabled attribute on option element */ disabled?: boolean; } interface Form { isLegacyForm: boolean; isLegacyTemplate: boolean; link: string; } export type {Option, Form};
修改文件时间
将文件时间修改为当前时间的前一年
删除文件