-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
みつける>ハイライトのふぁぼすたー機能 #14977
みつける>ハイライトのふぁぼすたー機能 #14977
Conversation
宛先間違い |
Thank you for sending us a great Pull Request! 👍 example: pnpm run build-misskey-js-with-types |
このPRによるapi.jsonの差分 差分はこちら--- 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"
}
}
} |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. |
ハイライト中のハイライトを青デカ文字や赤デカ文字でより強調する