Shimada666 / v-code-diff

A vue code diff display plugin, support Vue2 / Vue3
https://shimada666.github.io/v-code-diff/
MIT License
408 stars 68 forks source link

统计信息支持中文 #100

Closed liyoungs closed 1 year ago

liyoungs commented 1 year ago

右上角的统计信息中的additions 和deletions支持使用中文替代

Shimada666 commented 1 year ago

其实我试下来用中文不好看,有考虑到使用者主要都是程序员,所以默认用了英文。我留个 slot 给你?你可以从 diff 事件中拿到统计信息的具体情况,然后自己绘制统计信息部分的 ui

liyoungs commented 1 year ago

好的,我试试diff事件。感谢博主的及时回复  

 

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2023年11月13日(星期一) 上午10:22 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [Shimada666/v-code-diff] 统计信息支持中文 (Issue #100)

其实我试下来用中文不好看,有考虑到使用者主要都是程序员,所以默认用了英文。我留个 slot 给你?你可以从 diff 事件中拿到统计信息的具体情况,然后自己绘制统计信息部分的 ui

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Shimada666 commented 1 year ago

好的,我试试diff事件。感谢博主的及时回复     ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2023年11月13日(星期一) 上午10:22 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [Shimada666/v-code-diff] 统计信息支持中文 (Issue #100) 其实我试下来用中文不好看,有考虑到使用者主要都是程序员,所以默认用了英文。我留个 slot 给你?你可以从 diff 事件中拿到统计信息的具体情况,然后自己绘制统计信息部分的 ui — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

好,我这两天开发下 slot,届时你就能用了

Shimada666 commented 1 year ago

1.8.0 有个 stat 插槽,diff 事件也可以获取统计情况,你可以自由定制要显示的内容了

liyoungs commented 1 year ago

感谢博主的热心回馈  

 

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2023年11月19日(星期天) 晚上11:44 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [Shimada666/v-code-diff] 统计信息支持中文 (Issue #100)

1.8.0 有个 stat 插槽,diff 事件也可以获取统计情况,你可以自由定制要显示的内容了

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>