Skip to content

Commit

Permalink
feat: Fiicen Desktop Installers
Browse files Browse the repository at this point in the history
  • Loading branch information
raidesuuu committed Jun 17, 2024
1 parent 8df90b0 commit a55f19f
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 6 deletions.
53 changes: 53 additions & 0 deletions dist/category/infomation/payment.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!doctype html>
<html lang="ja">
<head>
<!--meta-->
<title>特定商取引法に基づく表記 - 雷のサイト</title>

<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="特定商取引法に基づく表記" />
<link rel="canonical" href="https://raic.tech/" />

<meta content="特定商取引法に基づく表記 - 雷のサイト" property="og:title" />
<meta content="特定商取引法に基づく表記" property="og:description" />
<meta content="https://raic.tech" property="og:url" />
<meta content="https://raic.tech/images/profile-image.png" property="og:image" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />

<!--Stylesheet-->
<link rel="stylesheet" href="/css/index.css" />

<!--favicon-->
<link rel="icon" href="/images/profile-image.png" />

<!--JavaScript-->

<script src="/js/menu.js"></script>
</head>

<body style="display: none">
<header></header>

<section class="columns p-4 m-0">
<div class="column is-2"></div>
<div class="content">
<h1>特定商取引法に基づく表記</h1>
<p>
<b>運営責任者</b> 村井正人<br />

<b>販売価格</b> 各商品ページに記載しています。<br />
<b>運営責任者</b> 村井正人

<b>商品代金以外の必要料金 </b> 消費税<br />
<b>支払い方法 </b> クレジットカード<br />
<b>支払い時期 </b> ご注文時
</p>
</div>
</section>

<footer></footer>

<script src="/js/index.js"></script>
</body>
</html>
33 changes: 27 additions & 6 deletions dist/fiicen-desktop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,34 @@ <h1 class="title is-3">今すぐ開始する</h1>
<p>
Fiicen Desktopのインストールはすぐです!ファイルをダウンロードして実行するとすぐに使用できます!<small><a href="#warning-2">※2</a></small
><br />
<a href="https://github.com/uplauncher/fiicenelectron/releases/download/v1.1.0/fiicenDesktop_win32_installer.exe" class="button is-primary">Windows 用をダウンロード</a>
<a href="https://github.com/uplauncher/fiicenelectron/releases/download/v1.1.0/fiicenDesktop_linux_installer.deb" class="button">Linux (deb) 用をダウンロード (ベータ)</a>
<a href="https://github.com/uplauncher/fiicenelectron/releases/download/v1.1.0/fiicenDesktop_darwin_installer.zip" class="button">Mac (Intel) 用をダウンロード (ベータ)</a>
<details title="Windows">
<summary class="title is-5" style="color: var(--bulma-content-heading-color)">Windows 用をダウンロード</summary>
<br />

<a href="https://github.com/uplauncher/fiicenelectron/releases/download/v1.1.0/fiicenDesktop_win32_installer.exe" class="button">Windows</a>
<br />

<p>Windowsの場合は、上のダウンロードボタンからファイルをダウンロードし、それを開くだけです。</p>
</details>

<details title="Mac (ベータ)">
<summary class="title is-5" style="color: var(--bulma-content-heading-color)">macOS (ベータ) 用をダウンロード</summary>
<br />

<a href="https://github.com/uplauncher/fiicenelectron/releases/download/v1.1.0/fiicenDesktop_darwin_installer.zip" class="button">Mac (Intel)</a>
<a href="https://github.com/uplauncher/fiicenelectron/releases/download/v1.1.0/fiicenDesktop_darwin_arm64_installer.zip" class="button">Mac (Apple シリコン)</a>
<br />

<p>Macの場合は、上のダウンロードボタンからZIPをダウンロードし、それを解凍してその中にある.appファイルを開くだけです。</p>
</details>

<details title="Linux (ベータ)">
<summary class="title is-5" style="color: var(--bulma-content-heading-color)">Linux (ベータ) 用をダウンロード</summary>
<br />

<a href="https://github.com/uplauncher/fiicenelectron/releases/download/v1.1.0/fiicenDesktop_linux_installer.deb" class="button">Linux (deb)</a>
<a href="https://github.com/uplauncher/fiicenelectron/releases/download/v1.1.0/fiicenDesktop_linux_installer.rpm" class="button">Linux (rpm)</a>

<details title="Linuxのインストール方法を見る">
<summary>Linuxのインストール方法を見る</summary>
<p>Linuxはdebのみ利用できます。近日中にrpmバージョンをリリースする予定です。</p>
<ol>
<li>上のボタンから、Linux (deb) 用をダウンロードします。</li>
<li>ダウンロードしたフォルダで端末(ターミナル)を開き、<br /><span class="rcs-code">&nbsp; sudo apt install ./fiicenDesktop_linux_installer.deb &nbsp;</span><br />と入力します。</li>
Expand Down

0 comments on commit a55f19f

Please sign in to comment.