文件操作 - Replay.jsx
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/extendify/src/Draft/svg/Replay.jsx
编辑文件内容
import { __ } from '@wordpress/i18n'; const replay = ( <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <title>{__('Replay Icon', 'extendify-local')}</title> <path d="M12 6V2L7 7L12 12V8C15.31 8 18 10.69 18 14C18 17.31 15.31 20 12 20C8.69 20 6 17.31 6 14H4C4 18.42 7.58 22 12 22C16.42 22 20 18.42 20 14C20 9.58 16.42 6 12 6Z" /> </svg> ); export default replay;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件