mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	update: route data struct & remove google analytics
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								public/theme/v2board/assets/umi.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								public/theme/v2board/assets/umi.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								public/theme/v2board/assets/vendors.async.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								public/theme/v2board/assets/vendors.async.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										49
									
								
								public/theme/v2board/config.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								public/theme/v2board/config.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,49 @@ | ||||
| { | ||||
|     "name": "v2board", | ||||
|     "description": "v2board", | ||||
|     "version": "1.7.2", | ||||
|     "images": "https://images.unsplash.com/photo-1515405295579-ba7b45403062?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2160&q=80", | ||||
|     "configs": [{ | ||||
|         "label": "主题色", | ||||
|         "placeholder": "请选择主题颜色", | ||||
|         "field_name": "theme_color", | ||||
|         "field_type": "select", | ||||
|         "select_options": { | ||||
|             "default": "默认(蓝色)", | ||||
|             "green": "奶绿色", | ||||
|             "black": "黑色", | ||||
|             "darkblue": "暗蓝色" | ||||
|         }, | ||||
|         "default_value": "default" | ||||
|     }, { | ||||
|         "label": "背景", | ||||
|         "placeholder": "请输入背景图片URL", | ||||
|         "field_name": "background_url", | ||||
|         "field_type": "input" | ||||
|     }, { | ||||
|         "label": "边栏风格", | ||||
|         "placeholder": "请选择边栏风格", | ||||
|         "field_name": "theme_sidebar", | ||||
|         "field_type": "select", | ||||
|         "select_options": { | ||||
|             "light": "亮", | ||||
|             "dark": "暗", | ||||
|         }, | ||||
|         "default_value": "light" | ||||
|     }, { | ||||
|         "label": "顶部风格", | ||||
|         "placeholder": "请选择顶部风格", | ||||
|         "field_name": "theme_header", | ||||
|         "field_type": "select", | ||||
|         "select_options": { | ||||
|             "light": "亮", | ||||
|             "dark": "暗" | ||||
|         }, | ||||
|         "default_value": "dark" | ||||
|     }, { | ||||
|         "label": "自定义页脚HTML", | ||||
|         "placeholder": "可以实现客服JS代码的加入等", | ||||
|         "field_name": "custom_html", | ||||
|         "field_type": "textarea" | ||||
|     }] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user