env('STORE_ADMIN_TOKEN', ''), 'plugin_access_token' => env('STORE_PLUGIN_ACCESS_TOKEN', ''), 'client_online_window_minutes' => (int) env('STORE_CLIENT_ONLINE_WINDOW_MINUTES', 15), 'settings_defaults' => [ 'site_name' => env('STORE_SITE_NAME', env('APP_NAME', 'Tstore')), 'site_tagline' => env('STORE_SITE_TAGLINE', 'Typecho Extension Directory'), 'home_title_suffix' => '扩展展示站', 'home_eyebrow' => 'Public Showcase', 'home_headline' => '更干净的 Typecho 扩展展示站', 'home_lede' => '前台只负责展示插件与主题的资料、分类、兼容性和截图,真正的发布、上传和站点接入都由服务端统一维护,信息层次更清楚。', 'home_aside_kicker' => 'How It Works', 'home_aside_title' => '公开浏览,受控发布', 'home_feature_one_title' => '前台聚焦展示', 'home_feature_one_body' => '访客只看到扩展资料、截图、版本和兼容性,不直接暴露 zip 下载地址。', 'home_feature_two_title' => '服务端统一维护', 'home_feature_two_body' => '包信息、分类、版本、站点接入和 zip 发布流程都在服务端统一处理。', 'home_feature_three_title' => '适合做目录站', 'home_feature_three_body' => '既可以作为展示门户,也方便后续接入更多审核、统计和运营功能。', 'home_plugins_title' => '推荐插件', 'home_plugins_subtitle' => '优先展示适合作为目录首页入口的插件,突出摘要、作者、分类和版本信息。', 'home_themes_title' => '推荐主题', 'home_themes_subtitle' => '主题列表保持同样的展示逻辑,方便在统一视觉下浏览不同类型的扩展内容。', ], ];