LSP模块,用来禁止APP使用SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION
Go to file
yutou 9a34ace8e5 Initial commit 2023-08-22 16:28:53 +08:00
.gitignore Initial commit 2023-08-22 16:28:53 +08:00
README.md Initial commit 2023-08-22 16:28:53 +08:00

README.md

项目说明

介绍

以下是 Git 平台说明,您可以替换此简介

软件架构

软件架构说明

安装教程

  1. xxxx
  2. xxxx
  3. xxxx

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md

上传项目到git

    git init 
    git add *
    git commit -m 'init'
    git remote add origin {url}
    git pull origin master --allow-unrelated-histories
    git push --set-upstream origin master