文件操作 - ArcSpinner.tsx
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/src/Admin/components/Spinner/ArcSpinner.tsx
编辑文件内容
import styles from './style.module.scss'; /** * @since 4.6.0 */ export default function ArcSpinner() { return ( <svg className={styles.arcSpinner} width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clipPath="url(#uszxunxu7a)"> <path d="M1.568 9.202C3.11 3.441 9.033.022 14.795 1.566c5.761 1.544 9.18 7.466 7.637 13.227" stroke="#fff" strokeWidth="1.8"/> </g> <defs> <clipPath id="uszxunxu7a"> <path fill="#fff" d="M0 0h24v24H0z"/> </clipPath> </defs> </svg> ); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件