Plugin Directory

Changeset 3360221


Ignore:
Timestamp:
09/12/2025 03:50:27 AM (7 months ago)
Author:
sosel
Message:

add screenshot change css

Location:
part-content-encryption
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • part-content-encryption/trunk/index.php

    r3359682 r3360221  
    33 * Plugin Name: Part Content Encryption
    44 * Description: 用短代码在文章中加密(遮挡)部分内容: [pw key="密码"]需要加密的内容[/pw]
    5  * Version: 1.3.9
     5 * Version: 1.4.0
    66 * Author: MailBerry
    77 * Plugin URI: https://mailberry.com.cn/part-content-encryption
  • part-content-encryption/trunk/readme.txt

    r3359682 r3360221  
    66Tested up to: 6.8
    77Requires PHP: 7.2.24
    8 Stable tag: 1.3.9
     8Stable tag: 1.4.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929== Installation ==
    3030只需加短代码标签[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}"`
    3136
    3237== Frequently Asked Questions ==
     
    4146== Screenshots ==
    42471. screenshot-1.png
    43 2. screenshot-3.png
    44 3. screenshot-4.png
    45 
     482. screenshot-2.png
     493. screenshot-3.png
     504. screenshot-4.png
     515. screenshot-5.png
     526. screenshot-6.png
     537. screenshot-7.png
     548. screenshot-8.png
     55 
    4656
    4757== Changelog ==
     58= 1.4.0 =
     59样式微调,自适应更多主题
    4860= 1.3.7 =
    4961回退为固定样式,修复移动端按钮溢出。
  • part-content-encryption/trunk/style.css

    r3359659 r3360221  
    1 /* ========== Part Content Encryption (v1.3.7) ========== */
     1/* ========== Part Content Encryption (v1.4.0) ========== */
    22.pce-card{
    33  display:grid;
     
    2626  display:flex;
    2727  gap:10px;
    28   align-items:center;
     28  align-items:baseline;
    2929}
    3030
     
    4848/* 按钮(固定样式) */
    4949.encry-s{
     50  width: 88px;
    5051  height:40px;
    5152  padding:0 16px;
Note: See TracChangeset for help on using the changeset viewer.