文件操作 - NeedsTheme.jsx
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/extendify/src/Launch/pages/NeedsTheme.jsx
编辑文件内容
import { Title } from '@launch/components/Title'; import { PageLayout } from '@launch/layouts/PageLayout'; import { __ } from '@wordpress/i18n'; export const NeedsTheme = () => { return ( <PageLayout includeNav={false}> <div className="grow overflow-y-auto px-6 py-8 md:p-12 3xl:p-16"> <Title title={__('One more thing before we start.', 'extendify-local')} /> <div className="relative mx-auto w-full max-w-xl"> <p className="text-base"> {__( 'Hey there, Launch is powered by Extendable and is required to proceed. You can install it from the link below and start over once activated.', 'extendify-local', )} </p> <a className="mt-4 text-base font-medium text-design-main underline" href={`${window.extSharedData.adminUrl}theme-install.php?theme=extendable`} > {__('Take me there', 'extendify-local')} </a> </div> </div> </PageLayout> ); };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件