Overview
| Comment: | 0.0.2546 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
4ee6c17ee47a1dd10fc21ba92316bc0d |
| User & Date: | 顽雨沉风 on 2023-09-09 03:30:08.692 |
| Other Links: | manifest | tags |
Context
|
2023-09-15
| ||
| 02:41 | 0.0.2547 check-in: ebdeddb639 user: 顽雨沉风 tags: trunk | |
|
2023-09-09
| ||
| 03:30 | 0.0.2546 check-in: 4ee6c17ee4 user: 顽雨沉风 tags: trunk | |
| 03:27 | 0.0.2545 check-in: 580b09114c user: 顽雨沉风 tags: trunk | |
Changes
Modified single_doc/三个绑定函数.html
from [49de687709]
to [a5db41efd8].
| ︙ | |||
115 116 117 118 119 120 121 122 123 124 125 126 127 128 | 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 | + + + + + + |
<details>
<summary>
补充
</summary>
<pre><code>● void Debug.PreSetTarget(Card c, Card target)
把 target 选为 c 的永续对象</code></pre>
</details>
<details>
<summary>
警告
</summary>
<p>必须在布局完成之后再使用。</p>
</details>
<p>可参考 NH-04 。</p>
<script>
document.onclick = function(event) {
var target = event.target
|
| ︙ |
Modified single_doc/三个绑定函数.md
from [3ec482bb5e]
to [4402bb1f19].
| ︙ | |||
109 110 111 112 113 114 115 116 117 118 | 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 | + + + + + + + + + | </summary> ~~~ ● void Debug.PreSetTarget(Card c, Card target) 把 target 选为 c 的永续对象 ~~~ </details> <details> <summary> 警告 </summary> 必须在布局完成之后再使用。 </details> 可参考 NH-04 。 |