We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
能否支持使用 WebDAV、云服务或是自部署的同步服务同步毛线助手的个性化设置、自定义「计划」等信息?
虽然目前已支持的离线导入导出备份的功能也能满足基本的备份需求,但是在个人的使用过程中发现存在两个不太方便的地方
The text was updated successfully, but these errors were encountered:
感謝反饋。
目前,跨瀏覽器同步,頻繁導出導入,確實比較麻煩。我仔細想了這個問題,其實所有擴展都會面臨這個問題,特別是配置會經常變動的。
該方法,無需瀏覽器擴展做變更,就可以同步擴展存儲的所有信息,而且可以一次性同步所有擴展信息。
步驟爲:
plans/channel_custom.json
{ "name": "custom", "folder": "custom", "description": "這是我自己編寫的毛線計劃,僅供自己訂閱" }
plans/custom
http://127.0.0.1:8080/mx-assistant
output_dir: 'public/custom' deploy_path: 'http://127.0.0.1:8080/mx-assistant'
運行 ./build.rb 即可生成要部署的 json 文件,到 public/custom 目錄。完成後,你就可以把這個目錄下的內容,複製到你本地的 web 服務器的 /mx-assistant,然後你編寫的那些 Plan 的訂閱地址爲: http://127.0.0.1:8080/mx-assistant/plans/custom/index.json 。把該地址配置到 MaoXian 擴展的設置頁面,然後開啓自動更新。
./build.rb
public/custom
/mx-assistant
http://127.0.0.1:8080/mx-assistant/plans/custom/index.json
當然,你也可以把其部署到遠程服務器,或者是類似 GitHub Pages 這樣的靜態網頁服務上。
Sorry, something went wrong.
感谢你提供了这么详尽的两个方案。考虑到我个人的使用习惯,我个人更倾向于第二种方案一点。祝好
No branches or pull requests
能否支持使用 WebDAV、云服务或是自部署的同步服务同步毛线助手的个性化设置、自定义「计划」等信息?
虽然目前已支持的离线导入导出备份的功能也能满足基本的备份需求,但是在个人的使用过程中发现存在两个不太方便的地方
The text was updated successfully, but these errors were encountered: