Skip to content

Commit

Permalink
Docs: Add poems
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Oct 16, 2023
1 parent 8f4fab5 commit 89e8051
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/class/GundaiWebsite/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// 無駄とは人生である。無駄を極めよ。無駄を愛せ。無駄を生きろ。
// 無駄を以て物を成す者は、無駄を以て物を滅ぼす者に勝る。
export default class GundaiWebSite {
EnableRainbow: () => void;
DisableRainbow?: () => void;
Expand Down
2 changes: 2 additions & 0 deletions src/class/Kyomu/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// 教務は学生の未来を担い、ゲーミングは学生の人生に彩りを加える
// この二つのシステムを統合することで、学生の人生をより豊かにすることができる
import { addRainbowBg, addRainbowText } from "../../utils/AddClass";
import changeQueryInnerHTML from "../../utils/ChangeQueryInnerHTML";
import GundaiWebSite from "../GundaiWebsite";
Expand Down
2 changes: 2 additions & 0 deletions src/class/Media/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// メディアは人類にとっての第四の権力である 権力を持つ者はそれを正しく使わなければならない
// 情報は現代の石油である 情報を多く持つものは資本主義で言うところの富を得る
import GundaiWebSite from "../GundaiWebsite";

export const Media = new GundaiWebSite(
Expand Down
2 changes: 2 additions & 0 deletions src/class/SSO/EnableRainbow.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// 情報の信頼性は社会の構築において重要な要素である
// 個人の信頼性は家庭の構築において重要な要素である
import { AddClass } from "../../utils/AddClass";
import changeQueryInnerHTML from "../../utils/ChangeQueryInnerHTML";

Expand Down
2 changes: 2 additions & 0 deletions src/class/SSO/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// 情報は自身の資産である ログインとはその証明である
// 古代において古墳は富の象徴とされた ログインは現代の古墳であると言える
import GundaiWebSite from "../GundaiWebsite";
import EnableRainbow from "./EnableRainbow";

Expand Down
1 change: 1 addition & 0 deletions src/class/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// 中間管理職は上司と部下の間に立つ存在であり、糊である
export { default as GundaiWebSite } from "./GundaiWebsite";
export { Kyomu } from "./Kyomu";
export { Media } from "./Media";
Expand Down

0 comments on commit 89e8051

Please sign in to comment.