-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
repoId
- Loading branch information
Showing
30 changed files
with
4,856 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,30 +20,20 @@ const getAvatarUrl = (name: string) => `https://github.com/${name}.png` | |
|
||
export const creators: Creator[] = [ | ||
{ | ||
name: '絢香猫', | ||
name: '夏莉欧', | ||
avatar: '', | ||
username: 'nekomeowww', | ||
title: 'Nólëbase 原始创作者', | ||
desc: '开发者,专注于基础设施维护,数据分析,后端、DevOps 开发', | ||
username: 'xialio', | ||
title: 'xialioNote 原始创作者', | ||
desc: '动漫绘画、二次元艺术、个人作品集、创意插画', | ||
links: [ | ||
{ type: 'github', icon: 'github', link: 'https://github.com/nekomeowww' }, | ||
{ type: 'twitter', icon: 'twitter', link: 'https://twitter.com/ayakaneko' }, | ||
{ type: 'github', icon: 'github', link: 'https://github.com/xialio' }, | ||
{ type: 'twitter', icon: 'twitter', link: 'https://twitter.com/kagarinokenn' }, | ||
], | ||
nameAliases: ['nekomeowww', '绚香猫', '絢香猫', 'Neko Ayaka', 'Ayaka Neko'], | ||
emailAliases: ['[email protected]'], | ||
nameAliases: ['xialio', 'kagarinokenn'], | ||
emailAliases: ['[email protected]'], | ||
}, | ||
{ | ||
name: '絢香音', | ||
avatar: '', | ||
username: 'LittleSound', | ||
title: 'Nólëbase 原始创作者', | ||
desc: '开源开发者,专注于前端,以及前端相关工具库和工具链开发', | ||
links: [ | ||
{ type: 'github', icon: 'github', link: 'https://github.com/LittleSound' }, | ||
{ type: 'twitter', icon: 'twitter', link: 'https://twitter.com/OikawaRizumu' }, | ||
], | ||
nameAliases: ['LittleSound', '绚香音', '絢香音', 'Rizumu Oikawa', 'Rizumu Ayaka', 'Ayaka Rizumu', 'Rizumu'], | ||
emailAliases: ['[email protected]', '[email protected]'], | ||
|
||
}, | ||
].map<Creator>((c) => { | ||
c.avatar = c.avatar || getAvatarUrl(c.username) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"ExpandedNodes": [ | ||
"", | ||
"\\.github", | ||
"\\.github\\workflows", | ||
"\\.vitepress", | ||
"\\.vitepress\\styles", | ||
"\\.vitepress\\theme", | ||
"\\.vitepress\\theme\\components", | ||
"\\public", | ||
"\\scripts", | ||
"\\\u7B14\u8BB0", | ||
"\\\u7B14\u8BB0\\\u6F14\u793A\u76EE\u5F551" | ||
], | ||
"SelectedNode": "\\.github\\workflows", | ||
"PreviewInSolutionExplorer": false | ||
} |
Binary file not shown.
Binary file added
BIN
+185 Bytes
.vs/xialioNote/FileContentIndex/5ed7d657-ae8e-40ab-a5e8-e132cb2087bf.vsidx
Binary file not shown.
Binary file added
BIN
+198 Bytes
.vs/xialioNote/FileContentIndex/71f85a8b-d531-4896-9792-bd890c2665a9.vsidx
Binary file not shown.
Binary file added
BIN
+812 KB
.vs/xialioNote/FileContentIndex/927334bf-be38-4372-b12b-8119463973c2.vsidx
Binary file not shown.
Binary file added
BIN
+194 Bytes
.vs/xialioNote/FileContentIndex/9864eb50-6bf2-4126-9dfc-7a1213156f3e.vsidx
Binary file not shown.
Binary file added
BIN
+176 Bytes
.vs/xialioNote/FileContentIndex/da4de037-c442-45cb-b75a-278dfafc3ba5.vsidx
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
/** 文本 */ | ||
export const siteName = 'Nólëbase' | ||
export const siteShortName = 'Nólëbase' | ||
export const siteDescription = '记录回忆,知识和畅想的地方' | ||
export const siteName = 'xialioNote' | ||
export const siteShortName = 'xialioNote' | ||
export const siteDescription = '每一幅画作,都是心灵的窗口' | ||
|
||
/** 文档所在目录 */ | ||
export const include = ['笔记', '生活'] | ||
|
||
/** Repo */ | ||
export const githubRepoLink = 'https://github.com/nolebase/nolebase' | ||
export const githubRepoLink = 'https://github.com/xialio/xialioNote' | ||
/** Discord */ | ||
export const discordLink = 'https://discord.gg/XuNFDcDZGj' | ||
export const discordLink = 'https://discord.gg/wYTAMYqy8y' | ||
|
||
/** 无协议前缀域名 */ | ||
export const plainTargetDomain = 'nolebase.ayaka.io' | ||
export const plainTargetDomain = 'xialio-note.vercel.app' | ||
/** 完整域名 */ | ||
export const targetDomain = `https://${plainTargetDomain}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"type": "module", | ||
"version": "1.0.0", | ||
"author": { | ||
"name": "Nólëbase", | ||
"name": "xialioNote", | ||
"email": "[email protected]", | ||
"url": "https://github.com/nolebase" | ||
}, | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.