Results 9 comments of Acytoo

有没有demo 写的app?看得不是很懂 :D

这个在我的电脑上显示是这样的 ![Screenshot from 2019-06-03 16-03-57](https://user-images.githubusercontent.com/18031762/58786502-4b2ca700-861a-11e9-824b-883530855170.png) ABSTRACT已经加粗了,并且与学校的样例是一样。在csethesis.cls文件中第137行的```textbf{}```是控制加粗的命令,继续加粗的话,我不会。不过你可以尝试以修改字号的方式达到,去掉字号的```-```号,可能看起来更粗? 如果没有加粗,就是下面的效果 ![Screenshot from 2019-06-03 16-07-50](https://user-images.githubusercontent.com/18031762/58786613-8b8c2500-861a-11e9-8146-74cecee78f53.png) 如果你的电脑上的确是没有加粗的,请检查电脑上的字体。

emmm,你发的图片我没有看到..可能是别的环境的问题?我测试是debian testing + xelatex 页眉与页脚可以按照这个设置,或者更新最新版的模板,根据自己的需求调整 ![Screenshot from 2019-06-03 17-34-41](https://user-images.githubusercontent.com/18031762/58792255-64d3eb80-8626-11e9-9c16-c8919cf9500b.png)

很开心你解决了问题。 QQ:872939180 On Mon, Jun 3, 2019 at 7:19 PM luoyingfeng wrote: > 感谢大佬,我的问题都解决了。请问是否能加个微信或qq呢? > > > > > ------------------ 原始邮件 ------------------ > 发件人: "Alec Chen"; > 发送时间: 2019年6月3日(星期一) 下午5:39...

@oldweipro 感谢,但是 [pro/ChatGPT-to-API](https://github.com/oldweipro/ChatGPT-to-API/tree/fix-403) 在我这里依旧 500。

```shell $ ./freechatgpt [GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached. [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production. -...

> Authenticator 会报错吗,先确认一下我修复的403错误是否有用 我不是 plus,没有 puid,Aithenticator 部分我是自己用 playwright 做的自动化。没用过这个库里的 Authencator,这个库里的 Authencator 需要 puid?很久前用这个库不能自己生成 ```access_tokens.json```,就没再尝试。

[go-chatgpt-api](https://github.com/linweiyuan/go-chatgpt-api) 这套代码在我这里,同 ip, access_token,不会 500 。估计是那个 id 要每次新生成了?跟 ua 之类的应该关系不大。

> > [go-chatgpt-api](https://github.com/linweiyuan/go-chatgpt-api) 这套代码在我这里,同 ip, access_token,不会 500 。估计是那个 id 要每次新生成了?跟 ua 之类的应该关系不大。 > > 我没有plus,puid这个我没测试过joy 不是,我是指发给 ChatGPT 网页的conversation id,对应 https://github.com/linweiyuan/go-chatgpt-api/blob/main/api/imitate/api.go 这个文件里 89 行那个。