文件操作 - Global.js
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/extendify/src/Launch/state/Global.js
编辑文件内容
import { create } from 'zustand'; import { devtools } from 'zustand/middleware'; const store = () => ({ generating: false, }); const withDevtools = devtools(store, { name: 'Extendify Launch Globals' }); export const useGlobalStore = create(withDevtools);
修改文件时间
将文件时间修改为当前时间的前一年
删除文件