Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project-perf #1443

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Project-perf #1443

wants to merge 4 commits into from

Conversation

jincandev
Copy link

Description

  • fixes: unocss presetAttributify preset default configuration affects input style #1442
  • feat: script:create:tool command supports specifying tool categories: pnpm script:create:tool [tool-name] [category-name]
  • feat: A locales folder can be created independently under each tool to support independent configuration of the tool's own internationalization, making developers more focused and reducing file modification conflicts
  • perf: Optimize the script:create:tool command to create generated files, reduce the chance of public file modification conflicts, and allow developers to focus more on developing their own
  • perf: Improve the category field in defineTool for existing tools

Additional context


What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Before submitting the PR, please make sure you do the following

  • Submit the PR against the dev branch.
  • Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).
  • Ideally, include relevant tests that fail without this PR but pass with it.

…able to reduce the coupling of configurations between plug-ins
…ry name when creating, so that the tool can be automatically imported after the developer creates it, reducing code conflicts caused by public file modifications
Copy link

vercel bot commented Jan 4, 2025

@jincandev is attempting to deploy a commit to the Corentin Thomasset's Team Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

sonarqubecloud bot commented Jan 4, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unocss presetAttributify preset default configuration affects input style
1 participant