找到NumberingLevel.php,添加“chineseCounting”和“japaneseCounting“;如下代码操作
public function setFormat($value)
{
$enum = array('bullet', 'decimal', 'upperRoman', 'lowerRoman', 'upperLetter', 'lowerLetter' ,'chineseCounting');
$this->format = $this->setEnumVal($value, $enum,
PHP学习笔记