Migration Guide 
When you upgrade your theme, you may encounter some incompatible updates.
v1.11.x 
v1.11.0
- Deprecated Valine support
 - Deprecated Slides (reveal.js) in favor of slidev
 
v1.10.x 
v1.10.x
Use Iconify to load icon resources.
You can load any icon from the icon set.
For example, the theme uses Remix Icon by default, and the original icon name is icon-github-line and is changed to ri:github-line.
v1.10.1
Use hexo-generator-searchdb instead of [hexo-generator-search](https:// github.com/wzpan/hexo-generator-search).
bash
npm un hexo-generator-search
npm i hexo-generator-searchdbSee hexo-generator-searchdb for more configuration.
v1.8.x 
v1.8.x
Use npm packages for distribution and installation.
Do it in the blog root directory:
bash
npm install hexo-theme-yun@latestThen move 'source/_data/yun.yml' to the root directory and rename it to '_config.yun.yml'.
v0.9.x 
Reward configuration 
v0.9.2
merged the original reward_settings with the reward configuration.
Please refer to reward | theme configuration to modify it.