2022-05-26 15:18:53 +08:00
<!DOCTYPE html>
< html >
< head >
< title > SiYuan< / title >
< meta charset = "UTF-8" >
< style >
body {
margin: 0;
background-color: #fff;
text-align: center;
color: #202124;
user-select: none;
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
}
.fn__flex-column {
display: flex;
flex-direction: column;
width: 100%;
margin: 0 auto;
border: 1px solid rgba(0, 0, 0, .06);
min-height: 100vh;
box-sizing: border-box;
padding: 0 calc((100vw - 608px) / 2);
}
.fn__flex-1 {
flex: 1;
min-height: 16px;
flex-shrink: 0;
}
h2 {
margin: 0 0 4px 0;
line-height: 24px;
}
.b3-select {
border: 1px solid rgba(0, 0, 0, .06);
border-radius: 4px;
padding: 4px 8px;
line-height: 20px;
box-sizing: border-box;
color: #202124;
transition: box-shadow 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
background-color: #fff;
height: 28px;
font-size: 14px;
width: 96px;
}
.b3-select:focus {
border: 1px solid #218bff;
outline: none;
}
.b3-button {
cursor: pointer;
color: #fff;
border-radius: 4px;
line-height: 20px;
padding: 4px 8px;
background-color: #218bff;
white-space: nowrap;
display: inline-flex;
align-items: center;
justify-content: center;
transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
border: 0;
box-sizing: border-box;
text-align: center;
width: 96px;
}
.b3-button:hover, .b3-button:focus {
text-decoration: none;
background-color: #0969da;
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)
}
.b3-button:active {
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)
}
.b3-label {
padding: 12px 24px;
line-height: 20px;
display: flex;
text-align: left;
border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.b3-label__text {
color: #5f6368;
font-size: 14px;
margin-top: 4px;
}
.fn__space {
width: 8px;
flex-shrink: 0;
}
.fn__flex-center {
align-self: center;
}
.svg {
position: fixed;
right: 22px;
top: 0;
width: 12px;
fill: #5f6368;
padding: 5px;
cursor: pointer;
z-index: 1;
}
.svg:hover {
background: #dfe0e1;
fill: #202124;
}
#close {
right: 0;
width: 8px;
padding: 7px 7px;
}
#close:hover {
background-color: #d23f31;
fill: #fff;
}
a {
text-decoration: none;
color: #218bff;
}
a:hover {
text-decoration: underline;
color: #0969da;
}
.fn__none {
display: none !important;
}
.slogan {
color: #5f6368;
font-size: 15px;
}
2022-09-17 23:17:07 +08:00
.notice {
font-size: 14px;
color: #5f6368;
}
2022-05-26 15:18:53 +08:00
.icon {
width: 88px;
margin: 0 auto
}
kbd {
padding: 2px 4px;
font: 75% Consolas, "Liberation Mono", Menlo, Courier, monospace;
line-height: 1;
color: #5f6368;
vertical-align: middle;
background-color: #f3f3f3;
border: solid 1px rgba(0, 0, 0, .06);
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .06);
}
.feedback {
display: flex;
justify-content: space-around;
font-size: 14px
}
.drag {
-webkit-app-region: drag;
height: 22px;
cursor: pointer;
position: fixed;
top: 0;
left: 0;
right: 44px;
}
< / style >
< / head >
< body >
< div id = "zhCN" class = "fn__flex-column" >
< div class = "fn__flex-1" > < / div >
< img class = "icon" >
< h2 > 思源笔记< / h2 >
2023-06-24 20:39:55 +08:00
< div class = "slogan" > 重构你的思维< / div >
2022-05-26 15:18:53 +08:00
< div class = "fn__flex-1" > < / div >
< label class = "b3-label" >
< div >
🌐 外观语言
< div class = "b3-label__text" > 用户界面语言,后续可在 < kbd > 设置< / kbd > - < kbd > 外观< / kbd > 中切换< / div >
< / div >
< div class = "fn__space" > < / div >
< div class = "fn__flex-1" > < / div >
< select class = "b3-select lang" >
2022-12-07 11:01:29 +08:00
< option value = "en_US" > English< / option >
< option value = "es_ES" > Español< / option >
< option value = "fr_FR" > Français< / option >
< option value = "zh_CN" > 简体中文< / option >
< option value = "zh_CHT" > 繁體中文< / option >
2022-05-26 15:18:53 +08:00
< / select >
< / label >
< label class = "b3-label" >
< div >
🗂️ 工作空间
2023-01-09 11:46:37 +08:00
< div class = "b3-label__text" > 工作空间用于存放数据,后续可在顶栏菜单中切换< / div >
2022-05-26 15:18:53 +08:00
< / div >
< div class = "fn__space" > < / div >
< div class = "fn__flex-1" > < / div >
< button class = "b3-button fn__flex-center choosePath" > 选择< / button >
< / label >
< div class = "fn__flex-1" > < / div >
2022-09-17 23:17:07 +08:00
< div class = "fn__flex-1 notice" >
< span > ⚠️ 请勿使用第三方同步盘同步数据,否则会导致运行异常和数据损坏< / span >
< / div >
2022-05-26 15:18:53 +08:00
< div class = "feedback" >
< span > ❤️ < a href = "https://ld246.com/article/1649901726096" target = "_blank" > 求助反馈建议< / a > < / span >
< span > 🏘️ < a href = "https://ld246.com/article/1640266171309" target = "_blank" > 用户社区汇总< / a > < / span >
< span > < a href = "https://b3log.org/siyuan/download.html" target = "_blank" class = "version" > < / a > < / span >
< / div >
< div class = "fn__flex-1" > < / div >
< / div >
< div class = "fn__none fn__flex-column" id = "enUS" >
< div class = "fn__flex-1" > < / div >
< img class = "icon" >
< h2 > SiYuan< / h2 >
2023-06-24 20:39:55 +08:00
< div class = "slogan" > Refactor your thinking< / div >
2022-05-26 15:18:53 +08:00
< div class = "fn__flex-1" > < / div >
< label class = "b3-label" >
< div >
🌐 Language
< div class = "b3-label__text" > User interface language, which can be switched later in < br >
< kbd > Settings< / kbd > - < kbd > Appearance< / kbd >
< / div >
< / div >
< div class = "fn__space" > < / div >
< div class = "fn__flex-1" > < / div >
< select class = "b3-select lang" >
2022-12-07 11:01:29 +08:00
< option value = "en_US" > English< / option >
< option value = "es_ES" > Español< / option >
< option value = "fr_FR" > Français< / option >
< option value = "zh_CN" > 简体中文< / option >
< option value = "zh_CHT" > 繁體中文< / option >
2022-05-26 15:18:53 +08:00
< / select >
< / label >
< label class = "b3-label" >
< div >
🗂️ Workspace
2023-01-09 11:46:37 +08:00
< div class = "b3-label__text" > The workspace is used to store data, which can be switched < br >
later in the top bar menu later
2022-05-26 15:18:53 +08:00
< / div >
< / div >
< div class = "fn__space" > < / div >
< div class = "fn__flex-1" > < / div >
< button class = "b3-button fn__flex-center choosePath" > Select< / button >
< / label >
< div class = "fn__flex-1" > < / div >
2022-09-17 23:17:07 +08:00
< div class = "fn__flex-1 notice" >
< span > ⚠️ Do not use a third-party synchronization disk to synchronize data, otherwise it will cause abnormal operation and data damage< / span >
< / div >
2022-05-26 15:18:53 +08:00
< div class = "feedback" >
2023-06-12 08:56:44 +08:00
< span > ❤️ < a href = "https://liuyun.io/article/1686530886208" target = "_blank" > Feedback and support< / a > < / span >
2022-05-26 15:18:53 +08:00
< span > < a href = "https://b3log.org/siyuan/en/download.html" target = "_blank" class = "version" > < / a > < / span >
< / div >
< div class = "fn__flex-1" > < / div >
< / div >
< svg class = "svg" id = "min" viewBox = "0 0 32 32" >
< path d = "M1.333 14.667h29.333q1.333 0 1.333 1.333v0q0 1.333-1.333 1.333h-29.333q-1.333 0-1.333-1.333v0q0-1.333 1.333-1.333z" > < / path >
< / svg >
< svg class = "svg" id = "close" viewBox = "0 0 32 32" >
< path d = "M32 3.221l-12.779 12.779 12.779 12.779-3.221 3.221-12.779-12.779-12.779 12.779-3.221-3.221 12.779-12.779-12.779-12.779 3.221-3.221 12.779 12.779 12.779-12.779z" > < / path >
< / svg >
< div class = "drag" > < / div >
< script >
2023-03-18 12:01:43 +08:00
const getSearch = (key) => {
if (window.location.search.indexOf('?') === -1) {
return ''
}
let value = ''
const data = window.location.search.split('?')[1].split('& ')
data.find(item => {
const keyValue = item.split('=')
if (keyValue[0] === key) {
value = keyValue[1]
return true
}
})
return value
2022-05-26 15:18:53 +08:00
}
2023-03-18 12:01:43 +08:00
let currentLang = decodeURIComponent(getSearch('lang'))
const setLang = (lang) => {
if ('zh_CN' === lang) {
document.title = `思源笔记 v${getSearch('v')}`
document.getElementById('zhCN').classList.remove('fn__none')
document.getElementById('enUS').classList.add('fn__none')
} else {
document.title = `SiYuan v${getSearch('v')}`
document.getElementById('zhCN').classList.add('fn__none')
document.getElementById('enUS').classList.remove('fn__none')
}
currentLang = lang
2022-05-26 15:18:53 +08:00
}
2023-03-18 12:01:43 +08:00
setLang(currentLang)
document.querySelectorAll('.version').forEach(item => {
item.textContent = `🔖 v${getSearch('v')}`
2022-05-26 15:18:53 +08:00
})
2023-03-18 12:01:43 +08:00
document.querySelectorAll('.icon').forEach(item => {
item.src = decodeURIComponent(`${getSearch('icon')}`)
2022-05-26 15:18:53 +08:00
})
2023-03-17 11:08:16 +08:00
2023-03-18 12:01:43 +08:00
document.querySelectorAll('.lang').forEach(item => {
item.value = currentLang
item.addEventListener('change', () => {
document.querySelectorAll('.lang').forEach(item1 => {
item1.value = item.value
})
setLang(item.value)
})
})
document.getElementById('close').addEventListener('click', () => {
const {ipcRenderer} = require('electron')
ipcRenderer.send('siyuan-first-quit')
})
document.getElementById('min').addEventListener('click', () => {
const {getCurrentWindow} = require('@electron/remote')
getCurrentWindow().minimize()
})
document.querySelectorAll('.choosePath').forEach((item) => {
item.addEventListener('click', () => {
const {dialog} = require('@electron/remote')
const path = require('path')
dialog.showOpenDialog({
2023-06-24 10:53:55 +08:00
defaultPath: decodeURIComponent(getSearch('home')),
2023-03-18 12:01:43 +08:00
properties: ['openDirectory', 'createDirectory'],
}).then((result) => {
if (result.canceled) {
return
}
const {ipcRenderer} = require('electron')
const fs = require('fs')
const initPath = result.filePaths[0]
2023-04-13 10:09:50 +08:00
if (isICloudPath(initPath)) {
2023-04-13 10:08:08 +08:00
let msg = '⚠️ This folder is under the iCloud sync path, please change another path'
if ('zh_CN' === currentLang) {
msg = '⚠️ 该文件夹位于 iCloud 同步路径下,请更换其他路径'
}
alert(msg)
return
}
2023-03-18 12:01:43 +08:00
if (isCloudDrivePath(initPath)) {
2023-04-13 10:08:08 +08:00
let msg = '⚠️ The folder path can not contain onedrive, dropbox, google drive, pcloud and 坚果云, please change another path'
2023-03-18 12:01:43 +08:00
if ('zh_CN' === currentLang) {
2023-04-13 10:08:08 +08:00
msg = '⚠️ 文件夹路径不能包含 onedrive、dropbox、google drive、pcloud 和 坚果云,请更换其他路径'
2023-03-18 12:01:43 +08:00
}
alert(msg)
return
}
2023-03-18 15:59:17 +08:00
let msg = '⚠️ Do not set the workspace under the path of a third-party sync disk, otherwise the data will be damaged (iCloud/OneDrive/Dropbox/Google Drive/Nutstore/Baidu Netdisk/Tencent Weiyun, etc.), continue?'
2023-03-18 12:01:43 +08:00
if ('zh_CN' === currentLang) {
2023-03-18 15:59:17 +08:00
msg = '⚠️ 请勿将工作空间设置在第三方同步盘路径下, 否则数据会被损坏( iCloud/OneDrive/Dropbox/Google Drive/坚果云/百度网盘/腾讯微云等),是否继续?'
2023-03-18 12:01:43 +08:00
}
if (!confirm(msg)) {
return
}
if (!fs.existsSync(initPath)) {
fs.mkdirSync(initPath, {mode: 0o755, recursive: true})
}
ipcRenderer.send('siyuan-first-init', {
workspace: initPath,
lang: document.querySelector('.lang').value
})
})
})
})
const isCloudDrivePath = (absPath) => {
const absPathLower = absPath.toLowerCase()
return -1 < absPathLower.indexOf ( " onedrive " ) | | -1 < absPathLower . indexOf ( " dropbox " ) | |
2023-03-25 15:23:35 +08:00
-1 < absPathLower.indexOf ( " google drive " ) | | -1 < absPathLower . indexOf ( " pcloud " ) | |
-1 < absPathLower.indexOf ( " 坚果云 " )
2023-03-18 12:01:43 +08:00
}
2023-03-23 09:51:22 +08:00
const isICloudPath = (absPath) => {
2023-03-23 09:52:49 +08:00
const os = require('os')
if ('darwin' !== os.platform()) {
2023-03-23 09:51:22 +08:00
return false
}
// macOS 端对工作空间放置在 iCloud 路径下做检查 https://github.com/siyuan-note/siyuan/issues/7747
const path = require('path')
const iCloudRoot = path.join(decodeURIComponent(getSearch('home')), 'Library', 'Mobile Documents')
const allFiles = walk(iCloudRoot)
2023-06-24 11:05:33 +08:00
const absPathLower = absPath.toLowerCase()
2023-03-23 09:51:22 +08:00
for (const file of allFiles) {
2023-06-24 11:05:33 +08:00
if (-1 < absPathLower.indexOf ( file . toLowerCase ( ) ) ) {
2023-03-23 09:51:22 +08:00
return true
}
}
return false
}
const walk = (dir, files = []) => {
2023-04-05 14:51:00 +08:00
let dirFiles;
2023-03-23 09:51:22 +08:00
const fs = require('fs')
2023-04-05 14:43:38 +08:00
try {
if (!fs.existsSync(dir)) {
console.log("dir [" + dir + "] not exists")
return files
}
dirFiles = fs.readdirSync(dir)
} catch (e) {
console.error("read dir [" + dir + "] failed: ", e)
return files
}
2023-03-23 09:54:23 +08:00
const path = require('path')
2023-03-23 09:51:22 +08:00
for (const f of dirFiles) {
2023-03-23 10:16:40 +08:00
let stat = fs.lstatSync(dir + path.sep + f)
if (stat.isSymbolicLink()) {
files.push(fs.readlinkSync(dir + path.sep + f))
continue
}
2023-03-23 09:51:22 +08:00
if (stat.isDirectory()) {
2023-03-23 09:54:23 +08:00
// 如果已经遍历过则不再遍历
if (files.includes(dir + path.sep + f)) {
continue
}
2023-03-23 09:51:22 +08:00
walk(dir + path.sep + f, files)
} else {
files.push(dir + path.sep + f)
}
}
return files
}
2022-05-26 15:18:53 +08:00
< / script >
< / body >
< / html >