Skip to content

Commit

Permalink
Merge pull request #285 from taidalog/develop
Browse files Browse the repository at this point in the history
Release 4.6.3.
  • Loading branch information
taidalog committed Mar 31, 2024
2 parents 29110db + 661bd5d commit 904ffb2
Show file tree
Hide file tree
Showing 43 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# taidalab

Version 4.6.2
Version 4.6.3

[English README](README.md)

Expand All @@ -19,7 +19,7 @@ Version 4.6.2

## 使い方

1. [taidalab](http://taidalog.html.xdomain.jp/) にアクセスしてください。
1. [taidalab](https://taidalog.cloudfree.jp/) にアクセスしてください。
1. 画面左側のメニューから好きなものを選んでクリックしてください。メニューが非表示になっているときは画面左上のハンバーガーボタン(三本線のボタン)を押してメニューを開いてください。
1. 出てきた画面で操作を行ってください。使い方は各ページ右上のヘルプと About ページに書いてあります。

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# taidalab

Version 4.6.2
Version 4.6.3

[Japanese README](README.ja.md)

Expand All @@ -16,7 +16,7 @@ A Web application for learning Informatics Ⅰ, one of the subjects taught i

## Usage

1. Visit [taidalab](http://taidalog.html.xdomain.jp/).
1. Visit [taidalab](https://taidalog.cloudfree.jp/).
1. Click a link in the menu on the left side of the screen. To show the menu, click the hamburger button (a button with three horizontal lines) on the upper left corner.
1. Operate on the page you opened. For more details, click the "Help" button at the top right of each page, or visit the "About" page.

Expand Down
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!--
taidalab Version 4.6.2
taidalab Version 4.6.3
https://github.com/taidalog/taidalab
Copyright (c) 2022-2024 taidalog
This software is licensed under the MIT License.
https://github.com/taidalog/taidalab/blob/main/LICENSE
-->
<!DOCTYPE html>
<html>
<html lang="ja">

<head>
<title></title>
Expand All @@ -29,16 +29,16 @@
<meta property="og:type" content="website" />
<meta property="og:title" content="taidalab: 情報&#8544;学習サイト" />
<meta property="og:description" content="taidalog が作ったプログラム置き場。情報&#8544;学習用のツールを公開しています。" />
<meta property="og:url" content="http://taidalog.html.xdomain.jp/" />
<meta property="og:url" content="https://taidalog.cloudfree.jp/" />
<meta property="og:site_name" content="taidalab" />
<meta property="og:image" content="http://taidalog.html.xdomain.jp/image/taidalab.png" />
<meta property="og:image" content="https://taidalog.cloudfree.jp/image/taidalab.png" />
<!-- Twitter card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@taidalog">
<!-- stylesheet -->
<link rel="stylesheet" href="/style.css?v=4.5.0">
<!-- script -->
<script type="text/javascript" src="/bundle.js?v=4.6.2"></script>
<script type="text/javascript" src="/bundle.js?v=4.6.3"></script>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
2 changes: 1 addition & 1 deletion public/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
taidalab Version 4.6.2
taidalab Version 4.6.3
https://github.com/taidalog/taidalab
Copyright (c) 2022-2024 taidalog
This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/About.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/App.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
4 changes: 2 additions & 2 deletions src/Content.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down Expand Up @@ -98,7 +98,7 @@ module Content =
let question =
"""<span id="questionSpan" class="question-number"></span><sub id="srcRadix"></sub> を<span id="dstRadix"></span>進法で表すと?"""

let version = "Version 4.6.2"
let version = "Version 4.6.3"

let footer =
sprintf
Expand Down
2 changes: 1 addition & 1 deletion src/Home.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/InformationPolicy.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/InitObject.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/NotFound.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/Page.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/Switcher.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/Terms.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/common/Number.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/common/Svg.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/common/Text.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/common/Tuple.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/endless-binary/Addition.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/endless-binary/Bin2Dec1.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/endless-binary/Bin2Dec2.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/endless-binary/Complement.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/endless-binary/Dec2Bin1.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/endless-binary/Dec2Bin2.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/endless-binary/Dec2Hex.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/endless-binary/EndlessBinary.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/endless-binary/Hex2Dec.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/endless-binary/PowerOfTwo1.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/endless-binary/PowerOfTwo2.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/endless-binary/Subtraction.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/iro-iroiro/IroIroiro.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/network-simulator/Area.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/network-simulator/Cable.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/network-simulator/Client.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/network-simulator/Device.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/network-simulator/Directions.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/network-simulator/Hub.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/network-simulator/IPv4.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/network-simulator/Kind.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/network-simulator/NetworkSimulator.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/network-simulator/Point.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/network-simulator/Router.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/network-simulator/TCPIP.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taidalab Version 4.6.2
// taidalab Version 4.6.3
// https://github.com/taidalog/taidalab
// Copyright (c) 2022-2024 taidalog
// This software is licensed under the MIT License.
Expand Down

0 comments on commit 904ffb2

Please sign in to comment.