siyuan/app/changelogs/v2.8.4-v2.12.8/v2.12.6/v2.12.6.md
2024-02-18 15:42:09 +08:00

3.3 KiB

Overview

This version mainly fixes bugs, and there are also changes to the community theme. Please see the development section below for details.

Changelogs

Below are the detailed changes in this version.

Enhancement

Bugfix

Refactor

Development

Please cooperate to complete the following compatibility upgrades before mid-March:

  1. Since the page does not refresh, you need to pay attention to the declaration of variables after switching out and then into the topic
  2. window.destroyTheme is mainly used to remove js and css loaded by yourself; added dom; restore modified dom, etc. Just don't affect the next topic. Reference is as follows:
    window.destroyTheme = () => {
        document.querySelector("#theme-color-style").remove();
    }
    

Thank you very much 🙏

Download