Created
April 28, 2024 06:13
-
-
Save xqm32/0d6820eac9774a65720631dc2b44dc59 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# 修改所有论坛链接,需要 Python>=3.12 | |
# 使用方法: | |
# uv venv | |
# uv pip install dotenv mwclient | |
# export USERNAME=你的维基账号 | |
# export PASSWORD=你的维基密码 | |
# .venv/bin/python edit.py | |
import json | |
import os | |
import re | |
from dotenv import load_dotenv | |
from mwclient import Site | |
from mwclient.page import Page | |
# 从 .env 文件中加载环境变量 | |
load_dotenv() | |
# 登陆到维基 | |
site = Site("lgqm.huijiwiki.com", scheme="https") | |
site.login(os.environ["USERNAME"], os.environ["PASSWORD"]) | |
# 目前只修改同人作品相关的页面,防止修改数量太多 | |
category = list(site.categories["同人作品"]) | |
# 记录修改过的页面,修改完保存到文件 | |
with open("modified.json") as f: | |
modified = json.load(f) | |
# 编辑页面 | |
def edit(page: Page): | |
text = page.text() | |
links = re.findall(r"\[.*lgqm\.gq.*\]", text) | |
if len(links) == 0: | |
return | |
page.edit(text.replace("lgqm.gq", "lgqmonline.top"), summary="修改论坛链接") | |
modified[page.name] = {"links": links, "links_count": len(links)} | |
for count, page in enumerate(category): | |
print(f"正在处理 {page.name},进度 {count + 1}/{len(category)}") | |
edit(page) | |
with open("modified.json", "w") as f: | |
json.dump(modified, f, indent=4, ensure_ascii=False) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"“8154型高速巡洋舰”趴窝记": { | |
"links": [ | |
"[https://lgqm.gq/thread-5452-1-1.html “8154型高速巡洋舰”趴窝记]" | |
], | |
"links_count": 1 | |
}, | |
"“帝国时代3”场景模拟by地沟龙王": { | |
"links": [ | |
"[https://lgqm.gq/thread-5607-1-3.html 【原创】【游戏】自制帝国时代三战役,您也是伏波军总指挥??]" | |
], | |
"links_count": 1 | |
}, | |
"“血月事件”崔汉唐的登场": { | |
"links": [ | |
"[https://lgqm.gq/thread-3897-1-7.html 原创搬运:“血月事件”崔汉唐的登场(同人星星的距离同人]<!--[原帖网址 原贴名称]" | |
], | |
"links_count": 1 | |
}, | |
"1636年元老院组织架构与人员分布": { | |
"links": [ | |
"[https://lgqm.gq/article-8-1.html 1636年澳宋元老院组织架构与人员分布 ]" | |
], | |
"links_count": 1 | |
}, | |
"安汶笔记": { | |
"links": [ | |
"[https://lgqm.gq/thread-1806-1-1.html 安汶笔记 ]" | |
], | |
"links_count": 1 | |
}, | |
"澳宋帝国临高证券交易所大事记": { | |
"links": [ | |
"[https://lgqm.gq/thread-4444-1-1.html 澳宋帝国临高证券交易所大事记]" | |
], | |
"links_count": 1 | |
}, | |
"澳宋航天英雄杨继伟在泰德(TED)大会上的演讲": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=redirect&goto=findpost&ptid=4675&pid=532266811&fromuid=744 番外 澳宋航天英雄杨继伟在泰德大会上的演讲]" | |
], | |
"links_count": 1 | |
}, | |
"澳宋华南市政设计研究院(同人)": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=3693&fromuid=1714 澳宋华南市政设计研究院]", | |
"[https://lgqm.gq/thread-3461-1-1.html 工业杂论]" | |
], | |
"links_count": 2 | |
}, | |
"澳宋经济1635——对元老院经济规模的估计": { | |
"links": [ | |
"[https://lgqm.gq/article-1-1.html 澳宋经济1635——对元老院经济规模的估计]" | |
], | |
"links_count": 1 | |
}, | |
"澳宋军队攻陷伪明首都!伪明皇帝朱由检向我大宋皇帝马千瞩投降!": { | |
"links": [ | |
"[https://lgqm.gq/thread-4931-1-1.html 澳宋军队攻陷伪明首都!伪明皇帝朱由检向我大宋皇帝马千瞩投降!]" | |
], | |
"links_count": 1 | |
}, | |
"澳宋老照片持续更新": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=1129&highlight=%CE%C4%B5%C2%CB%C3 https://lgqm.gq/forum.php?mod=vi ... =%CE%C4%B5%C2%CB%C3]" | |
], | |
"links_count": 1 | |
}, | |
"澳宋朋克2077": { | |
"links": [ | |
"[https://lgqm.gq/thread-3227-1-1.html 【原创】《澳宋朋克2077》(完)放飞自我的同人文]" | |
], | |
"links_count": 1 | |
}, | |
"澳宋元老院办公厅女仆测评综合标准(1630版)": { | |
"links": [ | |
"[https://lgqm.gq/thread-3550-1-1.html 【原创+改编】澳宋元老院办公厅女仆测评综合标准(1630版)]" | |
], | |
"links_count": 1 | |
}, | |
"澳宋自然资源部的故事": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=4287&fromuid=1714 护士王语嫣的南吕宋回忆录]" | |
], | |
"links_count": 1 | |
}, | |
"吧城琐记": { | |
"links": [ | |
"[https://lgqm.gq/thread-1799-1-1.html 巴达维亚纪事]" | |
], | |
"links_count": 1 | |
}, | |
"白桦林": { | |
"links": [ | |
"[https://lgqm.gq/thread-3991-1-2.html 【原创】《白桦林》]" | |
], | |
"links_count": 1 | |
}, | |
"百仞:天际线": { | |
"links": [ | |
"[https://lgqm.gq/article-9-1.html [同人/小说设定集<nowiki>]</nowiki>[多图<nowiki>]</nowiki>百仞:天际线]" | |
], | |
"links_count": 1 | |
}, | |
"北洋风云第二部": { | |
"links": [ | |
"[https://lgqm.gq/space-uid-25.html 养小鸡的黄元老]", | |
"[https://lgqm.gq/thread-1336-1-1.html 【原创】北洋风云第二部]" | |
], | |
"links_count": 2 | |
}, | |
"陈瑞和实习笔记": { | |
"links": [ | |
"[原帖网址 原贴名称]-->[https://lgqm.gq/thread-11278-1-1.html 【医药卫生】 【原创】《陈瑞和实习笔记》新坑]" | |
], | |
"links_count": 1 | |
}, | |
"初号班的社会实践课题": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=1698&fromuid=2693 初号班的社会实践课题 ]" | |
], | |
"links_count": 1 | |
}, | |
"创造阿多尼斯计划": { | |
"links": [ | |
"[https://lgqm.gq/space-uid-4181.html 明月昭昭]", | |
"[https://lgqm.gq/thread-2392-1-1.html 创造阿多尼斯计划]<!--[原帖网址 原贴名称]" | |
], | |
"links_count": 2 | |
}, | |
"春运插曲&回到眷村": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=11649&fromuid=13857 【征文投稿】【短篇】春运插曲]", | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=11664&fromuid=13857 【征文投稿】【短篇】回到眷村]" | |
], | |
"links_count": 2 | |
}, | |
"从元老院的政治版图谈起 ——关于《临高启明》故事和人物的一些统计与分析": { | |
"links": [ | |
"[https://lgqm.gq/http://lgqm.huijiwiki.com/wiki/ http://lgqm.huijiwiki.com/wiki/]", | |
"[https://lgqm.gq/forum.php?mod=attachment&aid=NzE5MXwyMTVmNjZjOXwxNTk1MTczOTUzfDc0NHw2NjMz 官坛下载:基于出场元老业务属性的章节内容标注.pdf]" | |
], | |
"links_count": 2 | |
}, | |
"大丽花开": { | |
"links": [ | |
"[https://lgqm.gq/thread-7371-1-1.html 【原创】《蓬莱(美洲)纪事》]" | |
], | |
"links_count": 1 | |
}, | |
"大图书馆流出的珍贵老照片": { | |
"links": [ | |
"[https://lgqm.gq/thread-7987-1-1.html 大图书馆流出的珍贵老照片]" | |
], | |
"links_count": 1 | |
}, | |
"大图书馆袭击事件": { | |
"links": [ | |
"[https://lgqm.gq/thread-3636-1-1.html 【原创】《大图书馆袭击事件》]", | |
"[https://lgqm.gq/thread-3675-1-1.html '''【原创】《大图书馆遇袭事件(续)》''']" | |
], | |
"links_count": 2 | |
}, | |
"儋州工业园规划": { | |
"links": [ | |
"[https://lgqm.gq/thread-2788-1-1.html 【群内讨论整理】儋州工业园]<!--[原帖网址 原贴名称]" | |
], | |
"links_count": 1 | |
}, | |
"帝国化学工业传奇": { | |
"links": [ | |
"[https://lgqm.gq/thread-2848-1-1.html 帝国化工英雄传说(第三部分 纵横篇 )]", | |
"[https://lgqm.gq/thread-3492-1-1.html 帝国化学工业传奇 第四部分,南海]" | |
], | |
"links_count": 2 | |
}, | |
"点点之矿 可以燎原——澳宋矿业部宣传片“铸元老院的枪与锤”": { | |
"links": [ | |
"[https://lgqm.gq/thread-5564-1-1.html 【同人视频】铸元老院的枪与锤——澳宋矿业部宣传片]" | |
], | |
"links_count": 1 | |
}, | |
"电力之春": { | |
"links": [ | |
"[https://lgqm.gq/thread-3091-1-2.html 【原创】《电力之春》 ]" | |
], | |
"links_count": 1 | |
}, | |
"东海岸之风": { | |
"links": [ | |
"[https://lgqm.gq/thread-3714-1-1.html 【原创】【北美洲东海岸攻略】东海岸之风]" | |
], | |
"links_count": 1 | |
}, | |
"东亚大贸易圈的诞生": { | |
"links": [ | |
"[https://lgqm.gq/?7489 太湖仓管小杨]", | |
"[https://lgqm.gq/thread-4802-1-1.html 东亚大贸易圈的诞生(商在东亚)]" | |
], | |
"links_count": 2 | |
}, | |
"【反向穿越】H-1300的奇妙漂流": { | |
"links": [ | |
"[https://lgqm.gq/thread-3683-1-2.html 【反向穿越】H-1300的奇妙漂流]" | |
], | |
"links_count": 1 | |
}, | |
"焚楼": { | |
"links": [ | |
"[https://lgqm.gq/thread-8815-1-1.html 《焚楼》终章]" | |
], | |
"links_count": 1 | |
}, | |
"风云际会儋州湾": { | |
"links": [ | |
"[https://lgqm.gq/thread-5867-1-1.html 风云际会儋州湾]" | |
], | |
"links_count": 1 | |
}, | |
"伏波军海军总体设定": { | |
"links": [ | |
"[https://lgqm.gq/thread-4786-1-1.html 伏波军海军总体设定]<!--[原帖网址 原贴名称]" | |
], | |
"links_count": 1 | |
}, | |
"伏波军特化联的黎明": { | |
"links": [ | |
"[https://lgqm.gq/thread-2763-1-1.html 【原创】伏波军特化联的黎明(迫害归化民健康第二弹) ]" | |
], | |
"links_count": 1 | |
}, | |
"钢与火的躯壳": { | |
"links": [ | |
"[https://lgqm.gq/thread-3425-1-1.html 【政治组织】【原创】钢与火的躯壳 ——元技委纪事 2019年11月8日第一章更新中]" | |
], | |
"links_count": 1 | |
}, | |
"歌唱动荡的青春": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=redirect&goto=findpost&ptid=5245&pid=532272256&fromuid=744 #临高启明元老院视频会议 #歌唱动荡的青春]" | |
], | |
"links_count": 1 | |
}, | |
"苟二的末日": { | |
"links": [ | |
"[https://lgqm.gq/thread-5002-1-1.html 【原创】苟二的末日]" | |
], | |
"links_count": 1 | |
}, | |
"广西攻略:柚花香处是壮家": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=6098&page=1&authorid=3464 【同人】广西攻略:柚花香处是壮家]<!--[原帖网址 原贴名称]", | |
"[https://lgqm.gq/forum.php?mod=attachment&aid=ODQ2NHwwZWQxYTAyZXwxNjA2NTc0NDkzfDc0NHw2MDk4 明代广西各府州人口、田粮、赋税表.rar]" | |
], | |
"links_count": 2 | |
}, | |
"国家警察刑侦局关于近期各种诈骗邮件的汇总": { | |
"links": [ | |
"[https://lgqm.gq/thread-4675-1-2.html 【原创】国家警察刑侦局关于近期各种诈骗邮件的汇总]" | |
], | |
"links_count": 1 | |
}, | |
"海述祖淳安当官记": { | |
"links": [ | |
"[https://lgqm.gq/thread-3537-1-2.html 海述祖淳安当官记]" | |
], | |
"links_count": 1 | |
}, | |
"鹤傲文集": { | |
"links": [ | |
"[https://lgqm.gq/thread-5529-1-1.html 鹤傲文集]<!--[原帖网址 原贴名称]" | |
], | |
"links_count": 1 | |
}, | |
"何昭昭的工作手札": { | |
"links": [ | |
"[https://lgqm.gq/space-uid-4181.html 明月昭昭]", | |
"[https://lgqm.gq/thread-5080-1-1.html 何昭昭的工作手札]<!--[原帖网址 原贴名称]" | |
], | |
"links_count": 2 | |
}, | |
"黑镜": { | |
"links": [ | |
"[https://lgqm.gq/thread-3881-1-1.html 【原创】黑镜(澳门攻略向)]" | |
], | |
"links_count": 1 | |
}, | |
"黑旗舰队": { | |
"links": [ | |
"[https://lgqm.gq/thread-2762-1-1.html 【原创】黑旗舰队]" | |
], | |
"links_count": 1 | |
}, | |
"护士王语嫣的南吕宋回忆录": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=4448&fromuid=1714 护士王语嫣的南吕宋回忆录]" | |
], | |
"links_count": 1 | |
}, | |
"火神之花——澳宋支援火力小史": { | |
"links": [ | |
"[https://lgqm.gq/thread-3097-1-1.html 【原创】火神之花——澳宋支援火力小史]", | |
"[https://lgqm.gq/thread-5875-1-1.html 【原创】火神之花]" | |
], | |
"links_count": 2 | |
}, | |
"季风帝国": { | |
"links": [ | |
"[https://lgqm.gq/space-uid-34.html 巴拉莱卡]", | |
"[https://lgqm.gq/thread-7383-1-1.html 新坑:季风帝国]" | |
], | |
"links_count": 2 | |
}, | |
"寂寞的代价": { | |
"links": [ | |
"[原帖网址 原贴名称]-->[https://lgqm.gq/thread-10672-1-1.html 【原创】寂寞的代价【无删减版】]", | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=7415&fromuid=3012 这里]" | |
], | |
"links_count": 2 | |
}, | |
"剑桥澳宋史(临高)": { | |
"links": [ | |
"[https://lgqm.gq/thread-3409-1-1.html 【原创】【剑桥澳宋史(临高)】]" | |
], | |
"links_count": 1 | |
}, | |
"江南皮革厂": { | |
"links": [ | |
"[https://lgqm.gq/thread-10931-1-1.html 【原创】江南皮革厂]" | |
], | |
"links_count": 1 | |
}, | |
"酱油的翻身之路": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=6383&page=1&authorid=8751 【原创】酱油的翻身之路第一部:虐生 [200706 元技委内幕更]]<!--[原帖网址 原贴名称]", | |
"[https://lgqm.gq/home.php?mod=space&uid=3742 @QDD]", | |
"[https://lgqm.gq/home.php?mod=space&uid=1710 @聂义峰]", | |
"[https://lgqm.gq/home.php?mod=space&uid=1710 @聂义峰]", | |
"[https://lgqm.gq/home.php?mod=space&uid=1710 @聂义峰]" | |
], | |
"links_count": 5 | |
}, | |
"杰尔不是侩子手": { | |
"links": [ | |
"[原帖网址 原贴名称]-->[https://lgqm.gq/thread-8555-1-1.html 他不是侩子手—杰尔]" | |
], | |
"links_count": 1 | |
}, | |
"结局之外的结局": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=3427&fromuid=744 【原创】结局之外的结局]" | |
], | |
"links_count": 1 | |
}, | |
"阶梯计划": { | |
"links": [ | |
"[https://lgqm.gq/thread-1114-1-1.html 阶梯计划]", | |
"[https://lgqm.gq/thread-2355-1-1.html 【同人加讨论】阶梯计划:第二部分半岛风云之风起临高]", | |
"[https://lgqm.gq/forum.php 就是这个论坛]" | |
], | |
"links_count": 3 | |
}, | |
"金属罐头的制作": { | |
"links": [ | |
"[https://lgqm.gq/thread-1254-1-3.html 【原创】金属罐头的制作(超短篇)]" | |
], | |
"links_count": 1 | |
}, | |
"救镖": { | |
"links": [ | |
"[https://lgqm.gq/thread-8417-1-1.html 【原创】救镖 ]" | |
], | |
"links_count": 1 | |
}, | |
"军火之王": { | |
"links": [ | |
"[https://lgqm.gq/thread-10796-1-1.html 【作死铜人】军火之王]" | |
], | |
"links_count": 1 | |
}, | |
"凯旋": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=6648&fromuid=3012 从书信看澳宋邮政发展史]", | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=3145&fromuid=3012 髡人拍案惊奇]", | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=2131 艾琳的故事]", | |
"[https://lgqm.gq/thread-1555-1-1.html 临高女孩]", | |
"[https://lgqm.gq/thread-8597-1-1.html 相声《西征梦》]", | |
"[https://lgqm.gq/home.php?mod=space&uid=11216 @essacwen]", | |
"[https://lgqm.gq/thread-8597-1-1.html 相声《西征梦》]" | |
], | |
"links_count": 7 | |
}, | |
"空中浩劫第1期——折断的三叉戟": { | |
"links": [ | |
"[https://lgqm.gq/thread-2982-1-1.html 【改编】空中浩劫第1期——折断的三叉戟(全文)]" | |
], | |
"links_count": 1 | |
}, | |
"髡人拍案惊奇": { | |
"links": [ | |
"[https://lgqm.gq/thread-3145-1-1.html 【旧文转发】髡人拍案惊奇]" | |
], | |
"links_count": 1 | |
}, | |
"髡贼西行记": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=5488&page=1&authorid=8540 [原创]《髡贼西行记》7.4更新第十一章——在开罗(下) ]<!--[原帖网址 原贴名称]", | |
"[quote][https://lgqm.gq/forum.php?mod=redirect&goto=findpost&pid=532290269&ptid=5488 ]" | |
], | |
"links_count": 2 | |
}, | |
"蓝色航迹": { | |
"links": [ | |
"[https://lgqm.gq/thread-3751-1-1.html 蓝色航迹]" | |
], | |
"links_count": 1 | |
}, | |
"李洛由梦游澳洲": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=7134&page=41#pid532354023 第七十九节 营救](推荐) 或知乎链接: [https://zhuanlan.zhihu.com/p/340350159 临高同人《李洛由梦游澳洲》第七十九节]" | |
], | |
"links_count": 1 | |
}, | |
"历史选修四:科学进步历程": { | |
"links": [ | |
"[原帖网址 原贴名称]-->[https://lgqm.gq/thread-11073-1-1.html [原创]《历史选修四:科学进步历程》2022年3月12日更新第一章:《序言》]" | |
], | |
"links_count": 1 | |
}, | |
"梁府女佣随雨的忧郁": { | |
"links": [ | |
"[https://lgqm.gq/thread-11276-1-1.html 【半块豆腐干】梁府女佣随雨的忧郁(完结)]" | |
], | |
"links_count": 1 | |
}, | |
"临高的风": { | |
"links": [ | |
"[https://lgqm.gq/thread-4854-1-2.html 临高的风]" | |
], | |
"links_count": 1 | |
}, | |
"临高纪事·艾琳的故事": { | |
"links": [ | |
"[https://lgqm.gq/thread-2131-1-3.html 【原创】临高纪事·艾琳的故事]" | |
], | |
"links_count": 1 | |
}, | |
"临高启明Craft": { | |
"links": [ | |
"[原帖网址 原贴名称]-->[https://lgqm.gq/thread-7253-1-1.html 临高启明mc服务器开服了!!]", | |
"[https://lgqm.gq/thread-7177-1-1.html 水帖向,我们要不要搞一个临高众用的mc服务]", | |
"[https://lgqm.gq/thread-7479-1-1.html 【临高MC】建筑、地标位置坐标记录贴]", | |
"[https://lgqm.gq/thread-7177-1-1.html 一个帖子]", | |
"[https://lgqm.gq/thread-7479-1-1.html 建筑坐标]" | |
], | |
"links_count": 5 | |
}, | |
"临高启明(电视剧版)": { | |
"links": [ | |
"[https://lgqm.gq/thread-1370-1-1.html 【改编】临高启明(电视剧版)]" | |
], | |
"links_count": 1 | |
}, | |
"临高启明minecraft像素画": { | |
"links": [ | |
"[https://lgqm.gq/thread-5267-1-1.html 临高启明minecraft像素画]" | |
], | |
"links_count": 1 | |
}, | |
"临高启明前传": { | |
"links": [ | |
"[https://lgqm.gq/thread-3541-1-1.html 临高启明前传]", | |
"[https://lgqm.gq/thread-3012-1-1.html 【原创】【平行世界】澳宋工信部的建立(电子信息部分)]", | |
"[https://lgqm.gq/thread-2887-1-1.html 【原创】【平行世界】澳宋装备发展部 ]", | |
"[https://lgqm.gq/thread-3012-1-1.html 【原创】【平行世界】澳宋工信部(生物化工部分)]", | |
"[https://lgqm.gq/thread-3868-2-2.html https://lgqm.gq/thread-3868-2-2.html]" | |
], | |
"links_count": 5 | |
}, | |
"临高启明RPG小游戏": { | |
"links": [ | |
"[https://lgqm.gq/thread-5601-2-1.html 【独立游戏】《临高启明》ver0.001版本demo]" | |
], | |
"links_count": 1 | |
}, | |
"《临高时报》特别报道——文德嗣是怎样读书的": { | |
"links": [ | |
"[https://lgqm.gq/thread-4675-1-2.html 【原创】国家警察刑侦局关于近期各种诈骗邮件的汇总-番外]" | |
], | |
"links_count": 1 | |
}, | |
"路边社": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=4720&fromuid=7338 原报道])随后克莱登叛乱分子也发布公告宣传对袭击负责并给出另一组[https://lgqm.gq/forum.php?mod=viewthread&tid=4722&fromuid=7338 作战数据]", | |
"[https://lgqm.gq/forum.php?mod=redirect&goto=findpost&ptid=4720&pid=532256777&fromuid=744 周围部长亲自对此辟谣]" | |
], | |
"links_count": 2 | |
}, | |
"漫长的一天": { | |
"links": [ | |
"[https://lgqm.gq/thread-2786-1-1.html 【修改】《漫长的一日》修改版 ]" | |
], | |
"links_count": 1 | |
}, | |
"芒果日报——你的临高新资讯": { | |
"links": [ | |
"[https://lgqm.gq/thread-4409-1-1.html 芒果日报]" | |
], | |
"links_count": 1 | |
}, | |
"明启高临": { | |
"links": [ | |
"[https://lgqm.gq/thread-6854-1-1.html 反向穿越【原创】⟪明启高临⟫]" | |
], | |
"links_count": 1 | |
}, | |
"命运的相逢": { | |
"links": [ | |
"[https://lgqm.gq/thread-3369-1-1.html {原创}命运的相逢]" | |
], | |
"links_count": 1 | |
}, | |
"欧洲行纪": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=1382&fromuid=2693 《欧洲行纪》]" | |
], | |
"links_count": 1 | |
}, | |
"契卡楼档案之禁婆案": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=4858&fromuid=744 【原创】契卡楼档案之禁婆案(已完结)]" | |
], | |
"links_count": 1 | |
}, | |
"契卡楼档案之梅花社": { | |
"links": [ | |
"[https://www.lgqm.gq/forum.php?mod=viewthread&tid=4314&fromuid=744 【原创】契卡楼档案之梅花社(已完结)]" | |
], | |
"links_count": 1 | |
}, | |
"契卡楼档案之熊出没": { | |
"links": [ | |
"[原帖网址 原贴名称]-->[https://www.lgqm.gq/thread-6918-1-1.html 【原创】契卡楼档案之熊出没]" | |
], | |
"links_count": 1 | |
}, | |
"契卡楼档案之雨中人": { | |
"links": [ | |
"[原帖网址 原贴名称]-->[https://lgqm.gq/thread-7145-1-1.html 【原创】契卡楼档案之雨中人]" | |
], | |
"links_count": 1 | |
}, | |
"启明社": { | |
"links": [ | |
"[[File:儋化股东大会现场照片.jpg|300px|right|thumb|[https://lgqm.gq/thread-4492-1-1.html 儋化股东大会现场照片]]]" | |
], | |
"links_count": 1 | |
}, | |
"千军万马送瘟神": { | |
"links": [ | |
"[https://lgqm.gq/thread-798-1-1.html 千军万马送瘟神]" | |
], | |
"links_count": 1 | |
}, | |
"撬开蒸包局:政治保卫局改革之路": { | |
"links": [ | |
"[https://lgqm.gq/thread-7117-1-1.html https://lgqm.gq/thread-7117-1-1.html]" | |
], | |
"links_count": 1 | |
}, | |
"人到中年": { | |
"links": [ | |
"[https://lgqm.gq/thread-1751-1-1.html 【原创】人到中年]", | |
"[https://lgqm.gq/forum.php 临高论坛地址]" | |
], | |
"links_count": 2 | |
}, | |
"如果临高启明是一款桌游": { | |
"links": [ | |
"[https://lgqm.gq/thread-5901-1-1.html 【临高桌游】如果临高启明是一款桌游]" | |
], | |
"links_count": 1 | |
}, | |
"扫灯塔的女仆": { | |
"links": [ | |
"[https://lgqm.gq/space-uid-3918.html 米怜]", | |
"[https://lgqm.gq/thread-5090-1-1.html 《扫灯塔的女仆》(粗胚向)]<!--[原帖网址 原贴名称]" | |
], | |
"links_count": 2 | |
}, | |
"上海24小时": { | |
"links": [ | |
"[https://www.lgqm.gq/home.php?mod=space&uid=7488 MoneylessHui]", | |
"[https://www.lgqm.gq/forum.php?mod=viewthread&tid=5157 上海24小时]<!--[原帖网址 原贴名称]" | |
], | |
"links_count": 2 | |
}, | |
"舌尖上的澳宋1:金拱门": { | |
"links": [ | |
"[https://lgqm.gq/space-uid-245.html 洪璜楠]", | |
"[https://lgqm.gq/thread-10024-1-1.html 舌尖上的澳宋1:金拱门]" | |
], | |
"links_count": 2 | |
}, | |
"舌尖上的澳宋2:星八克": { | |
"links": [ | |
"[https://lgqm.gq/space-uid-245.html 洪璜楠]", | |
"[https://lgqm.gq/thread-1346-1-1.html 舌尖上的澳宋1:金拱门]" | |
], | |
"links_count": 2 | |
}, | |
"舌尖上的澳宋4:塞百味": { | |
"links": [ | |
"[https://lgqm.gq/space-uid-245.html 洪璜楠]", | |
"[https://lgqm.gq/thread-10009-1-1.html 舌尖上的澳宋4:塞百味]" | |
], | |
"links_count": 2 | |
}, | |
"神灯计划": { | |
"links": [ | |
"[https://lgqm.gq/thread-1023-1-1.html 神灯计划 ]", | |
"[https://lgqm.gq/thread-3197-1-1.html 神灯计划(四)——你的选择 ]" | |
], | |
"links_count": 2 | |
}, | |
"时间就是金钱——飞剪船的建造": { | |
"links": [ | |
"[https://lgqm.gq/thread-1252-1-2.html 时间就是金钱——飞剪船的建造]" | |
], | |
"links_count": 1 | |
}, | |
"朔方辰星高": { | |
"links": [ | |
"[https://lgqm.gq/thread-3906-1-1.html 朔方辰星高]<!--[原帖网址 原贴名称]" | |
], | |
"links_count": 1 | |
}, | |
"宿务港的余波": { | |
"links": [ | |
"[https://lgqm.gq/space-uid-6353.html 鲁迪嗷]", | |
"[https://lgqm.gq/thread-4909-1-1.html 宿务港的余波]" | |
], | |
"links_count": 2 | |
}, | |
"孙强的故事": { | |
"links": [ | |
"[https://lgqm.gq/thread-3732-1-1.html 来个玩个创作接龙吧!]" | |
], | |
"links_count": 1 | |
}, | |
"索尼娅的回忆与故事": { | |
"links": [ | |
"[https://lgqm.gq/thread-1411-1-1.html 索尼娅的回忆与故事 ]" | |
], | |
"links_count": 1 | |
}, | |
"所谓工业就应是造福人民为富一方": { | |
"links": [ | |
"[https://lgqm.gq/thread-5034-1-1.html 所谓工业就应是造福人民为富一方]" | |
], | |
"links_count": 1 | |
}, | |
"她自深空归": { | |
"links": [ | |
"[https://lgqm.gq/thread-10464-1-1.html 【原创】《她自深空归》2021.12.31已完结(约7万字)]" | |
], | |
"links_count": 1 | |
}, | |
"台湾风云": { | |
"links": [ | |
"[https://lgqm.gq/thread-6583-1-1.html 台湾风云]<!--[原帖网址 原贴名称]" | |
], | |
"links_count": 1 | |
}, | |
"天有可测风云": { | |
"links": [ | |
"[https://www.lgqm.gq/space-uid-2954.html 临高太白大学生]", | |
"[https://www.lgqm.gq/forum.php?mod=viewthread&tid=4904&page=1&authorid=2954 天有可测风云]" | |
], | |
"links_count": 2 | |
}, | |
"通往星空之路": { | |
"links": [ | |
"[https://lgqm.gq/thread-5843-1-1.html 通往星空之路]" | |
], | |
"links_count": 1 | |
}, | |
"外事无小事第二季—大明狼烟": { | |
"links": [ | |
"[https://lgqm.gq/thread-2897-1-1.html 【原创】大明狼烟]" | |
], | |
"links_count": 1 | |
}, | |
"未曾设想的道路": { | |
"links": [ | |
"[https://lgqm.gq/space-uid-267.html 动力先声罗海涛]", | |
"[https://lgqm.gq/thread-4890-1-1.html 《未曾设想的道路》]<!--[原帖网址 原贴名称]", | |
"[https://www.lgqm.gq/forum.php?mod=redirect&goto=findpost&ptid=4890&pid=532350770&fromuid=267 第二章 啊,巴达维亚(3)]" | |
], | |
"links_count": 3 | |
}, | |
"文澜西去": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=6567&fromuid=8261 临高日报-竹木胶合板飞机诞生记]", | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=6567&fromuid=8261 《竹木胶合板飞机诞生记》]" | |
], | |
"links_count": 2 | |
}, | |
"纹章院设计处的日常": { | |
"links": [ | |
"[https://lgqm.gq/thread-3334-1-1.html 【原创】《纹章院设计处的日常》]" | |
], | |
"links_count": 1 | |
}, | |
"相亲大会 续 临高的大龄剩男剩女们": { | |
"links": [ | |
"[https://lgqm.gq/thread-5340-1-1.html 【原创】相亲大会 续 临高的大龄剩男剩女们]" | |
], | |
"links_count": 1 | |
}, | |
"相声《西征梦》": { | |
"links": [ | |
"[原帖网址 原贴名称]-->[https://lgqm.gq/thread-8597-1-1.html 【原创】相声《西征梦》,规划民王德纲刘谦表演]" | |
], | |
"links_count": 1 | |
}, | |
"新安惊变": { | |
"links": [ | |
"[https://lgqm.gq/thread-2733-1-2.html 【原创】新安惊变 ]" | |
], | |
"links_count": 1 | |
}, | |
"信封上的战争": { | |
"links": [ | |
"[https://lgqm.gq/thread-1182-1-1.html 信封上的战争]" | |
], | |
"links_count": 1 | |
}, | |
"星拳旗下的12个瞬间": { | |
"links": [ | |
"[https://lgqm.gq/thread-62-1-2.html 星拳旗下的12个瞬间]" | |
], | |
"links_count": 1 | |
}, | |
"印加复国记": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=11726&fromuid=13857 【原创】印加复国记【长篇同人】]" | |
], | |
"links_count": 1 | |
}, | |
"萤之光(内参名:1637年元老院临高会议实录)": { | |
"links": [ | |
"[https://lgqm.gq/thread-2719-2-1.html 萤之光(内参名:1637年元老院临高会议实录)]" | |
], | |
"links_count": 1 | |
}, | |
"元老穿越秘史": { | |
"links": [ | |
"[https://lgqm.gq/thread-5245-1-1.html 元老院视频大赛已投稿作品(附链接)·元老穿越秘史]" | |
], | |
"links_count": 1 | |
}, | |
"元老的荒岛生活": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=5892&page=1&authorid=7551 【原创】元老的荒岛生活(9.8 完结 二十一.回家]<!--[原帖网址 原贴名称]", | |
"[https://lgqm.gq/home.php?mod=space&uid=3918 @米怜]" | |
], | |
"links_count": 2 | |
}, | |
"元老院治下的土客械斗": { | |
"links": [ | |
"[https://www.lgqm.gq/forum.php?mod=viewthread&tid=10726&fromuid=13857 【中篇同人】元老院治下的土客械斗【5.5完结!】]" | |
], | |
"links_count": 1 | |
}, | |
"张岱临高见闻录": { | |
"links": [ | |
"[https://lgqm.gq/forum.php?mod=viewthread&tid=1426&fromuid=2693 张岱临高见闻录]" | |
], | |
"links_count": 1 | |
}, | |
"真昼的光芒": { | |
"links": [ | |
"[原帖网址 原贴名称]-->[https://lgqm.gq/thread-7352-1-1.html 【原创】真昼的光芒[短篇、关于伪明皇帝退位的故事]]" | |
], | |
"links_count": 1 | |
}, | |
"执剑者们": { | |
"links": [ | |
"[https://lgqm.gq/thread-3868-1-2.html 执剑者们]" | |
], | |
"links_count": 1 | |
}, | |
"周天元老的新春主题讲话": { | |
"links": [ | |
"[https://lgqm.gq/thread-3854-1-1.html 【原创】周天元老的新春主题讲话]" | |
], | |
"links_count": 1 | |
}, | |
"主线剧情中出现的武器型号": { | |
"links": [ | |
"[原帖网址 原贴名称]-->[https://lgqm.gq/thread-7411-1-1.html 【众包调查】现在主线剧情出现过的武器型号有哪些?]" | |
], | |
"links_count": 1 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment