mirror of
				https://github.com/Mabbs/mabbs.github.io
				synced 2025-11-04 08:01:32 +08:00 
			
		
		
		
	Update 3 files
- /Gemfile - /.gitlab-ci.yml - /Live2dHistoire/live2d/js/message.js
This commit is contained in:
		
							parent
							
								
									c622346eaa
								
							
						
					
					
						commit
						eefdb73475
					
				@ -6,7 +6,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Template project: https://gitlab.com/pages/jekyll
 | 
					# Template project: https://gitlab.com/pages/jekyll
 | 
				
			||||||
# Docs: https://docs.gitlab.com/ee/pages/
 | 
					# Docs: https://docs.gitlab.com/ee/pages/
 | 
				
			||||||
image: ruby
 | 
					image: ruby:2.7
 | 
				
			||||||
 | 
					
 | 
				
			||||||
variables:
 | 
					variables:
 | 
				
			||||||
  JEKYLL_ENV: production
 | 
					  JEKYLL_ENV: production
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
source "https://rubygems.org"
 | 
					source "https://rubygems.org"
 | 
				
			||||||
gem "jekyll"
 | 
					gem "jekyll" == 3.9.3
 | 
				
			||||||
group :jekyll_plugins do
 | 
					group :jekyll_plugins do
 | 
				
			||||||
  gem "jekyll-gist"
 | 
					  gem "jekyll-gist"
 | 
				
			||||||
  gem "jekyll-coffeescript"
 | 
					  gem "jekyll-coffeescript"
 | 
				
			||||||
 | 
				
			|||||||
@ -287,18 +287,10 @@ if(!norunFlag){
 | 
				
			|||||||
				showMessage('思考中~', 0);
 | 
									showMessage('思考中~', 0);
 | 
				
			||||||
				$.ajax({
 | 
									$.ajax({
 | 
				
			||||||
					type: 'POST',
 | 
										type: 'POST',
 | 
				
			||||||
					url: "https://www.tuling123.com/openapi/api",
 | 
										url: "https://turing-api.mayx.eu.org/",
 | 
				
			||||||
					data: {
 | 
										data: {
 | 
				
			||||||
						"reqType":0,
 | 
												"info": info_,
 | 
				
			||||||
						"perception": {
 | 
					 | 
				
			||||||
							"inputText": {
 | 
					 | 
				
			||||||
								"text": info_
 | 
					 | 
				
			||||||
							}
 | 
					 | 
				
			||||||
						},
 | 
					 | 
				
			||||||
						"userInfo": {
 | 
					 | 
				
			||||||
							"apiKey": "ae8933884bcc4bac96289a43d8a864db",
 | 
					 | 
				
			||||||
							"userId": userid_
 | 
												"userId": userid_
 | 
				
			||||||
						}
 | 
					 | 
				
			||||||
					},
 | 
										},
 | 
				
			||||||
					success: function(res) {
 | 
										success: function(res) {
 | 
				
			||||||
						if(res.intent.code !== 0){
 | 
											if(res.intent.code !== 0){
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user