修复一处查询
							parent
							
								
									7d7167f4ba
								
							
						
					
					
						commit
						29433868e9
					
				| 
						 | 
				
			
			@ -29,8 +29,6 @@ jobs:
 | 
			
		|||
 | 
			
		||||
      - name: 安装依赖并编译
 | 
			
		||||
        run: |
 | 
			
		||||
          pwd
 | 
			
		||||
          ls -lsh
 | 
			
		||||
          npm i
 | 
			
		||||
          npm run build
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -332,7 +332,7 @@ export default {
 | 
			
		|||
        }
 | 
			
		||||
        // 词库查询
 | 
			
		||||
        {
 | 
			
		||||
          let extra = WB_WORDS.get(text)
 | 
			
		||||
          let extra = (WB_WORDS.get(text) || [])
 | 
			
		||||
            .concat(
 | 
			
		||||
              WB_DY.get(text),
 | 
			
		||||
              WB_EMOJI.get(text),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue