@@ -93,7 +93,7 @@ appShortcuts.available().then(function(available) {
9393// function createPage() {
9494// const stack = new StackLayout();
9595// const label = new Label();
96- // label.text = "Hello, worlddddd !";
96+ // label.text = "Hello, world !";
9797// stack.addChild(label);
9898
9999// const page = new Page();
@@ -119,7 +119,7 @@ for (; charCode <= 0xeb69; charCode++) {
119119 // // glyph.set("code", charCode.toString(16));
120120
121121 // glyph.set(charCode.toString(16), String.fromCharCode(charCode));
122- // console.log("666666666666 ",glyph);
122+ // console.log("xxx ",glyph);
123123 // glyphs.push(glyph);
124124 viewModel . set ( charCode . toString ( 16 ) , String . fromCharCode ( charCode ) ) ;
125125}
@@ -130,7 +130,7 @@ for (; charCodes <= 0xe902; charCodes++) {
130130 // // glyph.set("icon", String.fromCharCode(charCodes));
131131 // // glyph.set("code", charCodes.toString(16));
132132 // glyph.set(charCode.toString(16), String.fromCharCode(charCodes));
133- // console.log("666666666666 ",glyph);
133+ // console.log("xxx ",glyph);
134134 // glyphs.push(glyph);
135135
136136 viewModel . set ( charCodes . toString ( 16 ) , String . fromCharCode ( charCodes ) ) ;
0 commit comments