Skip to content

Commit

Permalink
更新 README
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxianucw committed Jun 23, 2020
1 parent e7c0360 commit c18e018
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ end
- [x] ~~寻找一个方案可以直接操作 `$widget->text` 取出的内容,实现完美屏蔽。~~ 已经更改为在 `Widget_Abstract_Contents``filter` 下挂接插件实现方法,这样操作后从 Widget 中取出的数据已经全部进行了过滤,除非直接读取数据库,否则理论上不存在加密区块不解析的情形。(Since v2.0.0)
- [x] ~~现有的鉴权逻辑较为不完善,应增加提交密码时的后端相关处理,并合理优化流程。~~ 已经完全交由后端处理 Cookie,流程变更为直接向文章页面 POST 数据。(Since v2.0.0)
- [x] ~~默认外观需要优化,包括样式和插入位置。~~ 已经完成优化,现在的默认样式是一套极简风格的密码输入框。(Since v1.1.1)公共 HTML 的插入位置变更为页头和页脚。(Since v2.0.0)
- [x] ~~考虑增加加密区块语法支持,后续将可能支持更加复杂的语法。具体方案暂时未定。~~ 新增 `ppswitch` 语法,能够实现不同密码对应不同内容(#2)。(Since v3.0.0)
- [x] ~~考虑增加加密区块语法支持,后续将可能支持更加复杂的语法。具体方案暂时未定。~~ 新增 `ppswitch` 语法,能够实现不同密码对应不同内容([#2](https://github.com/wuxianucw/PartiallyPassword/issues/2))。(Since v3.0.0)

## In Progress

Expand All @@ -109,13 +109,13 @@ end
- `ppblock` 加密块中内容默认 `trim` 一次。(2020.06.23)
- 采用 JSON 密码组方案,新增 `pwd` 命名密码参数,废弃模数循环。(2020.06.23)
- 废弃模板变量 `uniqueId`,因为它现在与 `id` 完全一致。该变量自 v3.0.0 起移除,v2.x 不受影响。
- 新增 `ppswitch` 语法,能够实现不同密码对应不同内容(#2)。
- 新增 `ppswitch` 语法,能够实现不同密码对应不同内容([#2](https://github.com/wuxianucw/PartiallyPassword/issues/2))。

## Note

### 2020-06-23

设计了一套不同密码对应不同内容(#2)的语法 ~~(未实现,未确定,不在计划内)~~ ,大致框架形如:
设计了一套不同密码对应不同内容([#2](https://github.com/wuxianucw/PartiallyPassword/issues/2))的语法 ~~(未实现,未确定,不在计划内)~~ ,大致框架形如:

```text
outside
Expand Down

0 comments on commit c18e018

Please sign in to comment.