Skip to content

Commit

Permalink
update donate img, add donate list to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienShui committed Feb 26, 2019
1 parent 18b6d3e commit 03d6be5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# PasteMe

Ubuntu Paste 的本土化版,有加密功能,文本框的内容可以一键复制,上传的内容可以选择**永久保存**或者是**即阅即焚**

如果老板觉得这个项目还不错,右上角给个 **Star** 好不啦。QAQ

# 注意

为了实现 [部署问题 #1](https://github.com/LucienShui/PasteMe/issues/1) ,文件树发生了变化。因此,若要从 `v1.0` 升级至 `master` 版本请务必重新修改一次 `config.php`
Expand Down Expand Up @@ -28,10 +34,6 @@

![adminPage](https://github.com/LucienShui/gitcdn/blob/master/pasteme_admin.png?raw=true)

# PasteMe

Ubuntu Paste 的本土化版,有加密功能,文本框的内容可以一键复制,上传的内容可以选择**永久保存**或者是**即阅即焚**

## 索引

每一个被上传的文本都有一个字符串去对其进行唯一标识,就像是门牌号一样,我称它为“**索引**”。纯数字的索引对应永久空间的文本,包含字母的索引对应临时空间的文本。
Expand Down Expand Up @@ -83,7 +85,7 @@ web_root
│ ├─ bootstrap.min.css.map
│ └─ prism.css
├─ img
│ ├─ money.png
│ ├─ donate.png
│ ├─ touch-icon-ipad-retina.png
│ ├─ touch-icon-ipad.png
│ ├─ touch-icon-iphone-retina.png
Expand Down Expand Up @@ -162,5 +164,14 @@ Copyright © 2017-2019 [Lucien Shui](http://www.lucien.ink) All Rights Reserved

# 捐助

![谢谢老板](https://github.com/LucienShui/gitcdn/blob/master/pasteme_donate.png?raw=true)
## 捐助名单

小伙伴们在捐助的时候可以添加留言以告知自己的 `ID` ,如果是 `GitHub` 账号的话我会顺便 `@` 出来。

> 以前捐助过的小伙伴请给我发个邮件([email protected])告知一下自己的 `ID` ,我会加到列表里,之前的收款码看不了付款人 `ID` 的全称。
| ID | 金额 |
|--|--|
| Mrs Shui | 1.98 |

![谢谢老板](https://github.com/LucienShui/gitcdn/blob/master/pasteme_donate.png?raw=true)
Binary file added img/donate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/money.png
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/frame.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function head($color = '', $title = 'PasteMe - 一个不算糟糕的可私有文
<span aria-hidden='true'>&times;</span></button>
</div>
<div class='modal-body'>
<img src="<?php echo $config['cdn']; ?>img/money.png" style="width: 100%; height: auto;">
<img src="<?php echo $config['cdn']; ?>img/donate.png" style="width: 100%; height: auto;">
</div>
</div>
</div>
Expand Down

0 comments on commit 03d6be5

Please sign in to comment.