您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Nextcloud bot 3e28565458
[tx-robot] updated from transifex
4 年前
..
appinfo Added migration step 4 年前
composer Update autoload checkers 4 年前
css Add highcontrast style for dark mode 4 年前
fonts Accessibility ♿ 6 年前
img Change name of high contrast theme to high contrast mode 4 年前
js Comply to eslint 4 年前
l10n [tx-robot] updated from transifex 4 年前
lib Removed duplicate defintion of app name and rebased/rebuilt. 4 年前
src Comply to eslint 4 年前
templates Accessibility ♿ 6 年前
.babelrc.js Transpile arrow function for ie11 compatibility 5 年前
.editorconfig Accessibility ♿ 6 年前
.gitignore Accessibility ♿ 6 年前
.jshintrc Accessibility ♿ 6 年前
.l10nignore Fix translation sync for accessibiltiy 5 年前
Makefile Accessibility ♿ 6 年前
README.md Accessibility ♿ 6 年前
webpack.js Use different jsonpFunction 4 年前

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