mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
🐛 Android 端无法复制数据仓库密钥 Fix https://github.com/siyuan-note/siyuan/issues/5198
This commit is contained in:
parent
3538a01d3b
commit
b1e34173e0
2 changed files with 12 additions and 0 deletions
|
|
@ -319,6 +319,7 @@ ${accountHTML}
|
|||
writeText(window.siyuan.config.repo.key);
|
||||
});
|
||||
modelMainElement.querySelector("#token").addEventListener("click", () => {
|
||||
showMessage(window.siyuan.languages.copied);
|
||||
writeText(window.siyuan.config.api.token);
|
||||
});
|
||||
modelMainElement.querySelector("#exportData").addEventListener("click", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue