-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
建议 #15
Comments
谢谢建议,这里是插件抓取其他网站的内容,有空会考虑对其文本再做一层处理。 |
大佬能加个联系方式不 |
我假期比较有空,会关注邮件及时回复的,在这里交流就好了,也能帮到有潜在类似问题的其他同学。 |
好吧,大佬,你这背单词系统,能改成背中文文章系统?
…------------------ 原始邮件 ------------------
发件人: "Benature ***@***.***>;
发送时间: 2021年5月3日(星期一) 上午10:57
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [Benature/WordReview] 建议 (#15)
我假期比较有空,会关注邮件及时回复的,在这里交流就好了,也能帮到有潜在类似问题的其他同学。
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
文章系统是什么意思呢?比如是文献管理还是微信推送那些? |
例如政治的简答题
考点1:马克思主义
1.马克思主义是由马克思和恩格斯创立并为后继者所不断发展的科学理论体系,是关于自然、社会和人类思维发展一般规律的学说,是关于社会主义必然代替资本主义、最终实现共产主义的学说,是关于无产阶级解放、全人类解放和每个人自由而全面发展的学说,是指引人民创造美好生活的行动指南。
2.马克思主义是一个博大精深的理论体系。马克思主义哲学、马克思主义政治经济学和科学社会主义是其三个基本组成部分,它们有机统一并共同构成了马克思主义理论的主体内容。马克思主义还包含如历史学、政治学、法学、文化学、新闻学、军事学等,并随着实践和科学的发展而不断丰富自身的内容。
…------------------ 原始邮件 ------------------
发件人: "Benature ***@***.***>;
发送时间: 2021年5月3日(星期一) 下午4:14
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [Benature/WordReview] 建议 (#15)
文章系统是什么意思呢?比如是文献管理还是微信推送那些?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
(这是考研政治吗)这种场景好像挺多人会使用anki,好像还可以自定义挖好几个空🤔 当然,如果说要在这个系统用的话,你可以考虑把问题/考点写在 |
字符没有那么长呀
…------------------ 原始邮件 ------------------
发件人: "Benature ***@***.***>;
发送时间: 2021年5月3日(星期一) 下午4:24
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [Benature/WordReview] 建议 (#15)
(这是考研政治吗)这种场景好像挺多人会使用anki,好像还可以自定义挖好几个空🤔
当然,如果说要在这个系统用的话,你可以考虑把问题/考点写在单词那列,答案写在释义那列 来导入数据😂
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
哦对😂,你可以改下数据库的配置: https://github.com/Benature/WordReview/blob/ben/WordReview/apps/review/models.py#L86-L87 word = models.CharField('英文单词', max_length=50, unique=True)
mean = models.CharField('中文释义', max_length=500, default='') 比如中文释义长度改成 3000 左右(之类)? |
好的 谢谢 我试试
…------------------ 原始邮件 ------------------
发件人: "Benature ***@***.***>;
发送时间: 2021年5月3日(星期一) 下午4:31
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [Benature/WordReview] 建议 (#15)
哦对😂,你可以改下数据库的配置: https://github.com/Benature/WordReview/blob/ben/WordReview/apps/review/models.py#L86-L87
word = models.CharField('英文单词', max_length=50, unique=True) mean = models.CharField('中文释义', max_length=500, default='')
比如中文释义长度改成 3000 左右(之类)?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
谢谢
…------------------ 原始邮件 ------------------
发件人: "Benature ***@***.***>;
发送时间: 2021年5月3日(星期一) 下午4:31
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [Benature/WordReview] 建议 (#15)
哦对😂,你可以改下数据库的配置: https://github.com/Benature/WordReview/blob/ben/WordReview/apps/review/models.py#L86-L87
word = models.CharField('英文单词', max_length=50, unique=True) mean = models.CharField('中文释义', max_length=500, default='')
比如中文释义长度改成 3000 左右(之类)?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
提个小建议:如果能适配黑暗模式就更好了 |
可以安装 Dark Reader 浏览器插件 |
因为平常我用移动端背单词,我打算插入darkmodejs一段js,但是不知道怎样添加 |
你是部署到自己服务器,然后用手机背嘛?黑暗模式的代码我没有研究过诶 |
我把它放在服务器上面运行,因为晚上背得比较多就想引入一个夜间模式,但是不熟悉Django的结构,在html下面插入下面的js就可以实现了,不知道该怎么改代码
|
好久没碰过Django了,我凭记忆回复一下吧 应该是在 https://github.com/Benature/WordReview/blob/ben/WordReview/templates/base.pug 加入 script(src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js") 剩下的js加到 function addDarkmodeWidget() {
new Darkmode().showWidget();
}
window.addEventListener('load', addDarkmodeWidget); |
|
你说引入了就可以实现的呀 |
查了一下,这是我最后能想到的法子了 还是在 script(src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js")
script.
function addDarkmodeWidget() {
new Darkmode().showWidget();
}
window.addEventListener('load', addDarkmodeWidget); ref from https://stackoverflow.com/questions/5858218/how-can-i-render-inline-javascript-with-jade-pug 至少渲染出来的html应该是跟你截图一样的🤔 |
例如:define property
definexxx
我觉得可以删掉
直接property的音标和释义给出来就好
最好能突出一下
The text was updated successfully, but these errors were encountered: