kirklin / celeris-web

Celeris Web is a highly performant and customizable front-end development template built with Vue 3, Vite, and TypeScript. It features the latest syntax, components and APIs auto importing, state management, Chinese font presets, internationalization, and integration with OpenAI's ChatGPT API.
https://celeris-web.vercel.app/
MIT License
384 stars 60 forks source link

feat: Add Support for "Thin" Version | 添加一个精简版 #29

Open kirklin opened 3 months ago

kirklin commented 3 months ago

Clear and concise description of the problem

Our project currently does not support the "Thin" version. Considering that some users may need to use our software in resource-constrained environments, adding support for the "Thin" version would be a beneficial improvement.

Suggested solution

  1. Identify Key Features: Determine which features are essential for the "Thin" version and which ones can be trimmed or substituted.
  2. Optimize Resource Usage: Explore methods to minimize memory and processor usage to ensure the "Thin" version runs efficiently in resource-constrained environments.

Alternative

No response

Additional context

No response

Validations