From cfa7c623f6ee531ace806e98041c6939e44a6396 Mon Sep 17 00:00:00 2001 From: DGCK81LNN <54282183+DGCK81LNN@users.noreply.github.com> Date: Sat, 6 Apr 2024 13:47:07 +0800 Subject: [PATCH] chore: create tools/dictdiffhtml.rb --- tools/dictdiffhtml.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/dictdiffhtml.rb diff --git a/tools/dictdiffhtml.rb b/tools/dictdiffhtml.rb new file mode 100644 index 0000000..4eaee6b --- /dev/null +++ b/tools/dictdiffhtml.rb @@ -0,0 +1 @@ +print "
汉字 | 希顶 | 备注 | 汉希提示 | 希汉提示#{STDIN.read.gsub(/^ /, ' | |
---|---|---|---|---|---|
').gsub(/^\+/, ' | |||||
+ | ').gsub(/^-/, ' | ||||
- | ').gsub("\t", ' | ')}" |