-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: address error in document * feat: update docs error * refactor: update obook --------- Co-authored-by: huang yao <[email protected]>
- Loading branch information
Showing
27 changed files
with
113 additions
and
113 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
...7efd97a2387fe882f7092a1085f594c8621510400 → ...fb5e63de37e85dda296dfd51976305ccd1b1c9086
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
caches/en/54b923eac65cbc8d7354b6c0cc451437b3dace625a1531cfc88831008d455b93
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- [before](../../api/operation/before.md): Add elements before the target instance. | ||
- [after](../../api/operation/after.md): Add elements after the target instance. | ||
- [remove](../../api/operation/remove.md): Remove the target element. | ||
- [attr](../../api/props/attr.md): Get or set the [attributes](https://developer.mozilla.org/en-US/docs/Web/API/Element/attributes) of the target element. |
4 changes: 0 additions & 4 deletions
4
caches/en/55996d7a1e8638f1ba3147c3ff11de1153adb62dbb13710504f28dcd7d957572
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
caches/es/2b86fb0d4c78acdd29ad0a4fb5e63de37e85dda296dfd51976305ccd1b1c9086
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- [tag](../../api/others/tag.md): Obtén el nombre de la etiqueta del objetivo | ||
- [ele](../../api/instance/ele.md): Obtén el elemento nativo real de la instancia | ||
- [index](../../api/others/index.md): Obtén el orden del elemento objetivo en su elemento padre | ||
- [text](../../api/props/text.md): Obtén o establece el texto del elemento objetivo | ||
- [html](../../api/props/html.md): Obtén o establece el código HTML del elemento objetivo | ||
- [css](../../api/props/css.md): Obtén o establece el estilo del elemento objetivo | ||
- [style](../../api/props/style.md): Obtén el estilo nativo del elemento objetivo | ||
- [classList](../../api/props/class-list.md): Obtén la lista de clases nativas del elemento objetivo | ||
- [data](../../api/props/data.md): Obtén el conjunto de datos nativos del elemento objetivo |
4 changes: 4 additions & 0 deletions
4
caches/es/54b923eac65cbc8d7354b6c0cc451437b3dace625a1531cfc88831008d455b93
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- [before](../../api/operación/before.md): agregar un elemento antes de la instancia objetivo | ||
- [after](../../api/operación/after.md): agregar un elemento después de la instancia objetivo | ||
- [remove](../../api/operación/remove.md): eliminar el elemento objetivo | ||
- [attr](../../api/props/attr.md): obtener o establecer los [atributos](https://developer.mozilla.org/en-US/docs/Web/API/Element/attributes) del elemento objetivo |
4 changes: 0 additions & 4 deletions
4
caches/es/55996d7a1e8638f1ba3147c3ff11de1153adb62dbb13710504f28dcd7d957572
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
caches/es/c3e8e0783171c08cadc5a8d7efd97a2387fe882f7092a1085f594c8621510400
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
caches/ja/2b86fb0d4c78acdd29ad0a4fb5e63de37e85dda296dfd51976305ccd1b1c9086
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- [tag](../../api/others/tag.md):目標のタグ名を取得します | ||
- [ele](../../api/instance/ele.md):インスタンスの実際のネイティブ要素を取得します | ||
- [index](../../api/others/index.md):ターゲット要素が親要素内での順序を取得します | ||
- [text](../../api/props/text.md):ターゲット要素のテキストを取得または設定します | ||
- [html](../../api/props/html.md):ターゲット要素のHTMLコードを取得または設定します | ||
- [css](../../api/props/css.md):ターゲット要素のスタイルを取得または設定します | ||
- [style](../../api/props/style.md):ターゲット要素のネイティブスタイルを取得します | ||
- [classList](../../api/props/class-list.md):ターゲット要素のネイティブクラスリストを取得します | ||
- [data](../../api/props/data.md):ターゲット要素のネイティブデータセットを取得します |
4 changes: 4 additions & 0 deletions
4
caches/ja/54b923eac65cbc8d7354b6c0cc451437b3dace625a1531cfc88831008d455b93
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- [before](../../api/operation/before.md):ターゲットインスタンスの前に要素を追加します | ||
- [after](../../api/operation/after.md):ターゲットインスタンスの後に要素を追加します | ||
- [remove](../../api/operation/remove.md):ターゲット要素を削除します | ||
- [attr](../../api/props/attr.md):ターゲット要素の[attributes](https://developer.mozilla.org/en-US/docs/Web/API/Element/attributes)を取得または設定します |
4 changes: 0 additions & 4 deletions
4
caches/ja/55996d7a1e8638f1ba3147c3ff11de1153adb62dbb13710504f28dcd7d957572
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
caches/ja/c3e8e0783171c08cadc5a8d7efd97a2387fe882f7092a1085f594c8621510400
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
caches/ko/2b86fb0d4c78acdd29ad0a4fb5e63de37e85dda296dfd51976305ccd1b1c9086
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- [tag](../../api/others/tag.md): 대상의 태그 이름 가져오기 | ||
- [ele](../../api/instance/ele.md): 인스턴스의 실제 원시 요소 가져오기 | ||
- [index](../../api/others/index.md): 대상 요소가 부모 요소 내에서의 순서 가져오기 | ||
- [text](../../api/props/text.md): 대상 요소의 텍스트 가져오기 또는 설정하기 | ||
- [html](../../api/props/html.md): 대상 요소의 HTML 코드 가져오기 또는 설정하기 | ||
- [css](../../api/props/css.md): 대상 요소의 스타일 가져오기 또는 설정하기 | ||
- [style](../../api/props/style.md): 대상 요소의 원시 스타일 가져오기 | ||
- [classList](../../api/props/class-list.md): 대상 요소의 원시 class 목록 가져오기 | ||
- [data](../../api/props/data.md): 대상 요소의 원시 데이터 집합 가져오기 |
4 changes: 4 additions & 0 deletions
4
caches/ko/54b923eac65cbc8d7354b6c0cc451437b3dace625a1531cfc88831008d455b93
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- [before](../../api/operation/before.md):대상 인스턴스의 앞에 요소 추가 | ||
- [after](../../api/operation/after.md):대상 인스턴스의 뒤에 요소 추가 | ||
- [remove](../../api/operation/remove.md):대상 요소 삭제 | ||
- [attr](../../api/props/attr.md):대상 요소의 [attributes](https://developer.mozilla.org/en-US/docs/Web/API/Element/attributes)를 가져오거나 설정 |
4 changes: 0 additions & 4 deletions
4
caches/ko/55996d7a1e8638f1ba3147c3ff11de1153adb62dbb13710504f28dcd7d957572
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
caches/ko/c3e8e0783171c08cadc5a8d7efd97a2387fe882f7092a1085f594c8621510400
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...7efd97a2387fe882f7092a1085f594c8621510400 → ...fb5e63de37e85dda296dfd51976305ccd1b1c9086
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
caches/t-cn/54b923eac65cbc8d7354b6c0cc451437b3dace625a1531cfc88831008d455b93
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- [before](../../api/operation/before.md):在目標實例的前面添加元素 | ||
- [after](../../api/operation/after.md):在目標實例的後面添加元素 | ||
- [remove](../../api/operation/remove.md):刪除目標元素 | ||
- [attr](../../api/props/attr.md):獲取或設置目標元素的 [attributes](https://developer.mozilla.org/en-US/docs/Web/API/Element/attributes) |
4 changes: 0 additions & 4 deletions
4
caches/t-cn/55996d7a1e8638f1ba3147c3ff11de1153adb62dbb13710504f28dcd7d957572
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
<body> | ||
<!-- <l-m src="http://127.0.0.1:5512/src/book-tool.html"></l-m> --> | ||
<l-m | ||
src="https://cdn.jsdelivr.net/npm/[email protected].39/src/book-tool.html" | ||
src="https://cdn.jsdelivr.net/npm/[email protected].41/src/book-tool.html" | ||
></l-m> | ||
<book-tool sw="./doc-sw.js" sitemap-root="https://ofajs.com"> | ||
<source src="./en/config.json" lang="en" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
importScripts(`https://cdn.jsdelivr.net/npm/[email protected].39/src/sw/base.js`); | ||
importScripts(`https://cdn.jsdelivr.net/npm/[email protected].41/src/sw/base.js`); | ||
// importScripts(`http://127.0.0.1:5512/src/sw/base.js`); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.