您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Nextcloud bot aab447521c
[tx-robot] updated from transifex
5 年前
..
appinfo Bump versions of server and the requirements of apps 5 年前
css Change text color in search box in darktheme, ref #15598 5 年前
fonts Accessibility ♿ 6 年前
img Bump preview 6 年前
js Update JS bundle 5 年前
l10n [tx-robot] updated from transifex 5 年前
lib Do not cut full color on accessibility svg color invert 5 年前
src Fix selecting an accessibility theme with the keyboard 5 年前
templates Accessibility ♿ 6 年前
.babelrc.js Transpile arrow function for ie11 compatibility 5 年前
.editorconfig Accessibility ♿ 6 年前
.eslintrc.js Accessibility ♿ 6 年前
.gitignore Accessibility ♿ 6 年前
.jshintrc Accessibility ♿ 6 年前
.l10nignore Fix translation sync for accessibiltiy 5 年前
Makefile Accessibility ♿ 6 年前
README.md Accessibility ♿ 6 年前
webpack.js Unify webpack config 5 年前

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