Skip to content

feat(button): [button] Check and modify issues #2348

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

Merged
merged 1 commit into from
Oct 22, 2024
Merged

feat(button): [button] Check and modify issues #2348

merged 1 commit into from
Oct 22, 2024

Conversation

Youyou-smiles
Copy link
Collaborator

@Youyou-smiles Youyou-smiles commented Oct 22, 2024

PR

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our Commit Message Guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Summary by CodeRabbit

Release Notes

  • New Features

    • Introduced new button categories focused on icon button sizes, enhancing the visual representation of button types.
    • Updated button descriptions for clarity and consistency, particularly in demo entries.
  • Improvements

    • Simplified import statements across various components for better readability and maintainability.
    • Enhanced documentation with improved formatting and descriptions for button properties.
  • Bug Fixes

    • Removed deprecated button types from descriptions, ensuring accurate representation of available options.
  • Chores

    • Streamlined component templates by removing unnecessary button instances and styles.

Copy link

coderabbitai bot commented Oct 22, 2024

Walkthrough

The pull request introduces several modifications to the button component across multiple Vue files and a JavaScript file. Key changes include updates to property types, default values, and descriptions in button.js, as well as simplifications in import statements and template structures in various Vue components. Additionally, some components have undergone structural changes, including the removal of certain button categories and the addition of new ones focused on icon usage. Overall, these updates enhance clarity and consistency in the button component's API and its usage in examples.

Changes

File Path Change Summary
examples/sites/demos/apis/button.js - Updated banner type from Boolean to boolean.
- Changed native-type type to `'button'
examples/sites/demos/pc/app/button/autofocus-composition-api.vue - Updated import from Button as TinyButton to TinyButton.
- Added autofocus attribute to button in template.
examples/sites/demos/pc/app/button/basic-usage-composition-api.vue - Simplified imports by removing aliases for Button, Layout, and Row.
examples/sites/demos/pc/app/button/click-composition-api.vue - Simplified import by removing alias for Button.
examples/sites/demos/pc/app/button/dynamic-disabled-composition-api.vue - Simplified imports by removing aliases for Button, Layout, Row, and Switch.
examples/sites/demos/pc/app/button/ghost-composition-api.vue - Updated import from Button as TinyButton to TinyButton.
examples/sites/demos/pc/app/button/icon-composition-api.vue - Simplified imports by removing aliases for Button, Layout, and Row.
examples/sites/demos/pc/app/button/image-composition-api.vue - Updated import from Button as TinyButton to TinyButton.
examples/sites/demos/pc/app/button/loading-composition-api.vue - Removed multiple <tiny-button> components; kept one primary button.
- Updated import from Button as TinyButton to TinyButton.
examples/sites/demos/pc/app/button/loading.spec.ts - Removed assertions for buttons 2 to 6 in tests.
examples/sites/demos/pc/app/button/loading.vue - Removed multiple <tiny-button> components; added one loading button.
examples/sites/demos/pc/app/button/reset-time-composition-api.vue - Updated import from Button as TinyButton to TinyButton.
examples/sites/demos/pc/app/button/size-composition-api.vue - Removed button categories for "朴素按钮尺寸" and "圆角按钮尺寸".
- Added new category "图标按钮尺寸" with specific icons.
- Updated icon references in existing categories.
- Modified script imports for new icons.
examples/sites/demos/pc/app/button/size.vue - Removed sections for "朴素按钮尺寸" and "圆角按钮尺寸".
- Added section for "图标按钮尺寸" with specific icons.
- Updated script imports for new icons.
examples/sites/demos/pc/app/button/text-composition-api.vue - Updated import from Button as TinyButton to TinyButton.
examples/sites/demos/pc/app/button/webdoc/button.js - Removed "round" button type references in descriptions.
- Rephrased "icon" demo description to emphasize Icon component usage.

Possibly related PRs

Suggested labels

enhancement

Suggested reviewers

  • zzcr

🐰 "In the garden of code, we hop and play,
With buttons refined, brightening the way.
From types to sizes, we clean and we cheer,
Each little change brings the future near!
So let’s click and explore, with joy in our hearts,
For every new feature, a fresh work of arts!" 🐇✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added the enhancement New feature or request (功能增强) label Oct 22, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🧹 Outside diff range and nitpick comments (9)
examples/sites/demos/pc/app/button/autofocus-composition-api.vue (1)

Line range hint 1-5: LGTM: Template structure and autofocus implementation

The template correctly uses the TinyButton component and implements the autofocus attribute as expected. This aligns well with the component's purpose.

Suggestion: Consider internationalizing button labels

For better accessibility and maintainability, consider using internationalization for the button labels instead of hardcoded Chinese text.

examples/sites/demos/pc/app/button/size-composition-api.vue (2)

13-18: Excellent addition of icon button sizes demonstration.

The new section effectively showcases various sizes of icon buttons with a good variety of icons. This enhances the overall demonstration of button capabilities.

For consistency, consider using the same icon for all sizes, similar to the other sections. This would make it easier to compare the size differences. For example:

<tiny-button type="success" size="large" :icon="IconEdit"> 超大按钮 </tiny-button>
<tiny-button type="success" size="medium" :icon="IconEdit"> 中等按钮 </tiny-button>
<tiny-button type="success" :icon="IconEdit"> 默认按钮 </tiny-button>
<tiny-button type="success" size="small" :icon="IconEdit"> 小型按钮 </tiny-button>
<tiny-button type="success" size="mini" :icon="IconEdit"> 超小按钮 </tiny-button>

42-49: Script section successfully updated with new icon imports and usage.

The changes in the script section correctly implement the new icon import and usage pattern. The creation of icon components using function calls is consistent and aligns with the updates in the template.

For better readability and consistency, consider sorting the icon imports and declarations alphabetically:

import { iconDel, iconEdit, iconMail, iconSearch, iconYes } from '@opentiny/vue-icon'

const IconDel = iconDel()
const IconEdit = iconEdit()
const IconMail = iconMail()
const IconSearch = iconSearch()
const IconYes = iconYes()
examples/sites/demos/pc/app/button/webdoc/button.js (2)

13-13: LGTM! Consider adding a brief explanation for the removal of 'round' type.

The updated description accurately reflects the available button types ('plain' and 'circle'). The removal of the 'round' type aligns with the changes mentioned in the AI summary.

Consider adding a brief comment explaining why the 'round' type was removed, if it's no longer supported or has been replaced by another feature.


15-15: LGTM! Consider rephrasing for improved clarity.

The updated English description accurately reflects the available button types ('plain' and 'circular'), consistent with the Chinese version.

Consider rephrasing the sentence for improved clarity:

-<p>Set the button type through <code>type</code> , whether it is a plain button and whether it is a circular button.</p>
+<p>Use <code>type</code> to set the button type, <code>plain</code> to create a plain button, and <code>circle</code> to create a circular button.</p>

This rephrasing makes the description more parallel to the Chinese version and clearer about the purpose of each attribute.

examples/sites/demos/apis/button.js (2)

120-121: Approved changes to native-type property with suggestion.

The updates to the native-type property are beneficial:

  1. The new string literal type ('button' | 'submit' | 'reset') clearly defines the allowed values.
  2. The addition of <code> tags in the description improves formatting.

These changes enhance both the type safety and the documentation clarity.

Consider updating the defaultValue to use single quotes for consistency with the type definition:

-  defaultValue: "'button'",
+  defaultValue: "'button'",

Line range hint 24-24: Approved: Consistent boolean type for banner property.

The change from Boolean to boolean for the banner property type is a good practice. It ensures consistency with TypeScript's preferred lowercase boolean type.

For consistency, consider applying this change to all boolean properties in the file. For example:

-  type: 'Boolean',
+  type: 'boolean',

This will ensure uniform type declarations throughout the component API.

examples/sites/demos/pc/app/button/size.vue (2)

23-27: Uniform Use of IconEdit in Circular Buttons

All circular buttons use IconEdit as their icon. If the intention is to demonstrate the circular button style with a single icon, this is acceptable. However, consider using different icons to showcase variety and provide a more comprehensive example.


32-36: Consistent Use of IconDel in Pure Icon Buttons

The pure icon buttons all use IconDel. If this is intended to focus on the button size variations with a single icon, it's acceptable. To illustrate the flexibility of the component, you might consider using different icons.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between 8dd8a7e and 5b3d87c.

📒 Files selected for processing (16)
  • examples/sites/demos/apis/button.js (4 hunks)
  • examples/sites/demos/pc/app/button/autofocus-composition-api.vue (1 hunks)
  • examples/sites/demos/pc/app/button/basic-usage-composition-api.vue (1 hunks)
  • examples/sites/demos/pc/app/button/click-composition-api.vue (1 hunks)
  • examples/sites/demos/pc/app/button/dynamic-disabled-composition-api.vue (1 hunks)
  • examples/sites/demos/pc/app/button/ghost-composition-api.vue (1 hunks)
  • examples/sites/demos/pc/app/button/icon-composition-api.vue (1 hunks)
  • examples/sites/demos/pc/app/button/image-composition-api.vue (1 hunks)
  • examples/sites/demos/pc/app/button/loading-composition-api.vue (1 hunks)
  • examples/sites/demos/pc/app/button/loading.spec.ts (0 hunks)
  • examples/sites/demos/pc/app/button/loading.vue (0 hunks)
  • examples/sites/demos/pc/app/button/reset-time-composition-api.vue (1 hunks)
  • examples/sites/demos/pc/app/button/size-composition-api.vue (1 hunks)
  • examples/sites/demos/pc/app/button/size.vue (2 hunks)
  • examples/sites/demos/pc/app/button/text-composition-api.vue (1 hunks)
  • examples/sites/demos/pc/app/button/webdoc/button.js (2 hunks)
💤 Files with no reviewable changes (2)
  • examples/sites/demos/pc/app/button/loading.spec.ts
  • examples/sites/demos/pc/app/button/loading.vue
✅ Files skipped from review due to trivial changes (1)
  • examples/sites/demos/pc/app/button/reset-time-composition-api.vue
🧰 Additional context used
🔇 Additional comments (23)
examples/sites/demos/pc/app/button/loading-composition-api.vue (3)

1-5: LGTM: Template simplification enhances focus on loading state.

The template has been streamlined to showcase a single button with loading state, which effectively demonstrates the feature. This simplification aligns well with the PR objective of modifying the button component.


7-9: LGTM: Import statement simplified and composition API utilized.

The script section has been updated to use the composition API syntax and the import statement has been simplified. These changes are consistent with modern Vue.js practices and align with similar updates in other files of this PR.


Line range hint 10-10: Verify the impact of removing the CSS section.

The CSS section has been completely removed from this file. While this simplifies the component, it's important to ensure that the button still appears as intended.

Please confirm that:

  1. The button's appearance is consistent with the design requirements.
  2. Any necessary styles are being applied through a global stylesheet or component-level styles.

Run the following script to check for global styles that might be applied to the button:

✅ Verification successful

CSS Removal Verified Successfully.
Global styles for tiny-button are present, ensuring the button maintains its intended appearance without the local CSS.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Search for global styles related to TinyButton

# Test: Look for global styles related to TinyButton
rg -g '*.css' -g '*.scss' -g '*.less' 'tiny-button' --type-add 'style:*.{css,scss,less}'

Length of output: 620

examples/sites/demos/pc/app/button/click-composition-api.vue (1)

6-6: LGTM! Import statement simplified.

The simplification of the import statement improves code consistency and readability. This change aligns well with the PR objective of standardizing imports across button-related components.

examples/sites/demos/pc/app/button/image-composition-api.vue (2)

9-9: Approved: Simplified import statement

The change from import { Button as TinyButton } from '@opentiny/vue' to import { TinyButton } from '@opentiny/vue' is a good improvement. It simplifies the import statement by removing the unnecessary alias, which aligns with best practices for maintaining consistent naming across the codebase. This change enhances code readability without affecting the component's functionality.


Line range hint 1-13: Verify: Component consistency maintained

The change in the import statement is consistent with the usage of <tiny-button> in the template. No other modifications were necessary, and the component should continue to function as before. This change maintains the integrity of the component while improving code clarity.

To ensure no unintended changes were introduced, you can run the following command:

This command should return no output, indicating that only the import statement was changed.

examples/sites/demos/pc/app/button/autofocus-composition-api.vue (1)

9-9: LGTM: Import statement simplified

The import statement has been updated to directly import TinyButton without aliasing. This change improves code readability and consistency across components.

examples/sites/demos/pc/app/button/ghost-composition-api.vue (2)

Line range hint 1-30: LGTM! File is consistent after the import change.

The updated import statement is consistent with the usage of <tiny-button> components in the template. No changes are required in the template or style sections.


13-13: LGTM! Consider verifying the package export.

The simplification of the import statement is a good change. It improves readability and suggests that the '@opentiny/vue' package now exports a TinyButton component directly.

To ensure this change is consistent across the project and that the package indeed exports TinyButton directly, you can run the following script:

✅ Verification successful

To gather more information about the usage of TinyButton imports across the project, I'll generate some shell scripts to search the codebase.


Let's try a different approach using fd to find .vue files and grep to search within them. I'll generate new shell scripts to gather the necessary information.


The change in the import statement from import { Button as TinyButton } from '@opentiny/vue' to import { TinyButton } from '@opentiny/vue' is part of a larger effort to standardize imports across the project. This change is consistent with the direction the project is taking, as evidenced by the numerous direct imports of TinyButton found in other files.

LGTM! Consider a comprehensive review for consistency.

The simplification of the import statement is approved. However, it's recommended to conduct a comprehensive review of the entire codebase to ensure consistency in import statements for TinyButton and other components from '@opentiny/vue'.

  • There are still some files using Button as TinyButton imports that should be updated.
  • Some files import Button directly without the TinyButton alias, which may need to be addressed for consistency.

A project-wide refactoring effort to standardize these imports would improve code consistency and maintainability.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify TinyButton export and usage across the project

# Test 1: Check if TinyButton is exported directly from @opentiny/vue
rg -g '*.{js,ts,vue}' -A 5 "from '@opentiny/vue'" | grep -E "TinyButton|Button as TinyButton"

# Test 2: Verify consistent usage of TinyButton in templates
rg -g '*.vue' -A 5 "<template" | grep -E "<tiny-button|<TinyButton"

Length of output: 263351


Script:

#!/bin/bash
# Description: Check TinyButton import statements across the project

# Search for direct TinyButton imports
echo "Direct TinyButton imports:"
rg "import \{ .*TinyButton.* \} from '@opentiny/vue'" --type vue

echo "\nButton as TinyButton imports:"
rg "import \{ .*Button as TinyButton.* \} from '@opentiny/vue'" --type vue

echo "\nOther Button imports from @opentiny/vue:"
rg "import \{ .*Button.* \} from '@opentiny/vue'" --type vue | grep -v "TinyButton"

Length of output: 560


Script:

#!/bin/bash
# Description: Check TinyButton import statements across the project using fd and grep

# Search for direct TinyButton imports
echo "Direct TinyButton imports:"
fd -e vue -x grep -H "import { .*TinyButton.* } from '@opentiny/vue'"

echo -e "\nButton as TinyButton imports:"
fd -e vue -x grep -H "import { .*Button as TinyButton.* } from '@opentiny/vue'"

echo -e "\nOther Button imports from @opentiny/vue:"
fd -e vue -x grep -H "import { .*Button.* } from '@opentiny/vue'" | grep -v "TinyButton"

Length of output: 164945

examples/sites/demos/pc/app/button/text-composition-api.vue (2)

19-19: LGTM: Import statement simplified

The change from import { Button as TinyButton } to import { TinyButton } simplifies the import statement and aligns with the component usage in the template. This modification improves code clarity and maintainability.


Line range hint 1-38: Summary: Simplified import and consistent button usage

The changes in this file align with the PR objectives and the AI-generated summary. The main modification is the simplification of the TinyButton import statement, which improves code clarity and maintainability. The template demonstrates clear and consistent usage of the TinyButton component for various text button types, including pure icon, pure text, and icon with text buttons, in both enabled and disabled states.

examples/sites/demos/pc/app/button/icon-composition-api.vue (1)

25-25: Improved import statement.

The simplification of the import statement is a positive change. It makes the code more concise and aligns with modern JavaScript best practices for named imports. The direct import of prefixed component names (e.g., TinyButton) is consistent with their usage in the template, improving code readability.

examples/sites/demos/pc/app/button/basic-usage-composition-api.vue (4)

33-33: Simplified import statement improves code clarity.

The change from aliased imports to direct named imports is a positive improvement. It simplifies the code, enhances readability, and aligns with modern JavaScript best practices. This modification doesn't affect the component's functionality as the usage in the template remains unchanged.


Line range hint 34-41: Icon imports and usage remain consistent.

The icon imports and their instantiation are unchanged, which is correct. The template continues to use these icons appropriately in various button components. This consistency ensures that the button functionality related to icons is preserved.


Line range hint 1-58: Summary: Beneficial import simplification with no functional changes.

The only modification in this file is the simplification of the import statement, which improves code clarity and maintainability. All other aspects of the component, including the template structure, script logic, and styles, remain unchanged. This targeted change effectively modernizes the import syntax without introducing any risks or necessitating further modifications.


Line range hint 1-32: Verified: Component usage is consistent with the updated import.

The template correctly uses TinyButton, TinyLayout, and TinyRow components, which align with the simplified import statement. No changes to the template were necessary, ensuring that the modification doesn't introduce any breaking changes or inconsistencies.

✅ Verification successful

Verified: Component usage is consistent with the updated import.
The template correctly uses TinyButton, TinyLayout, and TinyRow components, aligning with the simplified import statement. No changes to the template were necessary.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Verify that the component names in the template match the imported names
grep -n '<tiny-button' examples/sites/demos/pc/app/button/basic-usage-composition-api.vue
grep -n '<tiny-layout' examples/sites/demos/pc/app/button/basic-usage-composition-api.vue
grep -n '<tiny-row' examples/sites/demos/pc/app/button/basic-usage-composition-api.vue

Length of output: 1470

examples/sites/demos/pc/app/button/dynamic-disabled-composition-api.vue (1)

33-33: Approve: Simplified import statement

The import statement has been updated to directly use the Tiny-prefixed component names. This change simplifies the code and aligns with modern Vue 3 and Composition API best practices.

To ensure consistency, please verify that all usages of these components in the template use the Tiny-prefixed names:

examples/sites/demos/pc/app/button/size-composition-api.vue (2)

23-27: Icon usage successfully updated in circular and pure icon buttons.

The changes in these sections correctly implement the new icon components (IconEdit and IconDel) in place of the previous TinyIconEdit and TinyIconDel. This update maintains consistency with the new icon usage pattern throughout the component.

Also applies to: 32-36


Line range hint 1-70: Overall, excellent updates to the button size demonstration component.

The changes in this file significantly improve the demonstration of button sizes and types:

  1. The new "图标按钮尺寸" (Icon Button Sizes) section enhances the showcase of button capabilities.
  2. The updates to icon usage in existing sections maintain consistency across the component.
  3. The script section changes align with the new icon import and usage pattern.

These modifications contribute to a more comprehensive and consistent demonstration of the button component's features, aligning well with the PR objectives.

examples/sites/demos/apis/button.js (3)

40-40: Verify the removal of pcDemo for the circle property.

The pcDemo value for the circle property has been removed. Please confirm if this is intentional and ensure that the circle button functionality is demonstrated elsewhere if needed.


94-95: Improved formatting for icon property description.

The addition of <code> tags around 'Icon' in both Chinese and English descriptions enhances the clarity of the documentation. This change effectively highlights that 'Icon' refers to a specific component.


Line range hint 168-168: Approved: Improved type definition for size property.

The update to the size property type, now using a string literal type ('large' | 'medium' | 'small' | 'mini'), is a positive change. It clearly defines the allowed values, enhancing type safety and improving the developer experience.

examples/sites/demos/pc/app/button/size.vue (1)

13-18: New Icon Button Sizes Section Implemented Correctly

The '图标按钮尺寸' section adds buttons with icons of various sizes and types. The implementation is accurate and enhances the user interface by providing visual cues.

@Youyou-smiles Youyou-smiles changed the title feat(button): [button] Button to check and modify issues feat(button): [button] Check and modify issues Oct 22, 2024
@Youyou-smiles Youyou-smiles changed the title feat(button): [button] Check and modify issues feat(button): [button] Check and modify issues Oct 22, 2024
@zzcr zzcr merged commit 5e19e90 into dev Oct 22, 2024
10 of 13 checks passed
@coderabbitai coderabbitai bot mentioned this pull request Dec 3, 2024
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request (功能增强)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants