mirror of
				https://github.com/songquanpeng/one-api.git
				synced 2025-11-04 07:43:41 +08:00 
			
		
		
		
	chore: set the default token quota to 1$
This commit is contained in:
		@@ -11,7 +11,7 @@ const EditToken = () => {
 | 
			
		||||
  const [loading, setLoading] = useState(isEdit);
 | 
			
		||||
  const originInputs = {
 | 
			
		||||
    name: '',
 | 
			
		||||
    remain_quota: 0,
 | 
			
		||||
    remain_quota: isEdit ? 0 : 500000,
 | 
			
		||||
    expired_time: -1,
 | 
			
		||||
    unlimited_quota: false
 | 
			
		||||
  };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user