您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21
3 年前
..
appinfo Format code to a single space around binary operators 3 年前
composer rebuild autoloader scripts with 2.0.7 3 年前
css Fix search placeholder animation & dark theme compatibility 3 年前
fonts Accessibility ♿ 6 年前
img compress some images with tinypng.com 4 年前
js Bump core-js from 3.8.0 to 3.8.1 3 年前
l10n [tx-robot] updated from transifex 3 年前
lib Update all license headers for Nextcloud 21 3 年前
src Add highcontrast class to body just like with dark theme 3 年前
templates Fix accessibility 4 年前
.editorconfig Accessibility ♿ 6 年前
.gitignore Accessibility ♿ 6 年前
.jshintrc Accessibility ♿ 6 年前
.l10nignore Update .l10nignore for apps to exclude bundled JS files 3 年前
Makefile Accessibility ♿ 6 年前
README.md Accessibility ♿ 6 年前
webpack.js Fix accessibilityoca script 3 年前

README.md

Accessibility ♿

This app provide multiple features to ease the use of nextcloud.

Build Setup

# install dependencies
make dev-setup

# build for development
make build-js

# build for development and watch edits
make watch-js

# build for production with minification
make build-js-production

# clean output files
make clean