mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-13 16:06:13 +01:00
📱 remove cloud is null
This commit is contained in:
parent
39f9aaca82
commit
5c4e848054
1 changed files with 2 additions and 2 deletions
|
|
@ -99,12 +99,12 @@ export const getSyncCloudList = (cloudPanelElement: Element, reload = false, cb?
|
||||||
response.data.syncDirs.forEach((item: { hSize: string, cloudName: string, updated: string }) => {
|
response.data.syncDirs.forEach((item: { hSize: string, cloudName: string, updated: string }) => {
|
||||||
/// #if MOBILE
|
/// #if MOBILE
|
||||||
syncListHTML += `<li data-type="selectCloud" data-name="${item.cloudName}" class="b3-list-item b3-list-item--two">
|
syncListHTML += `<li data-type="selectCloud" data-name="${item.cloudName}" class="b3-list-item b3-list-item--two">
|
||||||
<div class="b3-list-item__first">
|
<div class="b3-list-item__first" data-name="${item.cloudName}">
|
||||||
<input type="radio" name="cloudName"${item.cloudName === response.data.checkedSyncDir ? " checked" : ""}/>
|
<input type="radio" name="cloudName"${item.cloudName === response.data.checkedSyncDir ? " checked" : ""}/>
|
||||||
<span class="fn__space"></span>
|
<span class="fn__space"></span>
|
||||||
<span>${item.cloudName}</span>
|
<span>${item.cloudName}</span>
|
||||||
<span class="fn__flex-1 fn__space"></span>
|
<span class="fn__flex-1 fn__space"></span>
|
||||||
<span data-type="removeCloud" class="b3-tooltips b3-tooltips__w b3-list-item__action" aria-label="${window.siyuan.languages.delete}">
|
<span data-type="removeCloud" class="b3-list-item__action">
|
||||||
<svg><use xlink:href="#iconTrashcan"></use></svg>
|
<svg><use xlink:href="#iconTrashcan"></use></svg>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue