|
@@ -469,7 +469,7 @@ export default {
|
|
if (inFile) {
|
|
if (inFile) {
|
|
const keyword = keywords[0]
|
|
const keyword = keywords[0]
|
|
if (keyword?.length > 3) {
|
|
if (keyword?.length > 3) {
|
|
- return `(<span class="highlight-text">${keyword.substring(
|
|
|
|
|
|
+ return `(<span class="highlight-text-orange-bd">${keyword.substring(
|
|
0,
|
|
0,
|
|
3
|
|
3
|
|
)}</span>...在附件中)`
|
|
)}</span>...在附件中)`
|