Skip to content

Instantly share code, notes, and snippets.

@RRRoger
Last active January 31, 2019 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RRRoger/0235138d3ac53357007a864fc4901734 to your computer and use it in GitHub Desktop.
Save RRRoger/0235138d3ac53357007a864fc4901734 to your computer and use it in GitHub Desktop.
搜过输入法自定义短语配置文件
; 搜狗输入法--自定义短语配置文件
; 自定义短语说明:
; 1、自定义短语支持多行、空格、指定位置。
; 2、每条自定义短语最多支持30000个汉字,总共支持100000条自定义短语。
; 3、自定义短语的格式如下:
; 单行的格式:
; 字符串+英文逗号+数字(指定排序位置)=短语
; 多行的格式:
; 字符串+英文逗号+数字(指定排序位置)=
; 多行短语
; 具体格式可以参考下面的实例。
; 4、最多支持100000行自定义短语。
; 5、自定义短语的用途有:快捷输入手机号、邮箱、诗词、小短文等,大家可以自由发挥。
; 6、时间函数功能。具体定义格式如下:; 字符串+英文逗号+数字(指定排序位置)=#表达式
; 注意:表达式以英文#开头,后面的表达式中的每一个函数的前面都包含有英文$。
; 函数表如下:
; 函数 含义 举例
; $year 年(4位) 2006、2008
; $year_yy 年(2位) 06、08
; $month 月 12、8、3
; $month_mm 月 12、08、03 //此函数在输入法3.1版之后(含)有效
; $day 日 3、13、22
; $day_dd 日 03、13、22 //此函数在输入法3.1版之后(含)有效
; $weekday 星期 0、1、2、5、6
; $fullhour 时(24小时制) 2、8、13、23
; $fullhour_hh 时(24小时制) 02、08、13、23 //此函数在输入法3.1版之后(含)有效
; $halfhour 时(12小时制) 2、8、10、11
; $halfhour_hh 时(12小时制) 02、08、10、11 //此函数在输入法3.1版之后(含)有效
; $ampm AM、PM(英) AM、PM(大写)
; $minute 分 02、08、15、28
; $second 秒 02、08、15、28
; $year_cn 年(中文4位) 二〇〇六
; $year_yy_cn 年(中文2位) 〇六
; $month_cn 月(中文) 十二、八、三
; $day_cn 日(中文) 三、十三、二十二
; $weekday_cn 星期(中文) 日、一、二、五、六
; $fullhour_cn 时(中文24时制) 二、八、十三、二十三
; $halfhour_cn 时(中文12时制) 二、八、一、十一
; $ampm_cn 上午下午(中文) 上午、下午
; $minute_cn 分(中文) 零二、零八、十五、二十八
; $second_cn 秒(中文) 零二、零八、十五、二十八
; 具体你可以参考这个文件最下面的例子,实际体验一下就明白了。
; 你可以用自定义短语来做一个带动态时间的多行回信落款。
; ss,1=#$year年$month月$day_dd日 $fullhour:$minute:$second
b,1=吧
hdl,4=→←↓↑ABBA
huaji,1=[Smirk]
keai,2=/:,@-D
lb,2=飞流直下三千尺,疑是银河落九天
m,3=M²
ones,1=
Here’s to the crazy ones.
The misfits. The rebels. The troublemakers. The round pegs in the square holes. The ones who see things differently.
They’re not fond of rules. And they have no respect for the status quo. You can quote them, disagree with them, glorify or vilify them. About the only thing you can’t do is ignore them.
Because they change things. They push the human race forward. And while some may see them as the crazy ones, we see genius. Because the people who are crazy enough to think they can change the world, are the ones who do.
smirk,1=[Smirk]
so,5=搜狗Mac输入法!
wl,1=[Facepalm]
wulian,1=[Facepalm]
xiaok,1=😂
xiaoku,1=😂
xk,1=😂
zhoumei,1=[Concerned]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment