diff --git a/README.md b/README.md index c532870..d79a893 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,13 @@ ## 📥 安装 -### 插件商店 +### 稳定版 -在插件商店中找到 Transitio 并安装。 +下载 Release 中的 `transitio-release.zip`,解压后放入[数据目录](https://github.com/mo-jinran/LiteLoaderQQNT-Plugin-Template/wiki/1.%E4%BA%86%E8%A7%A3%E6%95%B0%E6%8D%AE%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84#liteloader%E7%9A%84%E6%95%B0%E6%8D%AE%E7%9B%AE%E5%BD%95)下的 `plugins/transitio` 文件夹中即可。(若没有该文件夹请自行创建) -### 手动安装 +### CI 版 -- 稳定版: 下载 Release 中的 `transitio-release.zip`,解压后放入[数据目录](https://github.com/mo-jinran/LiteLoaderQQNT-Plugin-Template/wiki/1.%E4%BA%86%E8%A7%A3%E6%95%B0%E6%8D%AE%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84#liteloader%E7%9A%84%E6%95%B0%E6%8D%AE%E7%9B%AE%E5%BD%95)下的 `plugins/transitio` 文件夹中即可。(若没有该文件夹请自行创建) -- CI 版: 若想体验最新的 CI 功能,可以下载源码后同上安装。(仅需下载下面列出的文件) +若想体验最新的 CI 功能,可以下载源码后同上安装。(仅需下载下面列出的文件) 完成后的目录结构应该如下: @@ -52,12 +51,11 @@ plugins (所有的插件目录) > 所有不是通过配置界面进行的更改,除非打开了 *开发者模式*,都只在双击 *导入 CSS* 这行字或重启 QQ 后生效。 - 启用/禁用样式:打开插件设置界面,将对应的样式开关打开/关闭,即时生效。 - - 注意:禁用样式,实际上是在文件内第一行注释末尾添加了 `[Disabled]` 标记。 - 若点击各个开关速度过快,可能会导致错位等情况,此时请双击 "导入 CSS" 来重载。 - 导入样式:在配置界面导入 CSS 文件,或将之放入 `data/transitio/styles/` 文件夹。 - - CSS 文件首行的注释(若有)会被当作样式说明,显示在设置界面中。 - - 可以在此文件夹下创建多层目录,插件会自动扫描所有 CSS 文件,但是设置界面导入的还是默认直接放在 `data/transitio/styles/` 下(v1.1.0 起) -- 删除样式:~~点击删除按钮,或~~进入 `data/transitio/styles/` 文件夹删除对应文件。 + - 样式的编写请参考 [Wiki](https://github.com/PRO-2684/transitio/wiki)。 + - 可以在此文件夹下创建多层目录,插件会自动扫描所有 CSS 文件,但是设置界面导入的还是默认直接放在 `data/transitio/styles/` 下 +- 删除样式:鼠标悬停在样式上并点击删除 `🗑️` 按钮,或进入 `data/transitio/styles/` 文件夹删除对应文件。 - 修改样式:修改对应文件即可。 - 鼠标悬停在样式标题上时,会显示其绝对路径。 - 鼠标悬停在样式上时,会展示 "在文件夹中显示" 按钮。 @@ -73,35 +71,32 @@ plugins (所有的插件目录) > [!NOTE] > 以下样式均为由我/其它用户编写的 CSS 片段,不内置在插件中。 > -> 若你有愿意分享的样式,欢迎[提交 PR 或 Issue](https://github.com/PRO-2684/transitio/issues/4) 来将它们添加到这里。 - -> [!WARNING] -> ~~请不要在文件名中使用诸如句点 `.`, 空格 ` `, 加 `+` 等特殊字符,否则可能会导致插件无法正常工作。推荐仅使用字母、数字、下划线 `_` 与连字符 `-`。(参照 Issue [#8](https://github.com/PRO-2684/transitio/issues/8#issuecomment-1681774753))~~ v1.1.0 起已支持多层目录以及文件名中含特殊字符。 - -| 名称 | 作者 | 说明 | 链接 | -| --- | --- | --- | --- | -| all-in-one | [PRO-2684](https://github.com/PRO-2684) | 大杂烩 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#all-in-one) | -| auto-fold-chat-input-area | [lamprose](https://github.com/lamprose) | 消息输入框默认折叠有文字输入时展开 | [GitHub](https://github.com/lamprose/transitio-css#auto-fold-chat-input-area) | -| avatar-float | [PRO-2684](https://github.com/PRO-2684) | 头像浮动 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#avatar-float) | -| compact-at-list | [PRO-2684](https://github.com/PRO-2684) | 艾特建议面板更为紧凑 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#compact-at-list) | -| demo-mode | [PRO-2684](https://github.com/PRO-2684) | [演示模式](https://github.com/qianxuu/LiteLoaderQQNT-Plugin-Demo-mode)的 CSS | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#demo-mode) | -| font-color | [nogodnodevil](https://github.com/nogodnodevil) | 自定义 QQNT 一些文字的颜色 | [GitHub](https://github.com/nogodnodevil/Transitio--font-color) | -| hide-items | [PRO-2684](https://github.com/PRO-2684) | 隐藏一些元素 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#hide-items) | -| hide-level | [SoudayoWwww](https://github.com/SoudayoWwww) | 隐藏群内等级 | [GitHub](https://github.com/SoudayoWwww/transitio-hide-level#hide-level) | -| hide-lock | [Shapaper233](https://github.com/Shapaper233) | 隐藏侧边栏 "更多" 中倒数第四个按钮 ("锁定") | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#hide-lock) | -| hide-self | [PRO-2684](https://github.com/PRO-2684) | 隐藏自己的头像和昵称 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#hide-self) | -| highlight-at | [PRO-2684](https://github.com/PRO-2684) | 高亮艾特 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#highlight-at) | -| image-viewer | [PRO-2684](https://github.com/PRO-2684) | 媒体查看器透明度修改 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#image-viewer) | -| ImageSize | [zhuoxin-lzk](https://github.com/zhuoxin-lzk) | 限制图片和表情显示大小 | [GitHub](https://github.com/zhuoxin-lzk/transitio-ImageSize) | -| input-placeholder | [PRO-2684](https://github.com/PRO-2684) | 添加输入框提示(占位符) | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#input-placeholder) | -| message-img-transparent | [lamprose](https://github.com/lamprose) | 包含图片消息背景透明 | [GitHub](https://github.com/lamprose/transitio-css#message-img-transparent) | -| link-color | [PRO-2684](https://github.com/PRO-2684) | 链接动态颜色:悬浮/按下时显示相应颜色。 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#link-color) | -| lite-tools-recall-enhancement | [Shapaper233](https://github.com/Shapaper233) | 给 lite-tools 的撤回消息加上红色增强描边 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#lite-tools-recall-enhancement) | -| ng-mask | [KelsAstell](https://github.com/KelsAstell) | 图片模糊(鼠标悬停查看) | [GitHub](https://github.com/KelsAstell/Transitio-ng-mask) | -| no-update-dialog | [PRO-2684](https://github.com/PRO-2684) | 隐藏更新提示框 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#no-update-dialog) | -| no-update-dot | [PRO-2684](https://github.com/PRO-2684) | 隐藏更新小红点 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#no-update-dot) | -| qqface-fine-tune | [PRO-2684](https://github.com/PRO-2684) | QQ 表情微调 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#qqface-fine-tune) | -| SimSun-font | [shiquda](https://github.com/shiquda) | 使用宋体字体 | [GitHub](https://github.com/shiquda/Transitio-user-css/#SimSun-font.css) | -| transition | [PRO-2684](https://github.com/PRO-2684) | 添加过渡动画 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#transition) | -| transparent | [PRO-2684](https://github.com/PRO-2684) | 透明化部分元素 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#transparent) | -| wechat-theme | [festoney8](https://github.com/festoney8) | 高仿微信风格主题 | [GitHub](https://github.com/festoney8/LiteLoaderQQNT-Wechat-Theme/) | +> 若你有愿意分享的样式,欢迎[提交 PR 或 Issue](https://github.com/PRO-2684/transitio/issues/4) 来将它们添加到这里。编写样式前推荐先阅读 [Wiki](https://github.com/PRO-2684/transitio/wiki)。 + +| 文件名 | 用户样式 | 作者 | 说明 | 链接 | +| --- | --- | --- | --- | --- | +| all-in-one | 🟢 | [PRO-2684](https://github.com/PRO-2684) | 大杂烩 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#all-in-one) | +| auto-fold-chat-input-area | 🔴 | [lamprose](https://github.com/lamprose) | 消息输入框默认折叠有文字输入时展开 | [GitHub](https://github.com/lamprose/transitio-css#auto-fold-chat-input-area) | +| avatar-float | 🟢 | [PRO-2684](https://github.com/PRO-2684) | 头像浮动 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#avatar-float) | +| compact-at-list | 🟢 | [PRO-2684](https://github.com/PRO-2684) | 艾特建议面板更为紧凑 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#compact-at-list) | +| demo-mode | 🟢 | [PRO-2684](https://github.com/PRO-2684) | [演示模式](https://github.com/qianxuu/LiteLoaderQQNT-Plugin-Demo-mode)的 CSS | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#demo-mode) | +| font-color | 🔴 | [nogodnodevil](https://github.com/nogodnodevil) | 自定义 QQNT 一些文字的颜色 | [GitHub](https://github.com/nogodnodevil/Transitio--font-color) | +| hide-items | 🟢 | [PRO-2684](https://github.com/PRO-2684) | 隐藏一些元素 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#hide-items) | +| hide-level | 🔴 | [SoudayoWwww](https://github.com/SoudayoWwww) | 隐藏群内等级 | [GitHub](https://github.com/SoudayoWwww/transitio-hide-level#hide-level) | +| hide-lock | 🟢 | [Shapaper233](https://github.com/Shapaper233) | 隐藏侧边栏 "更多" 中倒数第四个按钮 ("锁定") | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#hide-lock) | +| hide-self | 🟢 | [PRO-2684](https://github.com/PRO-2684) | 隐藏自己的头像和昵称 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#hide-self) | +| highlight-at | 🟢 | [PRO-2684](https://github.com/PRO-2684) | 高亮艾特 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#highlight-at) | +| image-viewer | 🟢 | [PRO-2684](https://github.com/PRO-2684) | 媒体查看器透明度修改 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#image-viewer) | +| ImageSize | 🔴 | [zhuoxin-lzk](https://github.com/zhuoxin-lzk) | 限制图片和表情显示大小 | [GitHub](https://github.com/zhuoxin-lzk/transitio-ImageSize) | +| input-placeholder | 🟢 | [PRO-2684](https://github.com/PRO-2684) | 添加输入框提示(占位符) | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#input-placeholder) | +| message-img-transparent | 🔴 | [lamprose](https://github.com/lamprose) | 包含图片消息背景透明 | [GitHub](https://github.com/lamprose/transitio-css#message-img-transparent) | +| link-color | 🟢 | [PRO-2684](https://github.com/PRO-2684) | 链接动态颜色:悬浮/按下时显示相应颜色。 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#link-color) | +| lite-tools-recall-enhancement | 🟢 | [Shapaper233](https://github.com/Shapaper233) | 给 lite-tools 的撤回消息加上红色增强描边 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#lite-tools-recall-enhancement) | +| ng-mask | 🔴 | [KelsAstell](https://github.com/KelsAstell) | 图片模糊(鼠标悬停查看) | [GitHub](https://github.com/KelsAstell/Transitio-ng-mask) | +| no-update-dialog | 🟢 | [PRO-2684](https://github.com/PRO-2684) | 隐藏更新提示框 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#no-update-dialog) | +| no-update-dot | 🟢 | [PRO-2684](https://github.com/PRO-2684) | 隐藏更新小红点 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#no-update-dot) | +| qqface-fine-tune | 🟢 | [PRO-2684](https://github.com/PRO-2684) | QQ 表情微调 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#qqface-fine-tune) | +| SimSun-font | 🔴 | [shiquda](https://github.com/shiquda) | 使用宋体字体 | [GitHub](https://github.com/shiquda/Transitio-user-css/#SimSun-font.css) | +| transition | 🟢 | [PRO-2684](https://github.com/PRO-2684) | 添加过渡动画 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#transition) | +| transparent | 🟢 | [PRO-2684](https://github.com/PRO-2684) | 透明化部分元素 | [GitHub](https://github.com/PRO-2684/Transitio-user-css/#transparent) | +| wechat-theme | 🔴 | [festoney8](https://github.com/festoney8) | 高仿微信风格主题 | [GitHub](https://github.com/festoney8/LiteLoaderQQNT-Wechat-Theme/) | diff --git a/attachments/settings.jpg b/attachments/settings.jpg index b894c67..a1bb735 100644 Binary files a/attachments/settings.jpg and b/attachments/settings.jpg differ diff --git a/manifest.json b/manifest.json index 9f59970..87650c4 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "Transitio", "slug": "transitio", "description": "🪄 自定义 CSS 片段加载器", - "version": "1.2.1", + "version": "1.3.0", "icon": "./icons/icon.svg", "thumb": "./icons/thumb.svg", "authors": [ @@ -17,7 +17,7 @@ "repo": "PRO-2684/transitio", "branch": "main", "release": { - "tag": "v1.2.1", + "tag": "v1.3.0", "file": "transitio-release.zip" } },