qwqcode
qwqcode
用户通过邮箱验证身份功能目前已实现:#840 之后将继续逐步完善,增加更多用户中心的功能
Hi there, we are in the process of making some improvements to our project and one of the tasks is to add the English documentation. We are using a Kanban...
duplicate of #526
#840
Hello, I've made some tweaks to the code. Does the issue still persist after trying to upgrade to v2.8.5?
From ChatGPT: 要将数据输出到 HTML 中,你可以使用 JavaScript 来操作 DOM,并将获取的数据插入到 HTML 元素中。以下是一个简单的例子,假设你有一个 `` 元素用于显示数据: ```html 显示数据 const siteName = '站点名'; // 替换为实际的站点名 const url = `https://artalk.xxx.com/api/v2/stats/site_comment?site_name=${encodeURIComponent(siteName)}`; fetch(url) .then(response => { if (!response.ok)...
你好,v2.8.5 新版已经发布,可以试试更新到新版看看问题依然存在吗
> > 你好,v2.8.5 新版已经发布,可以试试更新到新版看看问题依然存在吗 > > 这是后台提交评论时候打印的日志:2024/05/27 15:10:40.661 �[33mWARN�[0m [ip_region/ip_region.go:34] [IP2Region] read segment index at 6918626: handle read: EOF 这个是新增评论返回后的数据:{ "id": 183, "content": "IP 地址显示异常问题", "content_marked": "\u003cp\u003eIP 地址显示异常问题\u003c/p\u003e\n", "user_id": 1,...
v2.8.7 已发布,修复了这个问题,感谢反馈~
你好,刚刚 v2.8.6 发布了,试试现在还有问题吗