22 lines
		
	
	
		
			624 B
		
	
	
	
		
			XML
		
	
	
	
		
		
			
		
	
	
			22 lines
		
	
	
		
			624 B
		
	
	
	
		
			XML
		
	
	
	
|  | <root> | ||
|  | 
 | ||
|  | 	<topmodule name="Config"/> | ||
|  | 
 | ||
|  | 	<patch name="cn"/> | ||
|  | 	<patch name="en"/> | ||
|  | 
 | ||
|  | 	<group name="c" default="1"/> client | ||
|  | 	<group name="s" default="1"/> server | ||
|  | 	<group name="e" default="1"/> editor | ||
|  | 	 | ||
|  | 	<import name="."/> | ||
|  | 	 | ||
|  | 	<importexcel name="ARoot/__tables__.xlsx" type="table"/>相对data目录 | ||
|  | 	<importexcel name="ARoot/__enums__.xlsx" type="enum"/>相对data目录 | ||
|  | 	<importexcel name="ARoot/__beans__.xlsx" type="bean"/>相对data目录 | ||
|  | 
 | ||
|  | 	<service name="server" manager="Tables" group="s"/> | ||
|  | 	<service name="client" manager="Tables" group="c"/> | ||
|  | 	<service name="all" manager="Tables" group="c,s,e"/> | ||
|  | </root> |