1Panel/frontend
KOMATA b47a4525dc
feat: Enhance browser cache management and localization support (#11277)
* 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.
2025-12-09 17:32:23 +08:00
..
public
src feat: Enhance browser cache management and localization support (#11277) 2025-12-09 17:32:23 +08:00
.editorconfig
.env
.env.development
.env.production
.eslintignore
.eslintrc.js
.gitignore
.prettierignore
.prettierrc.js
.stylelintignore
.stylelintrc.js
index.html
lint-staged.config.js
package.json fix: Fix style issues caused by element upgrade (#11224) 2025-12-06 14:16:34 +00:00
postcss.config.cjs feat: File management supports file format conversion (#10541) 2025-09-29 09:26:21 +00:00
tailwind.config.js
tsconfig.json feat: Remove unused front-end components (#10432) 2025-09-22 08:00:07 +00:00
vite-env.d.ts
vite.config.ts fix: Fixed file comparison highlighting loss issue (#11237) 2025-12-08 03:28:35 +00:00