Changeset 3360221
- Timestamp:
- 09/12/2025 03:50:27 AM (7 months ago)
- Location:
- part-content-encryption
- Files:
-
- 3 added
- 4 edited
-
assets/screenshot-5.png (modified) (previous)
-
assets/screenshot-6.png (added)
-
assets/screenshot-7.png (added)
-
assets/screenshot-8.png (added)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/style.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
part-content-encryption/trunk/index.php
r3359682 r3360221 3 3 * Plugin Name: Part Content Encryption 4 4 * Description: 用短代码在文章中加密(遮挡)部分内容: [pw key="密码"]需要加密的内容[/pw] 5 * Version: 1. 3.95 * Version: 1.4.0 6 6 * Author: MailBerry 7 7 * Plugin URI: https://mailberry.com.cn/part-content-encryption -
part-content-encryption/trunk/readme.txt
r3359682 r3360221 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2.24 8 Stable tag: 1. 3.98 Stable tag: 1.4.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 29 == Installation == 30 30 只需加短代码标签[pw key="密码"]需要加密的内容[/pw] 31 更多用法: 32 - 自定义占位/按钮:`[pw key="123" placeholder="请输入口令" button="提交"]...[/pw]` 33 - 覆盖二维码:`wechat="another_official"` 或 `qr="https://open.weixin.qq.com/qr/code?username=foo"` 34 - 不显示二维码:`show_qr="0"` 35 - 提示文案:`tip="请关注并回复:{red}访问密码{/red}"` 31 36 32 37 == Frequently Asked Questions == … … 41 46 == Screenshots == 42 47 1. screenshot-1.png 43 2. screenshot-3.png 44 3. screenshot-4.png 45 48 2. screenshot-2.png 49 3. screenshot-3.png 50 4. screenshot-4.png 51 5. screenshot-5.png 52 6. screenshot-6.png 53 7. screenshot-7.png 54 8. screenshot-8.png 55 46 56 47 57 == Changelog == 58 = 1.4.0 = 59 样式微调,自适应更多主题 48 60 = 1.3.7 = 49 61 回退为固定样式,修复移动端按钮溢出。 -
part-content-encryption/trunk/style.css
r3359659 r3360221 1 /* ========== Part Content Encryption (v1. 3.7) ========== */1 /* ========== Part Content Encryption (v1.4.0) ========== */ 2 2 .pce-card{ 3 3 display:grid; … … 26 26 display:flex; 27 27 gap:10px; 28 align-items: center;28 align-items:baseline; 29 29 } 30 30 … … 48 48 /* 按钮(固定样式) */ 49 49 .encry-s{ 50 width: 88px; 50 51 height:40px; 51 52 padding:0 16px;
Note: See TracChangeset
for help on using the changeset viewer.