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

๐Ÿ’„ style(spelling): correct "broswer" to "browser" across codebase #6876

Merged
merged 2 commits into from
Mar 11, 2025

Conversation

curtisrecords
Copy link
Contributor

@curtisrecords curtisrecords commented Mar 10, 2025

๐Ÿ’ป ๅ˜ๆ›ด็ฑปๅž‹ | Change Type

  • โœจ feat
  • ๐Ÿ› fix
  • โ™ป๏ธ refactor
  • ๐Ÿ’„ style
  • ๐Ÿ‘ท build
  • โšก๏ธ perf
  • ๐Ÿ“ docs
  • ๐Ÿ”จ chore

๐Ÿ”€ ๅ˜ๆ›ด่ฏดๆ˜Ž | Description of Change

Fix spelling error by correcting "broswer" to "browser" across multiple files including model configuration, provider settings, and localization files. This change ensures consistent and correct spelling throughout the codebase.

๐Ÿ“ ่กฅๅ……ไฟกๆฏ | Additional Information

Files affected:

  • Model configuration files (modelConfig.ts, modelConfig.test.ts)
  • AI provider selectors (aiProvider/selectors.ts)
  • Localization files in multiple languages (zh-TW, zh-CN, fa-IR)
  • Settings configuration files

This is a simple spelling correction with no functional changes to the application behavior.

fix(spelling): correct "broswer" to "browser" across codebase

- Fix typo in modelConfig.ts and modelConfig.test.ts
- Correct spelling in aiProvider/selectors.ts
- Fix spelling in localization files (setting.ts, setting.json)
- Update spelling in modelProviders/index.ts
- Corrected in multiple locales (zh-TW, zh-CN, fa-IR)
Copy link

vercel bot commented Mar 10, 2025

@curtisrecords is attempting to deploy a commit to the LobeChat Desktop Team on Vercel.

A member of the Team first needs to authorize it.

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Mar 10, 2025
Copy link
Contributor

gru-agent bot commented Mar 10, 2025

TestGru Assignment

Summary

Link CommitId Status Reason
Detail 12ab47c โœ… Finished

Files

File Pull Request
src/store/aiInfra/slices/aiProvider/selectors.ts ๐Ÿ”ด Closed #6877
src/store/user/slices/modelList/selectors/modelConfig.ts ๐Ÿšซ Skipped (There's no need to update the test code)

Tip

You can @gru-agent and leave your feedback. TestGru will make adjustments based on your input

@arvinxx arvinxx changed the title fix(spelling): correct "broswer" to "browser" across codebase ๐Ÿ’„ style(spelling): correct "broswer" to "browser" across codebase Mar 10, 2025
Copy link

vercel bot commented Mar 10, 2025

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Comments Updated (UTC)
lobe-chat-preview โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Mar 10, 2025 6:02pm

Copy link

codecov bot commented Mar 10, 2025

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.36%. Comparing base (76e1327) to head (12ab47c).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/store/aiInfra/slices/aiProvider/selectors.ts 33.33% 2 Missing โš ๏ธ
Additional details and impacted files
@@            Coverage Diff            @@
##             main    #6876     +/-   ##
=========================================
  Coverage   91.36%   91.36%             
=========================================
  Files         729      729             
  Lines       68681    68681             
  Branches     3344     4645   +1301     
=========================================
  Hits        62751    62751             
  Misses       5930     5930             
Flag Coverage ฮ”
app 91.36% <71.42%> (รธ)
server 97.57% <รธ> (รธ)

Flags with carried forward coverage won't be shown. Click here to find out more.

โ˜” View full report in Codecov by Sentry.
๐Ÿ“ข Have feedback on the report? Share it here.

๐Ÿš€ New features to boost your workflow:
  • โ„ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • ๐Ÿ“ฆ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@arvinxx arvinxx merged commit 8d677a2 into lobehub:main Mar 11, 2025
12 of 15 checks passed
github-actions bot pushed a commit that referenced this pull request Mar 11, 2025
### [Version&nbsp;1.70.3](v1.70.2...v1.70.3)
<sup>Released on **2025-03-11**</sup>

#### ๐Ÿ’„ Styles

- **spelling**: Correct "broswer" to "browser" across codebase.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Styles

* **spelling**: Correct "broswer" to "browser" across codebase, closes [#6876](#6876) ([8d677a2](8d677a2))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
github-actions bot pushed a commit to bentwnghk/lobe-chat that referenced this pull request Mar 13, 2025
### [Version&nbsp;1.111.1](v1.111.0...v1.111.1)
<sup>Released on **2025-03-13**</sup>

#### ๐Ÿ› Bug Fixes

- **misc**: Fix crawl result for short content, fix theme flicking, Link jump in mobile terminal data statistics, refactor the theme implement, the agent setting `-edit_agent` not work.

#### ๐Ÿ’„ Styles

- **spelling**: Correct "broswer" to "browser" across codebase.
- **misc**: Support OpenRouter custom BaseURL.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

* **misc**: Fix crawl result for short content, closes [lobehub#6903](https://github.com/bentwnghk/lobe-chat/issues/6903) [lobehub#6904](https://github.com/bentwnghk/lobe-chat/issues/6904) ([d8fda65](d8fda65))
* **misc**: Fix theme flicking, closes [lobehub#6926](https://github.com/bentwnghk/lobe-chat/issues/6926) ([103c3e3](103c3e3))
* **misc**: Link jump in mobile terminal data statistics, closes [lobehub#6893](https://github.com/bentwnghk/lobe-chat/issues/6893) ([505d24d](505d24d))
* **misc**: Refactor the theme implement, closes [lobehub#6844](https://github.com/bentwnghk/lobe-chat/issues/6844) ([e5c2161](e5c2161))
* **misc**: The agent setting `-edit_agent` not work, closes [lobehub#4609](https://github.com/bentwnghk/lobe-chat/issues/4609) ([7af0ec6](7af0ec6))

#### Styles

* **spelling**: Correct "broswer" to "browser" across codebase, closes [lobehub#6876](https://github.com/bentwnghk/lobe-chat/issues/6876) ([8d677a2](8d677a2))
* **misc**: Support OpenRouter custom BaseURL ([a8089ed](a8089ed))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
github-actions bot pushed a commit to jaworldwideorg/OneJA-Bot that referenced this pull request Mar 13, 2025
## [Version&nbsp;1.18.0](v1.17.1...v1.18.0)
<sup>Released on **2025-03-13**</sup>

#### โœจ Features

- **misc**: Support no-fc models like deepseek r1 with online search.

#### ๐Ÿ› Bug Fixes

- **misc**: Fix anthropic max tokens, fix context cache control and model builtin search switch, fix crawl result for short content, fix theme flicking, Link jump in mobile terminal data statistics, refactor the theme implement, the agent setting `-edit_agent` not work, update cvpr cvf url rules.

#### ๐Ÿ’„ Styles

- **chat**: Auto send message from URL.
- **spelling**: Correct "broswer" to "browser" across codebase.
- **misc**: Support openrouter claude 3.7 sonnet reasoning, Support OpenRouter custom BaseURL.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* **misc**: Support no-fc models like deepseek r1 with online search, closes [lobehub#6842](https://github.com/jaworldwideorg/OneJA-Bot/issues/6842) ([f284c25](f284c25))

#### What's fixed

* **misc**: Fix anthropic max tokens, closes [lobehub#6859](https://github.com/jaworldwideorg/OneJA-Bot/issues/6859) ([35fbc6c](35fbc6c))
* **misc**: Fix context cache control and model builtin search switch, closes [lobehub#6831](https://github.com/jaworldwideorg/OneJA-Bot/issues/6831) ([5c6b8ea](5c6b8ea))
* **misc**: Fix crawl result for short content, closes [lobehub#6903](https://github.com/jaworldwideorg/OneJA-Bot/issues/6903) [lobehub#6904](https://github.com/jaworldwideorg/OneJA-Bot/issues/6904) ([d8fda65](d8fda65))
* **misc**: Fix theme flicking, closes [lobehub#6926](https://github.com/jaworldwideorg/OneJA-Bot/issues/6926) ([103c3e3](103c3e3))
* **misc**: Link jump in mobile terminal data statistics, closes [lobehub#6893](https://github.com/jaworldwideorg/OneJA-Bot/issues/6893) ([505d24d](505d24d))
* **misc**: Refactor the theme implement, closes [lobehub#6844](https://github.com/jaworldwideorg/OneJA-Bot/issues/6844) ([e5c2161](e5c2161))
* **misc**: The agent setting `-edit_agent` not work, closes [lobehub#4609](https://github.com/jaworldwideorg/OneJA-Bot/issues/4609) ([7af0ec6](7af0ec6))
* **misc**: Update cvpr cvf url rules, closes [lobehub#6860](https://github.com/jaworldwideorg/OneJA-Bot/issues/6860) ([c299067](c299067))

#### Styles

* **chat**: Auto send message from URL, closes [lobehub#6497](https://github.com/jaworldwideorg/OneJA-Bot/issues/6497) ([30b2639](30b2639))
* **spelling**: Correct "broswer" to "browser" across codebase, closes [lobehub#6876](https://github.com/jaworldwideorg/OneJA-Bot/issues/6876) ([8d677a2](8d677a2))
* **misc**: Support openrouter claude 3.7 sonnet reasoning, closes [lobehub#6806](https://github.com/jaworldwideorg/OneJA-Bot/issues/6806) ([f1ffc2c](f1ffc2c))
* **misc**: Support OpenRouter custom BaseURL ([a8089ed](a8089ed))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] ๆœฌๅœฐๅŒ–้—ฎ้ข˜
2 participants