mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-17 21:08:25 +08:00
* feat: Enhance browser cache management and localization support - Updated browser cache handling in WebsiteService to include a 'noModify' option. - Introduced new method AddBroswerNoCache in Location to manage no-cache directives. - Added localization for 'noModify' in multiple languages. - Updated frontend to support the new browser cache options in the proxy configuration. * fix: Update cache display logic in proxy configuration - Adjusted the rendering of cache tags in the proxy configuration to conditionally display based on cache time values. - Improved user interface by adding margin classes for better spacing between cache tags. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .editorconfig | ||
| .env | ||
| .env.development | ||
| .env.production | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.js | ||
| .stylelintignore | ||
| .stylelintrc.js | ||
| index.html | ||
| lint-staged.config.js | ||
| package.json | ||
| postcss.config.cjs | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite-env.d.ts | ||
| vite.config.ts | ||