页次: 1
https://zhuanlan.zhihu.com/p/38070514
看过一些别的文章似乎提到过,即使关闭,系统也会在大版本更新的时候自动打开,也就是说无法彻底关闭,不知是不是这样?
嗯呢,非常的狗屎,不胜其烦
是的 我就是把这些禁用啦 昨天它自己就大更新啦
到时候还是会主动更新,搞笑的是在关机的时候会出现:关机并更新 重启并更新。wtf????
git clone https://github.com/lvgl/lv_sim_visual_studio_sdl/ --recursive
.gitsubmodule
[submodule "visual_studio_2017_sdl/lvgl"]
path = visual_studio_2017_sdl/lvgl
url = https://github.com/lvgl/lvgl.git
branch = release/v7
[submodule "visual_studio_2017_sdl/lv_examples"]
path = visual_studio_2017_sdl/lv_examples
url = https://github.com/lvgl/lv_examples.git
branch = release/v7
[submodule "visual_studio_2017_sdl/lv_drivers"]
path = visual_studio_2017_sdl/lv_drivers
url = https://github.com/lvgl/lv_drivers.git
branch = dev-7.0
git submodule update --remote
git clone https://github.com/lvgl/lvgl -b release/v7
git clone https://github.com/lvgl/lv_examples -b release/v7
git clone https://github.com/lvgl/lv_sim_visual_studio_sdl
git clone https://github.com/lvgl/lv_binding_micropython -b dev-7.0
git clone https://github.com/lvgl/lv_sim_eclipse_sdl -b dev-7.0
git clone https://github.com/lvgl/lv_drivers -b dev-7.0
页次: 1