✌️
This commit is contained in:
3
src/web/docs/license.en.pug
Normal file
3
src/web/docs/license.en.pug
Normal file
@@ -0,0 +1,3 @@
|
||||
h1 License
|
||||
|
||||
div!= common.license
|
3
src/web/docs/license.ja.pug
Normal file
3
src/web/docs/license.ja.pug
Normal file
@@ -0,0 +1,3 @@
|
||||
h1 ライセンス
|
||||
|
||||
div!= common.license
|
@@ -4,6 +4,7 @@ import * as yaml from 'js-yaml';
|
||||
|
||||
import { fa } from '../../common/build/fa';
|
||||
import config from '../../conf';
|
||||
import { licenseHtml } from '../../common/build/license';
|
||||
const constants = require('../../const.json');
|
||||
|
||||
export default function(): { [key: string]: any } {
|
||||
@@ -42,5 +43,7 @@ export default function(): { [key: string]: any } {
|
||||
|
||||
vars['facss'] = fa.dom.css();
|
||||
|
||||
vars['license'] = licenseHtml;
|
||||
|
||||
return vars;
|
||||
}
|
||||
|
Reference in New Issue
Block a user