Skip to content

Commit

Permalink
域名變更
Browse files Browse the repository at this point in the history
  • Loading branch information
RimoChan committed Jul 27, 2020
1 parent fc45ddc commit c755eef
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion librian/librian閱讀器/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<meta charset="utf8"/>
<link href="https://synthetic.librian.it/synthetic.css" rel="stylesheet"/>
<link href="https://synthetic.librian.net/synthetic.css" rel="stylesheet"/>
<link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet"/>
<script src='./dist/bundle.js'></script>
<title>
Expand Down
2 changes: 1 addition & 1 deletion librian/librian閱讀器/index.ptml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
html:
head:
meta charset="utf8";
link href="https://synthetic.librian.it/synthetic.css" rel="stylesheet";
link href="https://synthetic.librian.net/synthetic.css" rel="stylesheet";
link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet";

script src='./dist/bundle.js':
Expand Down
2 changes: 1 addition & 1 deletion librian/librian面板/面板前端/dist/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion librian/librian面板/面板前端/src/幹.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $ ->
cancelButtonText: '取消'
.then (result) ->
if result.value
山彥.瀏覽器打開("https://gate.librian.it/?a=Librian&b=https://doc.librian.it")
山彥.瀏覽器打開("https://gate.librian.net/?a=Librian&b=https://doc.librian.net")
自我更新: ->
Swal.fire
icon: 'warning'
Expand Down
2 changes: 1 addition & 1 deletion librian/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
我先放張圖在這裏——

![https://doc.librian.it/site/原理/結構.png](https://doc.librian.it/site/原理/結構.png)
![https://doc.librian.net/site/原理/結構.png](https://doc.librian.net/site/原理/結構.png)
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Librian是面向劇本的引擎,賣點是:

## 一分鐘的演示視頻

[![視頻佔位](https://cdn.jsdelivr.net/gh/RimoChan/librian/文檔/視頻佔位.jpg)](https://librian.it/視頻/轉.webm)
[![視頻佔位](https://cdn.jsdelivr.net/gh/RimoChan/librian/文檔/視頻佔位.jpg)](https://librian.net/視頻/轉.webm)

## 劇本格式

Expand All @@ -43,7 +43,7 @@ Librian是面向劇本的引擎,賣點是:

## 中文文檔

如果你想瞭解詳細的使用方法,可以直接閱讀Librian的中文文檔——[https://doc.librian.it](https://doc.librian.it/site/主頁.html)
如果你想瞭解詳細的使用方法,可以直接閱讀Librian的中文文檔——[https://doc.librian.net](https://doc.librian.net/site/主頁.html)

你可以輕鬆定製你的遊戲,包括特效、畫面樣式、甚至聯網,快來探索吧!

Expand All @@ -57,7 +57,7 @@ Librian是面向劇本的引擎,賣點是:
2. pip install -r requirements.txt
3. python3 -m librian.librian面板.librian_panel

此外,你也可以根據[中文文檔](https://doc.librian.it/site/主頁.html)的指示來安裝。
此外,你也可以根據[中文文檔](https://doc.librian.net/site/主頁.html)的指示來安裝。

## Liber分析器

Expand Down

0 comments on commit c755eef

Please sign in to comment.