misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
10.1k stars 1.38k forks source link

みつける>ハイライトのふぁぼすたー機能 #14977

Closed fruitriin closed 1 week ago

fruitriin commented 1 week ago

ハイライト中のハイライトを青デカ文字や赤デカ文字でより強調する

fruitriin commented 1 week ago

宛先間違い

github-actions[bot] commented 1 week ago

Thank you for sending us a great Pull Request! 👍 Please regenerate misskey-js type definitions! 🙏

example:

pnpm run build-misskey-js-with-types
github-actions[bot] commented 1 week ago

このPRによるapi.jsonの差分

差分はこちら ```diff --- base +++ head @@ -579,6 +579,22 @@ "items": { "type": "string" } + }, + "highlightRateFactor": { + "type": "number", + "optinal": false + }, + "highlightMidPopularityThreshold": { + "type": "number", + "optinal": false + }, + "highlightHighPopularityThreashold": { + "type": "number", + "optinal": false + }, + "highlightExcludeEmojis": { + "type": "string", + "optinal": false } }, "required": [ @@ -693,7 +709,11 @@ "urlPreviewUserAgent", "urlPreviewSummaryProxyUrl", "federation", - "federationHosts" + "federationHosts", + "highlightRateFactor", + "highlightMidPopularityThreshold", + "highlightHighPopularityThreashold", + "highlightExcludeEmojis" ] } } @@ -14398,6 +14418,18 @@ "items": { "type": "string" } + }, + "highlightRateFactor": { + "type": "number" + }, + "highlightMidPopularityThreshold": { + "type": "number" + }, + "highlightHighPopularityThreashold": { + "type": "number" + }, + "highlightExcludeEmojis": { + "type": "string" } } } ``` [Get diff files from Workflow Page](https://github.com/misskey-dev/misskey/actions/runs/11874334458)
codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 49.67320% with 77 lines in your changes missing coverage. Please review.

Project coverage is 37.62%. Comparing base (4d54101) to head (cacf477). Report is 16 commits behind head on develop.

Files with missing lines Patch % Lines
packages/frontend/src/pages/admin/settings.vue 0.00% 41 Missing :warning:
packages/backend/src/core/ReactionService.ts 10.00% 9 Missing :warning:
...ges/backend/src/core/entities/MetaEntityService.ts 50.00% 7 Missing :warning:
...kend/src/server/api/endpoints/admin/update-meta.ts 65.00% 7 Missing :warning:
packages/frontend/src/components/MkNotes.vue 0.00% 6 Missing :warning:
...ges/backend/src/server/api/endpoints/admin/meta.ts 81.81% 4 Missing :warning:
packages/frontend/src/pages/explore.featured.vue 0.00% 2 Missing :warning:
packages/backend/src/core/NoteCreateService.ts 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #14977 +/- ## =========================================== - Coverage 41.73% 37.62% -4.11% =========================================== Files 1564 1561 -3 Lines 202871 197393 -5478 Branches 3670 2532 -1138 =========================================== - Hits 84660 74269 -10391 - Misses 117605 122547 +4942 + Partials 606 577 -29 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.