From bd27b1136276e780a82503789ac446041657dc78 Mon Sep 17 00:00:00 2001 From: Bojiang Date: Tue, 12 Aug 2025 11:44:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E9=BB=84=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bojiang Change-Id: Ie7f04c343c07932c5b716f37ed2818436bf95f3b --- compiler/tsconfig.esm.json | 10 +++++----- compiler/tsconfig.json | 10 +++++----- ...346\214\207\345\257\274\350\247\204\350\214\203.md" | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/compiler/tsconfig.esm.json b/compiler/tsconfig.esm.json index 9b0e05d83..ac40f8187 100755 --- a/compiler/tsconfig.esm.json +++ b/compiler/tsconfig.esm.json @@ -875,6 +875,11 @@ "type": "ContainerSpanAttribute", "instance": "ContainerSpanInstance" }, + { + "name": "ArcAlphabetIndexer", + "type": "ArcAlphabetIndexerAttribute", + "instance": "ArcAlphabetIndexerInstance" + }, { "name": "ArcSwiper", "type": "ArcSwiperAttribute", @@ -885,11 +890,6 @@ "type": "ArcScrollBarAttribute", "instance": "ArcScrollBarInstance" }, - { - "name": "ArcAlphabetIndexer", - "type": "ArcAlphabetIndexerAttribute", - "instance": "ArcAlphabetIndexerInstance" - }, ] }, "styles": { diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index 7b5d6ed6e..e7ee165ec 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -924,6 +924,11 @@ "type": "ContainerSpanAttribute", "instance": "ContainerSpanInstance" }, + { + "name": "ArcAlphabetIndexer", + "type": "ArcAlphabetIndexerAttribute", + "instance": "ArcAlphabetIndexerInstance" + }, { "name": "ArcSwiper", "type": "ArcSwiperAttribute", @@ -934,11 +939,6 @@ "type": "ArcScrollBarAttribute", "instance": "ArcScrollBarInstance" }, - { - "name": "ArcAlphabetIndexer", - "type": "ArcAlphabetIndexerAttribute", - "instance": "ArcAlphabetIndexerInstance" - }, ] }, "styles": { diff --git "a/compiler/\345\246\202\344\275\225\346\226\260\345\242\236\346\210\226\344\277\256\346\224\271\347\273\204\344\273\266\346\214\207\345\257\274\350\247\204\350\214\203.md" "b/compiler/\345\246\202\344\275\225\346\226\260\345\242\236\346\210\226\344\277\256\346\224\271\347\273\204\344\273\266\346\214\207\345\257\274\350\247\204\350\214\203.md" index 57865b510..c1164ff93 100644 --- "a/compiler/\345\246\202\344\275\225\346\226\260\345\242\236\346\210\226\344\277\256\346\224\271\347\273\204\344\273\266\346\214\207\345\257\274\350\247\204\350\214\203.md" +++ "b/compiler/\345\246\202\344\275\225\346\226\260\345\242\236\346\210\226\344\277\256\346\224\271\347\273\204\344\273\266\346\214\207\345\257\274\350\247\204\350\214\203.md" @@ -8,7 +8,7 @@ #### **说明:** -通用属性是指在 **`common.d.ts`** 文件中 **`CommonMethod`** 类定义的属性,这些属性可以修饰**自定义组件**或**系统组件**。 + 通用属性是指在 `common.d.ts` 文件中 `CommonMethod` 类定义的属性,这些属性可以修饰**自定义组件**或**系统组件**。 ##### **变更与同步要求** -- Gitee