玉历宝钞

玉历宝钞软件介绍

玉历宝钞,是一本从宋朝开始流传至今的净化社会风气、遏恶扬善的善书。这是一本制作好的关于玉历的电子书,内容全面、使用方便。

发表回复

登录后才能评论

评论列表 ( 0条)

MIP.watch('type', function (type) { const postId = MIP.getData('post_id'); if (!type || !postId) { return; } fetch('/wp-json/softsphere/v1/download', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ post_id: postId, type: type }) }) .then(response => response.json()) .then(data => { if (data.code === 0) { MIP.setData({type:""}); MIP.viewer.open(data.data.download_link); } console.log(data.message); }) .catch(error => { console.error('Error:', error); }) });