Changeset 2706691
- Timestamp:
- 04/08/2022 12:47:04 AM (4 years ago)
- Location:
- copy-text-to-wechat
- Files:
-
- 4 edited
- 1 copied
-
tags/0.0.2 (copied) (copied from copy-text-to-wechat/trunk)
-
tags/0.0.2/copytowechat.php (modified) (1 diff)
-
tags/0.0.2/readme.txt (modified) (1 diff)
-
trunk/copytowechat.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
copy-text-to-wechat/tags/0.0.2/copytowechat.php
r2706687 r2706691 1 1 <?php 2 2 /** 3 * Plugin Name: Copy Text to WeChat3 * Plugin Name: 自媒体平台快速发布插件 4 4 * Plugin URI: https://www.wpstore.app/ 5 * Description: Copy to WeChat can add custom style into you page and make you easier copy to wechat official account platform.6 * Version: 0.0. 15 * Description: 自媒体平台快速发布插件支持通过在文章页面添加 ?wx 后缀,生成微信公众号后台的样式和快速复制按钮,帮助用户快速完成从 WordPress 到微信公众号文章发布。 6 * Version: 0.0.2 7 7 * Requires at least: 5.9 8 8 * Requires PHP: 7.2 -
copy-text-to-wechat/tags/0.0.2/readme.txt
r2706687 r2706691 1 === Copy To WeChat===1 === 自媒体平台快速发布插件 === 2 2 Contributors: bestony 3 3 Donate link: https://wpstore.app 4 Tags: wechat ,4 Tags: wechat,微信公众号,微信 5 5 Requires at least: 5.9 6 6 Tested up to: 5.9 7 Stable tag: 0.0. 17 Stable tag: 0.0.2 8 8 Requires PHP: 7.2 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html 11 11 12 Copy to WeChat can add custom style into you page and make you easier copy to wechat official account platform. 12 自媒体平台快速发布插件支持通过在文章页面添加 ?wx 后缀,生成微信公众号后台的样式和快速复制按钮,帮助用户快速完成从 WordPress 到微信公众号文章发布。 13 13 14 14 == Description == 15 15 16 Copy to WeChat help writer can easily copy content to wechat official account platform. 16 自媒体平台快速发布插件支持通过在文章页面添加 ?wx 后缀,生成微信公众号后台的样式和快速复制按钮,帮助用户快速完成从 WordPress 到微信公众号文章发布。 17 17 18 Feature: 18 特色: 19 19 20 * Copy Title Button21 * Copy Content Button20 * 一键复制文章标题、文章作者、文章内容、文章摘要、文章原文链接 21 * 可自定义样式 22 22 23 23 24 24 == Frequently Asked Questions == 25 25 26 = How To Custome My Style=26 = 如何自定义样式 = 27 27 28 paste your style into `wp-content/plugins/copytowechat/css/main.css` 28 访问 WordPress 后台 —— 设置 —— 阅读页面可以添加 CSS 样式。 29 29 30 案例样式代码: 31 32 ```css 33 #copytowechat-content{margin:0;overflow-x:hidden;font-family:"Source Sans Pro","等距更纱黑体 SC","Helvetica Neue",Arial,sans-serif!important;line-height:1.8rem;letter-spacing:0;-webkit-font-smoothing:antialiased;color:#0a0a0d;font-size:16px}#copytowechat-content blockquote,#copytowechat-content dl,#copytowechat-content ol,#copytowechat-content p,#copytowechat-content table,#copytowechat-content ul{margin:.8em 0}#copytowechat-content p{word-spacing:0.05rem}#copytowechat-content h1,#copytowechat-content h2,#copytowechat-content h3,#copytowechat-content h4,#copytowechat-content h5,#copytowechat-content h6{color:#4ab3fe}#copytowechat-content a{padding:0 2px;font-weight:500;color:#0072d6;text-decoration:none}#copytowechat-content b,#copytowechat-content strong{color:#fe3334}#copytowechat-content hr{box-sizing:content-box;width:50%;height:1px;padding:0;margin:46px auto 64px;overflow:hidden;background-color:#fe3334}#copytowechat-content blockquote,#copytowechat-content pre{background-color:#dad7c7}#copytowechat-content blockquote::before{font-size:3em;font-weight:700;line-height:1em;content:"“";color:#0072d6}#copytowechat-content kbd{display:inline-block;border-radius:3px;padding:0 4px;box-shadow:1px 1px 1px #777;margin:2px;font-size:small;vertical-align:text-bottom;background:#4682b4;color:#eee} 34 ``` 30 35 31 36 == Screenshots == 32 37 33 1. The Button of Post38 1. 文章发布按钮 34 39 35 40 == Changelog == 36 41 42 = 0.0.2 = 43 * 调通自动化流程并整理 readme 44 37 45 = 0.0.1 = 38 * Initial Code46 * 初始化项目 -
copy-text-to-wechat/trunk/copytowechat.php
r2706687 r2706691 1 1 <?php 2 2 /** 3 * Plugin Name: Copy Text to WeChat3 * Plugin Name: 自媒体平台快速发布插件 4 4 * Plugin URI: https://www.wpstore.app/ 5 * Description: Copy to WeChat can add custom style into you page and make you easier copy to wechat official account platform.6 * Version: 0.0. 15 * Description: 自媒体平台快速发布插件支持通过在文章页面添加 ?wx 后缀,生成微信公众号后台的样式和快速复制按钮,帮助用户快速完成从 WordPress 到微信公众号文章发布。 6 * Version: 0.0.2 7 7 * Requires at least: 5.9 8 8 * Requires PHP: 7.2 -
copy-text-to-wechat/trunk/readme.txt
r2706687 r2706691 1 === Copy To WeChat===1 === 自媒体平台快速发布插件 === 2 2 Contributors: bestony 3 3 Donate link: https://wpstore.app 4 Tags: wechat ,4 Tags: wechat,微信公众号,微信 5 5 Requires at least: 5.9 6 6 Tested up to: 5.9 7 Stable tag: 0.0. 17 Stable tag: 0.0.2 8 8 Requires PHP: 7.2 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html 11 11 12 Copy to WeChat can add custom style into you page and make you easier copy to wechat official account platform. 12 自媒体平台快速发布插件支持通过在文章页面添加 ?wx 后缀,生成微信公众号后台的样式和快速复制按钮,帮助用户快速完成从 WordPress 到微信公众号文章发布。 13 13 14 14 == Description == 15 15 16 Copy to WeChat help writer can easily copy content to wechat official account platform. 16 自媒体平台快速发布插件支持通过在文章页面添加 ?wx 后缀,生成微信公众号后台的样式和快速复制按钮,帮助用户快速完成从 WordPress 到微信公众号文章发布。 17 17 18 Feature: 18 特色: 19 19 20 * Copy Title Button21 * Copy Content Button20 * 一键复制文章标题、文章作者、文章内容、文章摘要、文章原文链接 21 * 可自定义样式 22 22 23 23 24 24 == Frequently Asked Questions == 25 25 26 = How To Custome My Style=26 = 如何自定义样式 = 27 27 28 paste your style into `wp-content/plugins/copytowechat/css/main.css` 28 访问 WordPress 后台 —— 设置 —— 阅读页面可以添加 CSS 样式。 29 29 30 案例样式代码: 31 32 ```css 33 #copytowechat-content{margin:0;overflow-x:hidden;font-family:"Source Sans Pro","等距更纱黑体 SC","Helvetica Neue",Arial,sans-serif!important;line-height:1.8rem;letter-spacing:0;-webkit-font-smoothing:antialiased;color:#0a0a0d;font-size:16px}#copytowechat-content blockquote,#copytowechat-content dl,#copytowechat-content ol,#copytowechat-content p,#copytowechat-content table,#copytowechat-content ul{margin:.8em 0}#copytowechat-content p{word-spacing:0.05rem}#copytowechat-content h1,#copytowechat-content h2,#copytowechat-content h3,#copytowechat-content h4,#copytowechat-content h5,#copytowechat-content h6{color:#4ab3fe}#copytowechat-content a{padding:0 2px;font-weight:500;color:#0072d6;text-decoration:none}#copytowechat-content b,#copytowechat-content strong{color:#fe3334}#copytowechat-content hr{box-sizing:content-box;width:50%;height:1px;padding:0;margin:46px auto 64px;overflow:hidden;background-color:#fe3334}#copytowechat-content blockquote,#copytowechat-content pre{background-color:#dad7c7}#copytowechat-content blockquote::before{font-size:3em;font-weight:700;line-height:1em;content:"“";color:#0072d6}#copytowechat-content kbd{display:inline-block;border-radius:3px;padding:0 4px;box-shadow:1px 1px 1px #777;margin:2px;font-size:small;vertical-align:text-bottom;background:#4682b4;color:#eee} 34 ``` 30 35 31 36 == Screenshots == 32 37 33 1. The Button of Post38 1. 文章发布按钮 34 39 35 40 == Changelog == 36 41 42 = 0.0.2 = 43 * 调通自动化流程并整理 readme 44 37 45 = 0.0.1 = 38 * Initial Code46 * 初始化项目
Note: See TracChangeset
for help on using the changeset viewer.