├── CHANGELOG.md ├── LICENSE ├── README.md ├── README_zh_CN.md ├── icon.png ├── plugin.json └── preview.png /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Changelog 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wetoria/sy-plugin-enhance/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wetoria/sy-plugin-enhance/HEAD/README.md -------------------------------------------------------------------------------- /README_zh_CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wetoria/sy-plugin-enhance/HEAD/README_zh_CN.md -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wetoria/sy-plugin-enhance/HEAD/icon.png -------------------------------------------------------------------------------- /plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wetoria/sy-plugin-enhance/HEAD/plugin.json -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wetoria/sy-plugin-enhance/HEAD/preview.png --------------------------------------------------------------------------------