mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-30 22:46:40 +00:00 
			
		
		
		
	🐛 fix adapter publish id link error
This commit is contained in:
		| @@ -49,14 +49,14 @@ | ||||
|                     </v-col> | ||||
|                     <v-col cols="12"> | ||||
|                       <v-text-field | ||||
|                         v-model="newAdapter.id" | ||||
|                         v-model="newAdapter.link" | ||||
|                         label="PyPI 项目名" | ||||
|                         required | ||||
|                       ></v-text-field> | ||||
|                     </v-col> | ||||
|                     <v-col cols="12"> | ||||
|                       <v-text-field | ||||
|                         v-model="newAdapter.link" | ||||
|                         v-model="newAdapter.id" | ||||
|                         label="协议 import 包名" | ||||
|                         required | ||||
|                       ></v-text-field> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user