Skip to content

Commit

Permalink
feat: 支持"一"和"不变调"
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoulixiang committed Mar 17, 2024
1 parent d13d439 commit b15e0ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions types/core/pinyin/handle.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ import type { SingleWordResult, PinyinMode } from '../../common/type';
type GetSingleWordPinyin = (word: string) => string;
export declare const getSingleWordPinyin: GetSingleWordPinyin;
export declare const getPinyin: (word: string, list: SingleWordResult[], mode: 'normal' | 'surname') => SingleWordResult[];
/**
* @description: 是否命中变调字规则
* @param {string} pinyin
* @return {string}
*/
/**
* @description: 将带音调符号拼音转换为不带音调拼音
* @param {string} pinyin
Expand Down

1 comment on commit b15e0ac

@yisibl
Copy link
Collaborator

@yisibl yisibl commented on b15e0ac Mar 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个可以有单独的字段区分出来吗?

Please sign in to comment.