Typora 0.9.9.30(0.9.80)Beta

by Typora.net

新增/改进

新美人鱼图

我们升级了美人鱼库,现在支持新图:

类图
classDiagram
      Animal <|-- Duck
      Animal <|-- Fish
      Animal <|-- Zebra
      Animal : +int age
      Animal : +String gender
      Animal: +isMammal()
      Animal: +mate()
      class Duck{
          +String beakColor
          +swim()
          +quack()
      }
      class Fish{
          -int sizeInFeet
          -canEat()
      }
      class Zebra{
          +bool is_wild
          +run()
      }
状态图
stateDiagram
    [*] --> Still
    Still --> [*]

    Still --> Moving
    Moving --> Still
    Moving --> Crash
    Crash --> [*]
饼图图
pie
    "Dogs" : 386
    "Cats" : 85
    "Rats" : 150 

除了新图之外,还修复了一些错误:

支持新语言

要对Typora的i18n做出贡献,请签出https://github.com/typora/Typora-i18n

错误修复

查找和替换

拼写检查

稳定性

复制粘贴

出口

其他


Tags: