PyQt5/pyqt5..io

Repository files navigation

https://pyqt5.com

  1. 先 fork 本项目 或者 作为协作者加入本项目
  2. source/_posts 目录中编写文章
  3. 图片文件放到source/images,在文章中使用的时候 ![xx](/images/xx.png)
  4. 其它文件放到source/files,在文章中使用的时候 [xx](/files/xx.zip)
  5. 文章格式见下面
  6. 提交代码
  1. 文件名必须为英文,且小于50字符
  2. 内容开头格式如下
---
author: Irony
title: PyQtClient例子客户端
date: 2019-02-02 15:15:06
top: 1
tags: 
 - Example
categories: 随笔
---

文章内容简介,注意!!!下面的`<!-- more -->`一定要加上
<!-- more -->

这里是正文内容

直接复制上面内容到新建的文档中,修改编辑

字段说明
author作者名字
title中文标题
date文章日期
top排序 (默认为1)
tags文章标签(可以多个)
categories文章分类(只能一个)

tags可以是多个,yaml语法要注意格式对齐,比如:

tags:
 - PyQt
 - 动画

目前常用的categories有:随笔,教程,例子,笔记

About

PyQt5 Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •