-
Notifications
You must be signed in to change notification settings - Fork 311
fix: fix typo #3557
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
base: dev
Are you sure you want to change the base?
fix: fix typo #3557
Conversation
WalkthroughThis update standardizes the Chinese text from "远程登陆" to "远程登录" across multiple demo components, test files, and a code comment. All changes are textual corrections, with no modifications to logic, structure, or control flow in any affected files. Changes
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
examples/sites/demos/pc/app/action-menu/basic-usage-composition-api.vueOops! Something went wrong! :( ESLint: 8.57.1 ESLint couldn't find the plugin "eslint-plugin-vue". (The package "eslint-plugin-vue" was not found when loaded as a Node module from the directory "".) It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
The plugin "eslint-plugin-vue" was referenced from the config file in ".eslintrc.js » @antfu/eslint-config » @antfu/eslint-config-vue". If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team. examples/sites/demos/pc/app/action-menu/card-mode-composition-api.vueOops! Something went wrong! :( ESLint: 8.57.1 ESLint couldn't find the plugin "eslint-plugin-vue". (The package "eslint-plugin-vue" was not found when loaded as a Node module from the directory "".) It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
The plugin "eslint-plugin-vue" was referenced from the config file in ".eslintrc.js » @antfu/eslint-config » @antfu/eslint-config-vue". If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team. examples/sites/demos/pc/app/action-menu/card-mode.vueOops! Something went wrong! :( ESLint: 8.57.1 ESLint couldn't find the plugin "eslint-plugin-vue". (The package "eslint-plugin-vue" was not found when loaded as a Node module from the directory "".) It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
The plugin "eslint-plugin-vue" was referenced from the config file in ".eslintrc.js » @antfu/eslint-config » @antfu/eslint-config-vue". If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
WalkthroughThis pull request addresses a typo correction across multiple files in the project. The typo involves changing the Chinese term "远程登陆" to "远程登录", ensuring consistency and accuracy in the language used throughout the codebase. Changes
|
@@ -8,7 +8,7 @@ import { TinyActionMenu } from '@opentiny/vue' | |||
const options = ref([ | |||
{ | |||
label: '远程登陆' | |||
label: '远程登录' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected typo from '远程登陆' to '远程登录'.
@@ -13,7 +13,7 @@ export default { | |||
return { | |||
options: [ | |||
{ | |||
label: '远程登陆' | |||
label: '远程登录' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected typo from '远程登陆' to '远程登录'.
@@ -9,7 +9,7 @@ import { iconWebPlus, iconSuccessful, iconCloseSquare } from '@opentiny/vue-icon | |||
const options = ref([ | |||
{ | |||
label: '远程登陆', | |||
label: '远程登录', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected typo from '远程登陆' to '远程登录'.
@@ -14,7 +14,7 @@ export default { | |||
return { | |||
options: [ | |||
{ | |||
label: '远程登陆', | |||
label: '远程登录', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected typo from '远程登陆' to '远程登录'.
@@ -15,7 +15,7 @@ import { iconWebPlus, iconSuccessful, iconCloseSquare } from '@opentiny/vue-icon | |||
const options = ref([ | |||
{ | |||
label: '远程登陆' | |||
label: '远程登录' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected typo from '远程登陆' to '远程登录'.
@@ -38,7 +38,7 @@ const options = ref([ | |||
const options1 = ref([ | |||
{ | |||
label: '远程登陆', | |||
label: '远程登录', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected typo from '远程登陆' to '远程登录'.
@@ -20,7 +20,7 @@ export default { | |||
return { | |||
options: [ | |||
{ | |||
label: '远程登陆' | |||
label: '远程登录' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected typo from '远程登陆' to '远程登录'.
@@ -43,7 +43,7 @@ export default { | |||
], | |||
options1: [ | |||
{ | |||
label: '远程登陆', | |||
label: '远程登录', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected typo from '远程登陆' to '远程登录'.
@@ -15,7 +15,7 @@ import { TinyActionMenu, TinyNotify } from '@opentiny/vue' | |||
const options = ref([ | |||
{ | |||
label: '远程登陆' | |||
label: '远程登录' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected typo from '远程登陆' to '远程登录'.
@@ -20,7 +20,7 @@ export default { | |||
return { | |||
options: [ | |||
{ | |||
label: '远程登陆' | |||
label: '远程登录' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected typo from '远程登陆' to '远程登录'.
@@ -23,7 +23,7 @@ import { iconWebPlus, iconSuccessful, iconShutdown, iconEllipsis } from '@openti | |||
const options = ref([ | |||
{ | |||
label: '远程登陆', | |||
label: '远程登录', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected typo from '远程登陆' to '远程登录'.
@@ -45,7 +45,7 @@ const options = ref([ | |||
const options1 = ref([ | |||
{ | |||
label: '远程登陆' | |||
label: '远程登录' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected typo from '远程登陆' to '远程登录'.
@@ -27,7 +27,7 @@ export default { | |||
return { | |||
options: [ | |||
{ | |||
label: '远程登陆', | |||
label: '远程登录', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected typo from '远程登陆' to '远程登录'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (4)
examples/sites/demos/pc/app/action-menu/max-show-num-composition-api.vue (1)
9-26
: Consider extracting hard-coded labels into a shared i18n source.You needed to touch dozens of demo files for a single typo. Centralising the strings (e.g. via JSON locale files or a small constants.ts) would avoid this sweeping edit the next time a wording change is required.
examples/sites/demos/pc/app/action-menu/disabled-composition-api.vue (1)
16-60
: Same i18n centralisation suggestion applies.Duplicated literal strings across
options
andoptions1
could be de-duplicated via a small helper or locale file.examples/sites/demos/pc/app/action-menu/disabled.vue (1)
23-23
: Consistent terminology fix looks goodThe typo is corrected uniformly in both option arrays – no further issues spotted.
If “远程登录” is reused elsewhere, consider extracting it into an i18n message or a shared constant to avoid future drift.
Also applies to: 46-46
examples/sites/demos/pc/app/action-menu/slot-item.vue (1)
23-23
: Label typo resolvedThe menu item text is now consistent with other demos.
Same remark as above: centralise static labels via i18n to prevent scattered string updates.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (25)
examples/sites/demos/pc/app/action-menu/basic-usage-composition-api.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/basic-usage.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/card-mode-composition-api.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/card-mode.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/disabled-composition-api.vue
(2 hunks)examples/sites/demos/pc/app/action-menu/disabled.vue
(2 hunks)examples/sites/demos/pc/app/action-menu/events-composition-api.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/events.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/icon-composition-api.vue
(2 hunks)examples/sites/demos/pc/app/action-menu/icon.vue
(2 hunks)examples/sites/demos/pc/app/action-menu/max-show-num-composition-api.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/max-show-num.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/more-text-composition-api.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/more-text.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/popper-class-composition-api.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/popper-class.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/slot-item-composition-api.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/slot-item.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/spacing-composition-api.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/spacing.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/text-field-composition-api.vue
(1 hunks)examples/sites/demos/pc/app/action-menu/text-field.spec.ts
(1 hunks)examples/sites/demos/pc/app/action-menu/text-field.vue
(1 hunks)packages/renderless/src/logout/index.ts
(1 hunks)packages/vue/src/action-menu/__tests__/action-menu.test.tsx
(1 hunks)
🧰 Additional context used
🧠 Learnings (17)
examples/sites/demos/pc/app/action-menu/spacing-composition-api.vue (1)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
examples/sites/demos/pc/app/action-menu/events.vue (1)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
examples/sites/demos/pc/app/action-menu/card-mode-composition-api.vue (1)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
examples/sites/demos/pc/app/action-menu/disabled-composition-api.vue (1)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
examples/sites/demos/pc/app/action-menu/basic-usage-composition-api.vue (1)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
examples/sites/demos/pc/app/action-menu/max-show-num-composition-api.vue (1)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
examples/sites/demos/pc/app/action-menu/popper-class-composition-api.vue (2)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-heatmap/src/chart-heatmap.vue:38-40
Timestamp: 2024-11-25T03:43:19.322Z
Learning: 在 Vue.js 组件(如 `chart-heatmap.vue`)中,使用来自 `chart-core` 的 `huiChartOption` 来管理图表选项,不要在 `data()` 中声明 `option`。
examples/sites/demos/pc/app/action-menu/events-composition-api.vue (1)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
examples/sites/demos/pc/app/action-menu/max-show-num.vue (1)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
examples/sites/demos/pc/app/action-menu/icon-composition-api.vue (1)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
examples/sites/demos/pc/app/action-menu/text-field.vue (3)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-histogram/src/chart-histogram.vue:33-36
Timestamp: 2024-11-25T03:43:05.285Z
Learning: 在 Tiny Vue 代码库中,使用 `chart-core` 中的 `huiChartOption` 的组件,不应在其 `data` 中定义 `huiChartOption` 或 `option`,而是应该依赖 `chart-core` 提供的 `huiChartOption`。
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-heatmap/src/chart-heatmap.vue:38-40
Timestamp: 2024-11-25T03:43:19.322Z
Learning: 在 Vue.js 组件(如 `chart-heatmap.vue`)中,使用来自 `chart-core` 的 `huiChartOption` 来管理图表选项,不要在 `data()` 中声明 `option`。
examples/sites/demos/pc/app/action-menu/slot-item.vue (1)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
examples/sites/demos/pc/app/action-menu/slot-item-composition-api.vue (1)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
examples/sites/demos/pc/app/action-menu/text-field-composition-api.vue (1)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
examples/sites/demos/pc/app/action-menu/more-text.vue (1)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
examples/sites/demos/pc/app/action-menu/basic-usage.vue (1)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
examples/sites/demos/pc/app/action-menu/icon.vue (1)
Learnt from: Davont
PR: opentiny/tiny-vue#2513
File: packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue:30-32
Timestamp: 2024-11-25T03:24:05.740Z
Learning: 在位于`packages/vue/src/huicharts/huicharts-sunburst/src/chart-sunburst.vue`的组件中,当使用`chart-core`时,应删除错误的`option`定义,使用`chart-core`中的`huiChartOption`。
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: PR E2E Test (pnpm test:e2e3)
🔇 Additional comments (23)
examples/sites/demos/pc/app/action-menu/text-field.spec.ts (1)
11-11
: ✅ Assertion updated & no outdated typos found
- The test in examples/sites/demos/pc/app/action-menu/text-field.spec.ts now correctly asserts
‘远程登录’
.- A repo-wide search confirms there are no remaining occurrences of “远程登陆”.
examples/sites/demos/pc/app/action-menu/spacing-composition-api.vue (1)
15-15
: Label typo fixedThe option label is now the correct “远程登录”. No further issues.
examples/sites/demos/pc/app/action-menu/more-text.vue (1)
16-16
: Consistent wordingLabel corrected to “远程登录”, keeping demo text consistent across files.
examples/sites/demos/pc/app/action-menu/max-show-num.vue (1)
16-16
: Typo correction acknowledgedThe display text is now accurate; change is purely cosmetic.
examples/sites/demos/pc/app/action-menu/events.vue (1)
23-23
: String fix applied here as wellGood catch—label now matches the other demos.
examples/sites/demos/pc/app/action-menu/events-composition-api.vue (1)
18-18
: Typo correction looks goodThe label text has been corrected from “远程登陆” to “远程登录”. No functional impact.
examples/sites/demos/pc/app/action-menu/basic-usage-composition-api.vue (1)
11-11
: Consistent typo fixSame text correction as in other demos; change is accurate and harmless.
examples/sites/demos/pc/app/action-menu/basic-usage.vue (1)
16-16
: Label updated correctlyThe hard-coded option text is now spelled correctly.
examples/sites/demos/pc/app/action-menu/popper-class-composition-api.vue (1)
11-11
: LGTMTextual correction only; component behaviour unchanged.
examples/sites/demos/pc/app/action-menu/card-mode-composition-api.vue (1)
12-12
: Fix applied consistentlyTypo fixed; no further action required.
examples/sites/demos/pc/app/action-menu/max-show-num-composition-api.vue (1)
9-13
: LGTM – typo fixed consistently.Label corrected to “远程登录”, no logic touched.
examples/sites/demos/pc/app/action-menu/more-text-composition-api.vue (1)
9-13
: LGTM – typo corrected.examples/sites/demos/pc/app/action-menu/spacing.vue (1)
18-22
: LGTM – string fix only.examples/sites/demos/pc/app/action-menu/disabled-composition-api.vue (1)
16-19
: LGTM – both option arrays updated.No behavioural impact; matches other demo files.
Also applies to: 40-43
examples/sites/demos/pc/app/action-menu/card-mode.vue (1)
15-19
: LGTM – corrected wording.examples/sites/demos/pc/app/action-menu/slot-item-composition-api.vue (1)
17-17
: Typo fixed – label now reads correctlyThe replacement of “远程登陆” with “远程登录” fixes the common-usage typo and keeps wording consistent with the rest of the demos.
examples/sites/demos/pc/app/action-menu/popper-class.vue (1)
16-16
: Textual correction is correct and consistentThe option label has been standardised to “远程登录”, matching other demo and test files. No further action needed.
packages/vue/src/action-menu/__tests__/action-menu.test.tsx (1)
9-9
: Test data updated to match UI copyThe test fixture now aligns with the corrected menu label. Tests should continue to pass without changes to assertions.
examples/sites/demos/pc/app/action-menu/text-field.vue (1)
16-16
: Corrected Chinese wordingThe typo fix (“登录” vs “登陆”) maintains consistency across demos and adheres to standard terminology.
examples/sites/demos/pc/app/action-menu/text-field-composition-api.vue (1)
11-11
: Consistent wording fix appliedThe Composition-API variant now uses the same corrected text as all other files; no logic impacted.
packages/renderless/src/logout/index.ts (1)
100-102
: Minor comment typo fixedThe inline comment now uses the right character. Nothing else changed.
examples/sites/demos/pc/app/action-menu/icon-composition-api.vue (1)
26-26
: String correction verifiedBoth reactive arrays reflect the correct wording; no functional impact.
Also applies to: 48-48
examples/sites/demos/pc/app/action-menu/icon.vue (1)
30-30
: Typo corrected consistentlyLabel text fixed in both arrays; demo logic untouched.
Also applies to: 51-51
有个测试用例没过哈 |
There is a test case that has not been passed |
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit