mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	docs: update readme, database files
This commit is contained in:
		@@ -132,7 +132,7 @@ cd docker/mysql
 | 
			
		||||
# 创建 mysql 容器
 | 
			
		||||
docker-compose up -d
 | 
			
		||||
# 导入数据库
 | 
			
		||||
docker exec -i chatgpt-plus-mysql sh -c 'exec mysql -uroot -p12345678' < ../../database/chatgpt_plus-v3.1.4.sql
 | 
			
		||||
docker exec -i chatgpt-plus-mysql sh -c 'exec mysql -uroot -p12345678' < ../../database/chatgpt_plus-v3.1.5.sql
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
如果你本地已经安装了 MySQL 服务,那么你只需手动导入数据库即可。
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1176
									
								
								database/chatgpt_plus-v3.1.5.sql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1176
									
								
								database/chatgpt_plus-v3.1.5.sql
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -63,7 +63,7 @@
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
  white-space: nowrap;
 | 
			
		||||
  text-overflow: ellipsis;
 | 
			
		||||
  width: 210px;
 | 
			
		||||
  width: 190px;
 | 
			
		||||
}
 | 
			
		||||
#app .common-layout .el-aside .chat-list .content .chat-list-item .chat-title {
 | 
			
		||||
  color: #c1c1c1;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user