🎨 Update text

This commit is contained in:
Daniel 2024-02-28 16:42:33 +08:00
parent 63b5c58501
commit f214d7fcd3
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -722,7 +722,7 @@ export const bazaar = {
window.siyuan.config.appearance.icon === packageName) {
showMessage(window.siyuan.languages.uninstallTip);
} else {
confirmDialog(window.siyuan.languages.uninstall, window.siyuan.languages.confirmUninstall.replace("${name}", packageName), () => {
confirmDialog("⚠️ " + window.siyuan.languages.uninstall, window.siyuan.languages.confirmUninstall.replace("${name}", packageName), () => {
fetchPost(url, {
packageName,
frontend: getFrontend()