shish il y a 1 an
Parent
commit
51a5e3a190

Fichier diff supprimé car celui-ci est trop grand
+ 3 - 0
hdPad/src/components/vKeyboard/icon.css


+ 2 - 2
hdPad/src/components/vKeyboard/utils.js

@@ -1,5 +1,5 @@
 //所有自然数
-export const natural = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0'];
+export const natural = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '.', '0','00'];
 //所有英文字母
 export const chars = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u',
 	'v', 'w', 'x', 'y', 'z'
@@ -7,7 +7,7 @@ export const chars = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l'
 
 //顺序排序全键盘
 export const order = [
-	['1', '2', '3', '4', '5', '6', '7', '8', '9', '0'],
+	// ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0','00'],
 	['q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p'],
 	['a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l'],
 	['z', 'x', 'c', 'v', 'b', 'n', 'm']

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff