Archived
1
0
Fork 0
Commit graph

201 commits

Author SHA1 Message Date
yzhh
8138838a3b fixed alerts 2021-08-23 20:44:31 +08:00
yzhh
0797ea3967 bugfix 2021-08-21 00:32:46 +08:00
yzhh
cf7a5568d8 delete lazyload when found 2021-08-18 22:45:18 +08:00
yzhh
1f853f10c2 aiogram scheduler support 2021-08-18 21:11:14 +08:00
yzhh
8c46df1157 aiogram test
msg.waitConfirm and scheduler is currently not supported since I can't understand the doc, may fix them after
2021-08-14 23:26:10 +08:00
yzhh
b6b3641e0d Revert "move core.loader.decorator and core.loader.options to core"
This reverts commit 009fc6355a.
2021-08-14 21:10:52 +08:00
yzhh
009fc6355a move core.loader.decorator and core.loader.options to core 2021-08-14 16:45:47 +08:00
yzhh
3c55162a77 use same db session 2021-08-07 16:30:16 +08:00
yzhh
f6fb290a27 remove duplicate part of mcv_jira_rss 2021-08-07 15:56:48 +08:00
Dianliang233
1c89b08fbd
Merge branch 'master' into v4-dev 2021-08-02 23:20:36 -05:00
Dianliang233
b8699176fd
Merge branch 'master' into v4-dev 2021-08-03 12:18:43 +08:00
Dianliang233
3e2b83468e
Fix TemplateStyle 2021-08-02 17:57:45 +08:00
Dianliang233
ab232e02d5
Attempt to fix InfoboxRender TemplateStyles 2021-08-02 17:42:00 +08:00
Dianliang233
7195a042f9
Optimized import for wiki 2021-08-02 12:30:28 +08:00
yzhh
772563bd89 Update __init__.py 2021-07-31 22:27:30 +08:00
yzhh
f933bac3ee Delete tables.py 2021-07-31 03:33:51 +08:00
yzhh
3b844257bb fixed a table bug 2021-07-31 03:32:58 +08:00
yzhh
e89d3cfe75 rewrite unit test 2021-07-31 02:06:04 +08:00
yzhh
4806e1f3a6
Update getinfobox.py 2021-07-30 23:03:18 +08:00
yzhh
d1768aa9df port wiki module to v4 2021-07-29 02:51:24 +08:00
yzhh
028a9363b0 decorator test 2021-07-07 02:00:26 +08:00
yzhh
8907c94f0c Update __init__.py 2021-06-28 23:04:47 +08:00
yzhh
9e43c2f9a5 bugfix 2021-06-19 11:34:57 +08:00
yzhh
ee7eb0b281 boomed wc 2021-06-11 18:28:53 +08:00
yzhh
352ef96d2c add wc 2021-06-11 18:26:03 +08:00
yzhh
69cab3a2e2 Update __init__.py 2021-06-07 18:08:29 +08:00
yzhh
18c630b161 fixed ua bug 2021-06-06 16:21:24 +08:00
yzhh
c4723fbcd2 breaking change: alias system;don't use while True in the mcv rss check
rename 'wiki_regex' module to 'wiki_inline'
port 'wiki_regex' to 'wiki_inline'
port 'enable' to 'module enable'
port 'disable' to 'module disable'
port 'w' to 'wiki'
port 'u' to 'user'
port 'p' to 'ping'
port 's' to 'server'
rewrite 'enable' help
rewrite 'disable' help
new command parser comming soon.
2021-06-05 18:25:21 +08:00
yzhh
836170c3e4 fixed double nudge 2021-06-05 13:07:54 +08:00
yzhh
53ee3a4e5c add help about minecraft_news; add alias type in loader(not working now) 2021-06-04 22:59:33 +08:00
yzhh
8611ee86c0 introduce html2text to parse html 2021-06-04 22:23:29 +08:00
yzhh
18d9a01f1b Update wikilib.py 2021-06-04 22:05:57 +08:00
yzhh
316d98f9e1 Update __init__.py 2021-06-02 13:21:38 +08:00
yzhh
ee1a7fb5c5 use beautifulsoup to parse page when no textextract extension 2021-06-01 20:43:31 +08:00
yzhh
6c3150a4ba Update __init__.py 2021-06-01 13:02:24 +08:00
yzhh
e071b868bf bugfix 2021-05-31 23:04:31 +08:00
yzhh
ba7d4397e5 Update __init__.py 2021-05-30 22:48:27 +08:00
yzhh
12f4ac1672 use a little walrus operator 2021-05-30 19:33:16 +08:00
yzhh
27b7270e74 bugfix 2021-05-30 18:16:20 +08:00
yzhh
4ebb7b7a62 bugfix 2021-05-30 18:08:36 +08:00
yzhh
d85c732349 multi command inline support 2021-05-30 17:39:26 +08:00
yzhh
f66db60b83 makes rc/ab/newbie return correspond page link :stupidhead: 2021-05-30 13:02:01 +08:00
yzhh
5abd94c178 port interwiki set to interwiki add to get easier type commands;add heimu visible css 2021-05-27 22:58:29 +08:00
yzhh
e7a1fbf8a0 bugfix 2021-05-22 23:59:24 +08:00
yzhh
590203afcc Update wikilib.py 2021-05-22 16:17:46 +08:00
yzhh
27ee6c9e08 Update getinfobox.py 2021-05-16 23:15:07 +08:00
yzhh
16604d8cf2 Update getinfobox.py 2021-05-15 23:50:17 +08:00
Dianliang233
964f0d5e9f 🐛 class 2021-05-15 22:42:52 +08:00
Dianliang233
f94976fa40 🐛 id, not class 2021-05-15 16:47:05 +08:00
yzhh
d4bf6b26b4
Update getinfobox.py 2021-05-15 16:45:00 +08:00