Changeset 3360228
- Timestamp:
- 09/12/2025 03:59:01 AM (7 months ago)
- Location:
- part-content-encryption/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
part-content-encryption/trunk/index.php
r3360221 r3360228 3 3 * Plugin Name: Part Content Encryption 4 4 * Description: 用短代码在文章中加密(遮挡)部分内容: [pw key="密码"]需要加密的内容[/pw] 5 * Version: 1.4. 05 * Version: 1.4.1 6 6 * Author: MailBerry 7 7 * Plugin URI: https://mailberry.com.cn/part-content-encryption -
part-content-encryption/trunk/readme.txt
r3360221 r3360228 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2.24 8 Stable tag: 1.4. 08 Stable tag: 1.4.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 56 56 57 57 == Changelog == 58 = 1.4.0=58 === 1.4.0 === 59 59 样式微调,自适应更多主题 60 = 1.3.7=60 === 1.3.7 === 61 61 回退为固定样式,修复移动端按钮溢出。 62 = 1.3.4=62 === 1.3.4 === 63 63 精简:仅保留 `{red}…{/red}` 写法;提示样式与正文一致 64 65 = 1.3.3 = 64 === 1.3.3 === 66 65 修复函数加载顺序导致的致命错误;新增对 `{red}…{/red}` 的支持 67 = 1.3.0=66 === 1.3.0 === 68 67 新增设置页:配置自定义提示词,也可短代码覆盖默认提示时,起到随时变换答案(配合公众号自动回复) 69 = 1.2.0=68 === 1.2.0 === 70 69 新增设置页:配置微信公众号 `username`,可生成/覆盖二维码 71 70 === 1.1.1 === … … 80 79 81 80 == Upgrade Notice == 82 更新提醒,说明为什么需要更新 81 重新整理适应更多主题样式。 -
part-content-encryption/trunk/style.css
r3360221 r3360228 1 /* ========== Part Content Encryption (v1.4. 0) ========== */1 /* ========== Part Content Encryption (v1.4.1) ========== */ 2 2 .pce-card{ 3 3 display:grid;
Note: See TracChangeset
for help on using the changeset viewer.