change email address
This commit is contained in:
parent
ded7debcd6
commit
f838773a8a
@ -1,6 +1,6 @@
|
|||||||
#-*- coding:utf-8 -*-
|
#-*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2016–2017 ST.Huang <wenhonghuang@gmail.com>
|
# Copyright © 2016–2017 sthoo <sth201807@gmail.com>
|
||||||
#
|
#
|
||||||
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
||||||
#
|
#
|
||||||
@ -22,7 +22,7 @@ from anki.hooks import addHook
|
|||||||
def start_here():
|
def start_here():
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Copyright © 2016–2017 ST.Huang <wenhonghuang@gmail.com>
|
Copyright © 2016–2017 sthoo <sth201807@gmail.com>
|
||||||
Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#-*- coding:utf-8 -*-
|
#-*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2016–2017 ST.Huang <wenhonghuang@gmail.com>
|
# Copyright © 2016–2017 sthoo <sth201807@gmail.com>
|
||||||
#
|
#
|
||||||
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
||||||
#
|
#
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#-*- coding:utf-8 -*-
|
#-*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2016–2017 ST.Huang <wenhonghuang@gmail.com>
|
# Copyright © 2016–2017 sthoo <sth201807@gmail.com>
|
||||||
#
|
#
|
||||||
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
||||||
#
|
#
|
||||||
@ -27,7 +27,7 @@ VERSION = 'v1.0.5'
|
|||||||
class Endpoint:
|
class Endpoint:
|
||||||
repository = u'https://github.com/sth2018/FastWordQuery'
|
repository = u'https://github.com/sth2018/FastWordQuery'
|
||||||
feedback_issue = u'https://github.com/sth2018/FastWordQuery/issues'
|
feedback_issue = u'https://github.com/sth2018/FastWordQuery/issues'
|
||||||
feedback_mail = u'wenhonghuang@gmail.com'
|
feedback_mail = u'sth201807@gmail.com'
|
||||||
check_version = u'sth2018/FastWordQuery'
|
check_version = u'sth2018/FastWordQuery'
|
||||||
user_guide = u'https://sth2018.github.io/FastWordQuery/'
|
user_guide = u'https://sth2018.github.io/FastWordQuery/'
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#-*- coding:utf-8 -*-
|
#-*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2016–2017 ST.Huang <wenhonghuang@gmail.com>
|
# Copyright © 2016–2017 sthoo <sth201807@gmail.com>
|
||||||
#
|
#
|
||||||
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
||||||
#
|
#
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#-*- coding:utf-8 -*-
|
#-*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2016–2017 ST.Huang <wenhonghuang@gmail.com>
|
# Copyright © 2016–2017 sthoo <sth201807@gmail.com>
|
||||||
#
|
#
|
||||||
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
||||||
#
|
#
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#-*- coding:utf-8 -*-
|
#-*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2016–2017 ST.Huang <wenhonghuang@gmail.com>
|
# Copyright © 2016–2017 sthoo <sth201807@gmail.com>
|
||||||
#
|
#
|
||||||
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
||||||
#
|
#
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#-*- coding:utf-8 -*-
|
#-*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2016–2017 ST.Huang <wenhonghuang@gmail.com>
|
# Copyright © 2016–2017 sthoo <sth201807@gmail.com>
|
||||||
#
|
#
|
||||||
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
||||||
#
|
#
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#-*- coding:utf-8 -*-
|
#-*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2016–2017 ST.Huang <wenhonghuang@gmail.com>
|
# Copyright © 2016–2017 sthoo <sth201807@gmail.com>
|
||||||
#
|
#
|
||||||
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
||||||
#
|
#
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#-*- coding:utf-8 -*-
|
#-*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2016–2017 ST.Huang <wenhonghuang@gmail.com>
|
# Copyright © 2016–2017 sthoo <sth201807@gmail.com>
|
||||||
#
|
#
|
||||||
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
||||||
#
|
#
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#-*- coding:utf-8 -*-
|
#-*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2016–2017 ST.Huang <wenhonghuang@gmail.com>
|
# Copyright © 2016–2017 sthoo <sth201807@gmail.com>
|
||||||
#
|
#
|
||||||
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
||||||
#
|
#
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#-*- coding:utf-8 -*-
|
#-*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2016–2017 ST.Huang <wenhonghuang@gmail.com>
|
# Copyright © 2016–2017 sthoo <sth201807@gmail.com>
|
||||||
#
|
#
|
||||||
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
||||||
#
|
#
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#-*- coding:utf-8 -*-
|
#-*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2016–2017 ST.Huang <wenhonghuang@gmail.com>
|
# Copyright © 2016–2017 sthoo <sth201807@gmail.com>
|
||||||
#
|
#
|
||||||
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
||||||
#
|
#
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#-*- coding:utf-8 -*-
|
#-*- coding:utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright © 2016–2017 ST.Huang <wenhonghuang@gmail.com>
|
# Copyright © 2016–2017 sthoo <sth201807@gmail.com>
|
||||||
#
|
#
|
||||||
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
# Support: Report an issue at https://github.com/sth2018/FastWordQuery/issues
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user