The user which has a children who cannot discipline themselves on playing computer. 有一个不懂得自律地使用电脑的孩子的用户
1.download the installer from Release Page to your main account. 将安装程序从Release Page下载到你的主账户
2.Open the installer as Administrators. 以管理员身份打开该安装程序
3.Open theBSD
app from your desktop. 打开你桌面的BSD
程序
First this app let you choose the account names which should be limited.
Then add a task to task scheduler which apply to all user, the task will check every minutes if the current user and the time ranges match if so it will shuwdown computer Immediately.
The task cannot be disable by any subaccount but Administrators accounts.
首先该程序会让你选择一个或多个需要限制的用户名(对于不太懂电脑的人可能不知道Windows系统可以创建多个用户)
其次将创建一个task到任务调度中心, 该任务每分钟执行一次,检查当前登录的用户和所限制的时间区间是否匹配, 如果匹配则立即关机
Well, it is not posibble for ordinary children if they dont know main account password (they should not know it), because the program setup in Administrators account which mean it is hard(for me because I am lazy) to bypass it in her account. But in some case she did bypassed this app (Congratulations to her, she is on her way) then this app cant help with that its not a problem of this app but its your problem to tech her how to be self-discipline.
Well, 如果你的孩子不知道你的主账户密码,那么对于一般的孩子而言是非常困难的。如果你的孩子真的破解了该程序,那么恭喜她 she is on her way. 那么如何解决这个问题呢? 该软件所解决的只是在很有限的范围内限制她,让她自律。 如果她真的破解了该程序,那么这个问题就不是一个软件所能解决了的了,而是需要你去教会她如何自律,毕竟她已经能做到破解该程序,那么加上自律,前途不可限量。
Well, You just need to add a json file to the folder
src/international
for example 'ar.json'
then import thear.json
tolanguage.js
file and then add a field on the variablelngs
Well, 首先你需要在
src/international
目录下创建一个json文件, 比如说ar.json
然后将ar.json
import 到language.js
最后在lngs
变量中添加一个对应的property就可以了
Well, First I dont have mac device which mean I cannot test my app on mac device
Second, for now there only Windwos and Linux packages are provided but only Windwos will work which mean you can explore the app on linux but it will not work on linux
At the end, Hope someone will submit a pull requets which support the mac device before I got a mac device
Well, 首先我没有Mac设备, 这意味这我无法进行测试, 其次, 目前只提供了Windwos的安装包和Linux的安装包, 但是只有Windwos是能够真正工作的,Linux你可以安装然后探索该程序,但是并不会工作,鉴于一般的孩子用不到Linux, 所有不太可能会支持了, 只供探索. 最后, 希望在我能够得到一台Mac设备前有人能够提交Pull-Request以支持Mac
Its simple, just write the python script or whatever and put it in to
pythonScripts
folder. For details please read the document ReadMeIfYouNeedToSupportNewPlatform.md
这很简单, 把该系统相关的python代码或者其他什么玩意儿放到
pythonScripts
目录下就可以了, 具体的请阅读该文档ReadMeIfYouNeedToSupportNewPlatform.md