Compare commits
36 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b5278b773 | |||
| 3c994586e5 | |||
| 697dd821ee | |||
| cb2fedfe07 | |||
| 86f3a19bac | |||
| d7f860469b | |||
| 82c89e4aac | |||
| a5183cfea8 | |||
| 9d78387fd5 | |||
| 0292928a25 | |||
| afb9bd50f2 | |||
| 6acc6be276 | |||
| a192a28a4a | |||
| 5bbb6bf068 | |||
| c684b96516 | |||
| 55fd37e8cf | |||
| 7a474f11fb | |||
| ca7ae9f33f | |||
| 8c1d372877 | |||
| 4ad68dea7c | |||
| 396bce4627 | |||
| 73299282cb | |||
| d06f051eb8 | |||
| cfb4148dab | |||
| f26dc1b754 | |||
| 433ff37ca1 | |||
| 20aaf4c045 | |||
| fc89cb8229 | |||
| 65c432ffa9 | |||
| 26d7ade97f | |||
| 8295370cb0 | |||
| 58bda5d12f | |||
| 1d29ccce18 | |||
| 674f0da21d | |||
| b77abac072 | |||
| 182e7761f4 |
378
.gitignore
vendored
Normal file
@ -0,0 +1,378 @@
|
|||||||
|
### Gradle ###
|
||||||
|
.gradle
|
||||||
|
build/
|
||||||
|
|
||||||
|
# Ignore Gradle GUI config
|
||||||
|
gradle-app.setting
|
||||||
|
|
||||||
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
||||||
|
!gradle-wrapper.jar
|
||||||
|
|
||||||
|
# Cache of project
|
||||||
|
.gradletasknamecache
|
||||||
|
|
||||||
|
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
||||||
|
# gradle/wrapper/gradle-wrapper.properties
|
||||||
|
|
||||||
|
### Gradle Patch ###
|
||||||
|
**/build/
|
||||||
|
|
||||||
|
### Intellij ###
|
||||||
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
|
||||||
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||||
|
|
||||||
|
# User-specific stuff
|
||||||
|
.idea/**/workspace.xml
|
||||||
|
.idea/**/tasks.xml
|
||||||
|
.idea/**/usage.statistics.xml
|
||||||
|
.idea/**/dictionaries
|
||||||
|
.idea/**/shelf
|
||||||
|
|
||||||
|
# Generated files
|
||||||
|
.idea/**/contentModel.xml
|
||||||
|
|
||||||
|
# Sensitive or high-churn files
|
||||||
|
.idea/**/dataSources/
|
||||||
|
.idea/**/dataSources.ids
|
||||||
|
.idea/**/dataSources.local.xml
|
||||||
|
.idea/**/sqlDataSources.xml
|
||||||
|
.idea/**/dynamic.xml
|
||||||
|
.idea/**/uiDesigner.xml
|
||||||
|
.idea/**/dbnavigator.xml
|
||||||
|
|
||||||
|
# Gradle
|
||||||
|
.idea/**/gradle.xml
|
||||||
|
.idea/**/libraries
|
||||||
|
|
||||||
|
# Gradle and Maven with auto-import
|
||||||
|
# When using Gradle or Maven with auto-import, you should exclude module files,
|
||||||
|
# since they will be recreated, and may cause churn. Uncomment if using
|
||||||
|
# auto-import.
|
||||||
|
# .idea/modules.xml
|
||||||
|
# .idea/*.iml
|
||||||
|
# .idea/modules
|
||||||
|
# *.iml
|
||||||
|
# *.ipr
|
||||||
|
|
||||||
|
# CMake
|
||||||
|
cmake-build-*/
|
||||||
|
|
||||||
|
# Mongo Explorer plugin
|
||||||
|
.idea/**/mongoSettings.xml
|
||||||
|
|
||||||
|
# File-based project format
|
||||||
|
*.iws
|
||||||
|
|
||||||
|
# IntelliJ
|
||||||
|
out/
|
||||||
|
|
||||||
|
# mpeltonen/sbt-idea plugin
|
||||||
|
.idea_modules/
|
||||||
|
|
||||||
|
# JIRA plugin
|
||||||
|
atlassian-ide-plugin.xml
|
||||||
|
|
||||||
|
# Cursive Clojure plugin
|
||||||
|
.idea/replstate.xml
|
||||||
|
|
||||||
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
||||||
|
com_crashlytics_export_strings.xml
|
||||||
|
crashlytics.properties
|
||||||
|
crashlytics-build.properties
|
||||||
|
fabric.properties
|
||||||
|
|
||||||
|
# Editor-based Rest Client
|
||||||
|
.idea/httpRequests
|
||||||
|
|
||||||
|
# Android studio 3.1+ serialized cache file
|
||||||
|
.idea/caches/build_file_checksums.ser
|
||||||
|
|
||||||
|
### Intellij Patch ###
|
||||||
|
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
|
||||||
|
|
||||||
|
# *.iml
|
||||||
|
# modules.xml
|
||||||
|
# .idea/misc.xml
|
||||||
|
# *.ipr
|
||||||
|
|
||||||
|
# Sonarlint plugin
|
||||||
|
.idea/sonarlint
|
||||||
|
|
||||||
|
|
||||||
|
### Intellij+iml ###
|
||||||
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
|
||||||
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||||
|
|
||||||
|
# User-specific stuff
|
||||||
|
.idea/**/workspace.xml
|
||||||
|
.idea/**/tasks.xml
|
||||||
|
.idea/**/usage.statistics.xml
|
||||||
|
.idea/**/dictionaries
|
||||||
|
.idea/**/shelf
|
||||||
|
|
||||||
|
# Generated files
|
||||||
|
.idea/**/contentModel.xml
|
||||||
|
|
||||||
|
# Sensitive or high-churn files
|
||||||
|
.idea/**/dataSources/
|
||||||
|
.idea/**/dataSources.ids
|
||||||
|
.idea/**/dataSources.local.xml
|
||||||
|
.idea/**/sqlDataSources.xml
|
||||||
|
.idea/**/dynamic.xml
|
||||||
|
.idea/**/uiDesigner.xml
|
||||||
|
.idea/**/dbnavigator.xml
|
||||||
|
|
||||||
|
# Gradle
|
||||||
|
.idea/**/gradle.xml
|
||||||
|
.idea/**/libraries
|
||||||
|
|
||||||
|
# Gradle and Maven with auto-import
|
||||||
|
# When using Gradle or Maven with auto-import, you should exclude module files,
|
||||||
|
# since they will be recreated, and may cause churn. Uncomment if using
|
||||||
|
# auto-import.
|
||||||
|
# .idea/modules.xml
|
||||||
|
# .idea/*.iml
|
||||||
|
# .idea/modules
|
||||||
|
# *.iml
|
||||||
|
# *.ipr
|
||||||
|
|
||||||
|
# CMake
|
||||||
|
cmake-build-*/
|
||||||
|
|
||||||
|
# Mongo Explorer plugin
|
||||||
|
.idea/**/mongoSettings.xml
|
||||||
|
|
||||||
|
# File-based project format
|
||||||
|
*.iws
|
||||||
|
|
||||||
|
# IntelliJ
|
||||||
|
out/
|
||||||
|
|
||||||
|
# mpeltonen/sbt-idea plugin
|
||||||
|
.idea_modules/
|
||||||
|
|
||||||
|
# JIRA plugin
|
||||||
|
atlassian-ide-plugin.xml
|
||||||
|
|
||||||
|
# Cursive Clojure plugin
|
||||||
|
.idea/replstate.xml
|
||||||
|
|
||||||
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
||||||
|
com_crashlytics_export_strings.xml
|
||||||
|
crashlytics.properties
|
||||||
|
crashlytics-build.properties
|
||||||
|
fabric.properties
|
||||||
|
|
||||||
|
# Editor-based Rest Client
|
||||||
|
.idea/httpRequests
|
||||||
|
|
||||||
|
# Android studio 3.1+ serialized cache file
|
||||||
|
.idea/caches/build_file_checksums.ser
|
||||||
|
|
||||||
|
### Intellij+iml Patch ###
|
||||||
|
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
|
||||||
|
|
||||||
|
*.iml
|
||||||
|
modules.xml
|
||||||
|
.idea/misc.xml
|
||||||
|
*.ipr
|
||||||
|
|
||||||
|
### Maven ###
|
||||||
|
target/
|
||||||
|
pom.xml.tag
|
||||||
|
pom.xml.releaseBackup
|
||||||
|
pom.xml.versionsBackup
|
||||||
|
pom.xml.next
|
||||||
|
release.properties
|
||||||
|
dependency-reduced-pom.xml
|
||||||
|
buildNumber.properties
|
||||||
|
.mvn/timing.properties
|
||||||
|
.mvn/wrapper/maven-wrapper.jar
|
||||||
|
.flattened-pom.xml
|
||||||
|
|
||||||
|
# CMake
|
||||||
|
cmake-build-*/
|
||||||
|
|
||||||
|
# Mongo Explorer plugin
|
||||||
|
.idea/**/mongoSettings.xml
|
||||||
|
|
||||||
|
# File-based project format
|
||||||
|
*.iws
|
||||||
|
|
||||||
|
# IntelliJ
|
||||||
|
out/
|
||||||
|
|
||||||
|
# mpeltonen/sbt-idea plugin
|
||||||
|
.idea_modules/
|
||||||
|
|
||||||
|
# JIRA plugin
|
||||||
|
atlassian-ide-plugin.xml
|
||||||
|
|
||||||
|
# Cursive Clojure plugin
|
||||||
|
.idea/replstate.xml
|
||||||
|
|
||||||
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
||||||
|
com_crashlytics_export_strings.xml
|
||||||
|
crashlytics.properties
|
||||||
|
crashlytics-build.properties
|
||||||
|
fabric.properties
|
||||||
|
|
||||||
|
# Editor-based Rest Client
|
||||||
|
.idea/httpRequests
|
||||||
|
|
||||||
|
# Android studio 3.1+ serialized cache file
|
||||||
|
.idea/caches/build_file_checksums.ser
|
||||||
|
|
||||||
|
### Intellij Patch ###
|
||||||
|
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
|
||||||
|
|
||||||
|
# *.iml
|
||||||
|
# modules.xml
|
||||||
|
# .idea/misc.xml
|
||||||
|
# *.ipr
|
||||||
|
|
||||||
|
# Sonarlint plugin
|
||||||
|
.idea/sonarlint
|
||||||
|
|
||||||
|
### Node ###
|
||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
lerna-debug.log*
|
||||||
|
.pnpm-debug.log*
|
||||||
|
|
||||||
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||||
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||||
|
|
||||||
|
# Runtime data
|
||||||
|
pids
|
||||||
|
*.pid
|
||||||
|
*.seed
|
||||||
|
*.pid.lock
|
||||||
|
|
||||||
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||||
|
lib-cov
|
||||||
|
|
||||||
|
# Coverage directory used by tools like istanbul
|
||||||
|
coverage
|
||||||
|
*.lcov
|
||||||
|
|
||||||
|
# nyc test coverage
|
||||||
|
.nyc_output
|
||||||
|
|
||||||
|
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
||||||
|
.grunt
|
||||||
|
|
||||||
|
# Bower dependency directory (https://bower.io/)
|
||||||
|
bower_components
|
||||||
|
|
||||||
|
# node-waf configuration
|
||||||
|
.lock-wscript
|
||||||
|
|
||||||
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
||||||
|
build/Release
|
||||||
|
|
||||||
|
# Dependency directories
|
||||||
|
node_modules/
|
||||||
|
jspm_packages/
|
||||||
|
|
||||||
|
# Snowpack dependency directory (https://snowpack.dev/)
|
||||||
|
web_modules/
|
||||||
|
|
||||||
|
# TypeScript cache
|
||||||
|
*.tsbuildinfo
|
||||||
|
|
||||||
|
# Optional npm cache directory
|
||||||
|
.npm
|
||||||
|
|
||||||
|
# Optional eslint cache
|
||||||
|
.eslintcache
|
||||||
|
|
||||||
|
# Optional stylelint cache
|
||||||
|
.stylelintcache
|
||||||
|
|
||||||
|
# Microbundle cache
|
||||||
|
.rpt2_cache/
|
||||||
|
.rts2_cache_cjs/
|
||||||
|
.rts2_cache_es/
|
||||||
|
.rts2_cache_umd/
|
||||||
|
|
||||||
|
# Optional REPL history
|
||||||
|
.node_repl_history
|
||||||
|
|
||||||
|
# Output of 'npm pack'
|
||||||
|
*.tgz
|
||||||
|
|
||||||
|
# Yarn Integrity file
|
||||||
|
.yarn-integrity
|
||||||
|
|
||||||
|
# dotenv environment variable files
|
||||||
|
.env
|
||||||
|
.env.development.local
|
||||||
|
.env.test.local
|
||||||
|
.env.production.local
|
||||||
|
.env.local
|
||||||
|
|
||||||
|
# parcel-bundler cache (https://parceljs.org/)
|
||||||
|
.cache
|
||||||
|
.parcel-cache
|
||||||
|
|
||||||
|
# Next.js build output
|
||||||
|
.next
|
||||||
|
out
|
||||||
|
|
||||||
|
# Nuxt.js build / generate output
|
||||||
|
.nuxt
|
||||||
|
dist
|
||||||
|
|
||||||
|
# Gatsby files
|
||||||
|
.cache/
|
||||||
|
# Comment in the public line in if your project uses Gatsby and not Next.js
|
||||||
|
# https://nextjs.org/blog/next-9-1#public-directory-support
|
||||||
|
# public
|
||||||
|
|
||||||
|
# vuepress build output
|
||||||
|
.vuepress/dist
|
||||||
|
|
||||||
|
# vitepress cache output
|
||||||
|
.vitepress/cache
|
||||||
|
|
||||||
|
# vuepress v2.x temp and cache directory
|
||||||
|
.temp
|
||||||
|
|
||||||
|
# Docusaurus cache and generated files
|
||||||
|
.docusaurus
|
||||||
|
|
||||||
|
# Serverless directories
|
||||||
|
.serverless/
|
||||||
|
|
||||||
|
# FuseBox cache
|
||||||
|
.fusebox/
|
||||||
|
|
||||||
|
# DynamoDB Local files
|
||||||
|
.dynamodb/
|
||||||
|
|
||||||
|
# TernJS port file
|
||||||
|
.tern-port
|
||||||
|
|
||||||
|
# Stores VSCode versions used for testing VSCode extensions
|
||||||
|
.vscode-test
|
||||||
|
|
||||||
|
# yarn v2
|
||||||
|
.yarn/cache
|
||||||
|
.yarn/unplugged
|
||||||
|
.yarn/build-state.yml
|
||||||
|
.yarn/install-state.gz
|
||||||
|
.pnp.*
|
||||||
|
|
||||||
|
### Node Patch ###
|
||||||
|
# Serverless Webpack directories
|
||||||
|
.webpack/
|
||||||
|
|
||||||
|
# Optional stylelint cache
|
||||||
|
|
||||||
|
# SvelteKit build / generate output
|
||||||
|
.svelte-kit
|
||||||
16
.idea/checkstyle-idea.xml
generated
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="CheckStyle-IDEA" serialisationVersion="2">
|
||||||
|
<checkstyleVersion>13.0.0</checkstyleVersion>
|
||||||
|
<scanScope>JavaOnly</scanScope>
|
||||||
|
<copyLibs>true</copyLibs>
|
||||||
|
<option name="thirdPartyClasspath" />
|
||||||
|
<option name="activeLocationIds" />
|
||||||
|
<option name="locations">
|
||||||
|
<list>
|
||||||
|
<ConfigurationLocation id="bundled-sun-checks" type="BUNDLED" scope="All" description="Sun Checks">(bundled)</ConfigurationLocation>
|
||||||
|
<ConfigurationLocation id="bundled-google-checks" type="BUNDLED" scope="All" description="Google Checks">(bundled)</ConfigurationLocation>
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
9
.idea/misc.xml
generated
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectRootManager" version="2">
|
||||||
|
<output url="file://$PROJECT_DIR$/out" />
|
||||||
|
</component>
|
||||||
|
<component name="ThriftCompiler">
|
||||||
|
<compilers />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
8
.idea/modules.xml
generated
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/docsify-docs.iml" filepath="$PROJECT_DIR$/docsify-docs.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
6
.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
218
.idea/workspace.xml
generated
Normal file
@ -0,0 +1,218 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="AutoImportSettings">
|
||||||
|
<option name="autoReloadType" value="SELECTIVE" />
|
||||||
|
</component>
|
||||||
|
<component name="ChangeListManager">
|
||||||
|
<list default="true" id="fa3ca596-285f-4ed7-a3a4-7b1482493fd4" name="Changes" comment="更新使用 0.0.5 的版本">
|
||||||
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/docs/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/docs/index.html" afterDir="false" />
|
||||||
|
</list>
|
||||||
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||||
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
||||||
|
</component>
|
||||||
|
<component name="ComposerSettings">
|
||||||
|
<execution />
|
||||||
|
</component>
|
||||||
|
<component name="FileTemplateManagerImpl">
|
||||||
|
<option name="RECENT_TEMPLATES">
|
||||||
|
<list>
|
||||||
|
<option value="JavaScript File" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
<component name="Git.Settings">
|
||||||
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||||
|
</component>
|
||||||
|
<component name="GitHubPullRequestSearchHistory">{
|
||||||
|
"lastFilter": {
|
||||||
|
"state": "OPEN",
|
||||||
|
"assignee": "honeymoose"
|
||||||
|
}
|
||||||
|
}</component>
|
||||||
|
<component name="GithubPullRequestsUISettings">{
|
||||||
|
"selectedUrlAndAccountId": {
|
||||||
|
"url": "https://github.com/docsifyjs/docsify.git",
|
||||||
|
"accountId": "48999b7e-780c-4014-b24e-9fec40c93db8"
|
||||||
|
}
|
||||||
|
}</component>
|
||||||
|
<component name="McpProjectServerCommands">
|
||||||
|
<commands />
|
||||||
|
<urls />
|
||||||
|
</component>
|
||||||
|
<component name="PhpWorkspaceProjectConfiguration" interpreter_name="PHP" />
|
||||||
|
<component name="ProjectColorInfo">{
|
||||||
|
"associatedIndex": 4
|
||||||
|
}</component>
|
||||||
|
<component name="ProjectId" id="39LmhG2BjfWftZaXhDMUAzD1hAV" />
|
||||||
|
<component name="ProjectViewState">
|
||||||
|
<option name="hideEmptyMiddlePackages" value="true" />
|
||||||
|
<option name="showLibraryContents" value="true" />
|
||||||
|
</component>
|
||||||
|
<component name="PropertiesComponent">{
|
||||||
|
"keyToString": {
|
||||||
|
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
||||||
|
"RunOnceActivity.MCP Project settings loaded": "true",
|
||||||
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||||
|
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
|
||||||
|
"RunOnceActivity.git.unshallow": "true",
|
||||||
|
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
|
||||||
|
"git-widget-placeholder": "main",
|
||||||
|
"ignore.virus.scanning.warn.message": "true",
|
||||||
|
"kotlin-language-version-configured": "true",
|
||||||
|
"node.js.detected.package.eslint": "true",
|
||||||
|
"node.js.detected.package.tslint": "true",
|
||||||
|
"node.js.selected.package.eslint": "(autodetect)",
|
||||||
|
"node.js.selected.package.tslint": "(autodetect)",
|
||||||
|
"nodejs_package_manager_path": "npm",
|
||||||
|
"vue.rearranger.settings.migration": "true"
|
||||||
|
}
|
||||||
|
}</component>
|
||||||
|
<component name="RecentsManager">
|
||||||
|
<key name="MoveFile.RECENT_KEYS">
|
||||||
|
<recent name="D:\WorkDir\iSharkFly\Docs\docsify-docs\docs" />
|
||||||
|
</key>
|
||||||
|
</component>
|
||||||
|
<component name="SharedIndexes">
|
||||||
|
<attachedChunks>
|
||||||
|
<set>
|
||||||
|
<option value="bundled-jdk-30f59d01ecdd-2fc7cc6b9a17-intellij.indexing.shared.core-IU-253.30387.90" />
|
||||||
|
</set>
|
||||||
|
</attachedChunks>
|
||||||
|
</component>
|
||||||
|
<component name="TaskManager">
|
||||||
|
<task active="true" id="Default" summary="Default task">
|
||||||
|
<changelist id="fa3ca596-285f-4ed7-a3a4-7b1482493fd4" name="Changes" comment="" />
|
||||||
|
<created>1716613044992</created>
|
||||||
|
<option name="number" value="Default" />
|
||||||
|
<option name="presentableId" value="Default" />
|
||||||
|
<updated>1716613044992</updated>
|
||||||
|
<workItem from="1770483844428" duration="453000" />
|
||||||
|
<workItem from="1770641739752" duration="21039000" />
|
||||||
|
<workItem from="1770820914453" duration="5252000" />
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00001" summary="更新編輯按鈕">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1770484108154</created>
|
||||||
|
<option name="number" value="00001" />
|
||||||
|
<option name="presentableId" value="LOCAL-00001" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1770484108154</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00002" summary="测试调用 Google 广告">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1770643977729</created>
|
||||||
|
<option name="number" value="00002" />
|
||||||
|
<option name="presentableId" value="LOCAL-00002" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1770643977729</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00003" summary="测试调用 Google 广告">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1770644382498</created>
|
||||||
|
<option name="number" value="00003" />
|
||||||
|
<option name="presentableId" value="LOCAL-00003" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1770644382498</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00004" summary="测试调用 Google 广告">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1770644466170</created>
|
||||||
|
<option name="number" value="00004" />
|
||||||
|
<option name="presentableId" value="LOCAL-00004" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1770644466170</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00005" summary="调试 Google 广告">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1770646708279</created>
|
||||||
|
<option name="number" value="00005" />
|
||||||
|
<option name="presentableId" value="LOCAL-00005" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1770646708279</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00006" summary="调试 Google 广告">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1770653711582</created>
|
||||||
|
<option name="number" value="00006" />
|
||||||
|
<option name="presentableId" value="LOCAL-00006" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1770653711582</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00007" summary="调试 Google 广告">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1770654181674</created>
|
||||||
|
<option name="number" value="00007" />
|
||||||
|
<option name="presentableId" value="LOCAL-00007" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1770654181674</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00008" summary="测试广告 Push">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1770654577739</created>
|
||||||
|
<option name="number" value="00008" />
|
||||||
|
<option name="presentableId" value="LOCAL-00008" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1770654577739</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00009" summary="Add slot">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1770655258344</created>
|
||||||
|
<option name="number" value="00009" />
|
||||||
|
<option name="presentableId" value="LOCAL-00009" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1770655258344</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00010" summary="格式化代码">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1770655671223</created>
|
||||||
|
<option name="number" value="00010" />
|
||||||
|
<option name="presentableId" value="LOCAL-00010" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1770655671223</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00011" summary="跟更新插件">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1770821017415</created>
|
||||||
|
<option name="number" value="00011" />
|
||||||
|
<option name="presentableId" value="LOCAL-00011" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1770821017415</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00012" summary="撤回调用路径">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1770826829231</created>
|
||||||
|
<option name="number" value="00012" />
|
||||||
|
<option name="presentableId" value="LOCAL-00012" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1770826829231</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00013" summary="更新使用 0.0.5 的版本">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1770827413622</created>
|
||||||
|
<option name="number" value="00013" />
|
||||||
|
<option name="presentableId" value="LOCAL-00013" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1770827413622</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="14" />
|
||||||
|
<servers />
|
||||||
|
</component>
|
||||||
|
<component name="TypeScriptGeneratedFilesManager">
|
||||||
|
<option name="version" value="3" />
|
||||||
|
</component>
|
||||||
|
<component name="VcsManagerConfiguration">
|
||||||
|
<MESSAGE value="更新編輯按鈕" />
|
||||||
|
<MESSAGE value="测试调用 Google 广告" />
|
||||||
|
<MESSAGE value="调试 Google 广告" />
|
||||||
|
<MESSAGE value="测试广告 Push" />
|
||||||
|
<MESSAGE value="Add slot" />
|
||||||
|
<MESSAGE value="格式化代码" />
|
||||||
|
<MESSAGE value="跟更新插件" />
|
||||||
|
<MESSAGE value="撤回调用路径" />
|
||||||
|
<MESSAGE value="更新使用 0.0.5 的版本" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="更新使用 0.0.5 的版本" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM node:latest
|
||||||
|
EXPOSE 3000
|
||||||
|
WORKDIR /docs
|
||||||
|
COPY docs/ .
|
||||||
|
RUN npm install -g docsify-cli@latest
|
||||||
|
ENTRYPOINT docsify serve .
|
||||||
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2016 - present cinwell.li
|
Copyright (c) 2026 iSharkFly.Com
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
0
docs/.nojekyll
Normal file
1
docs/CNAME
Normal file
@ -0,0 +1 @@
|
|||||||
|
docsify.isharkfly.com
|
||||||
34
docs/README.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# docsify
|
||||||
|
|
||||||
|
> 一个神奇的文档网站生成器。
|
||||||
|
|
||||||
|
## 概述
|
||||||
|
|
||||||
|
docsify 可以快速帮你生成文档网站。不同于 GitBook、Hexo 的地方是它不会生成静态的 `.html` 文件,所有转换工作都是在运行时。如果你想要开始使用它,只需要创建一个 `index.html` 就可以开始编写文档并直接[部署在 GitHub Pages](zh-cn/deploy.md)。
|
||||||
|
|
||||||
|
查看[快速开始](zh-cn/quickstart.md)了解详情。
|
||||||
|
|
||||||
|
## 特性
|
||||||
|
|
||||||
|
- 无需构建,写完文档直接发布
|
||||||
|
- 容易使用并且轻量 (压缩后 ~21kB)
|
||||||
|
- 智能的全文搜索
|
||||||
|
- 提供多套主题
|
||||||
|
- 丰富的 API
|
||||||
|
- 支持 Emoji
|
||||||
|
- 兼容 IE11
|
||||||
|
- 支持服务端渲染 SSR ([示例](https://github.com/docsifyjs/docsify-ssr-demo))
|
||||||
|
|
||||||
|
## 示例
|
||||||
|
|
||||||
|
可以查看 [Showcase](https://github.com/docsifyjs/docsify/#showcase) 来了解更多在使用 docsify 的文档项目。
|
||||||
|
|
||||||
|
## 捐赠
|
||||||
|
|
||||||
|
如果你觉得 docsify 对你有帮助,或者想对我微小的工作一点资瓷,欢迎给我[捐赠](https://github.com/QingWei-Li/donate)。
|
||||||
|
|
||||||
|
## 社区
|
||||||
|
|
||||||
|
在 [Discord](https://discord.gg/3NwKFyR) 的社区里可以找到 docsify 的用户和开发者团队。
|
||||||
|
|
||||||
|
访问 [iSharkFly 社区](https://www.isharkfly.com/tag/docsify) 来参与中文环境下的部署,开发和讨论。
|
||||||
12
docs/_coverpage.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|

|
||||||
|
|
||||||
|
# docsify <small>4.13.1</small>
|
||||||
|
|
||||||
|
> 一个神奇的文档站点生成工具。
|
||||||
|
|
||||||
|
- Simple and lightweight
|
||||||
|
- No statically built html files
|
||||||
|
- Multiple themes
|
||||||
|
|
||||||
|
[GitHub](https://github.com/docsifyjs/docsify/)
|
||||||
|
[Getting Started](#docsify)
|
||||||
BIN
docs/_images/deploy-github-pages.png
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
docs/_images/nested-navbar.png
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
docs/_images/zh-cn/nested-navbar.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
6
docs/_media/example-with-yaml.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
author: John Smith
|
||||||
|
date: 2020-1-1
|
||||||
|
---
|
||||||
|
|
||||||
|
> This is from the `example.md`
|
||||||
1
docs/_media/example.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<h1>To infinity and Beyond!</h1>
|
||||||
16
docs/_media/example.js
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
import fetch from 'fetch'
|
||||||
|
|
||||||
|
const URL = 'https://example.com'
|
||||||
|
const PORT = 8080
|
||||||
|
|
||||||
|
/// [demo]
|
||||||
|
const result = fetch(`${URL}:${PORT}`)
|
||||||
|
.then(function (response) {
|
||||||
|
return response.json()
|
||||||
|
})
|
||||||
|
.then(function (myJson) {
|
||||||
|
console.log(JSON.stringify(myJson))
|
||||||
|
})
|
||||||
|
/// [demo]
|
||||||
|
|
||||||
|
result.then(console.log).catch(console.error)
|
||||||
1
docs/_media/example.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
> This is from the `example.md`
|
||||||
BIN
docs/_media/favicon.ico
Normal file
|
After Width: | Height: | Size: 66 KiB |
30
docs/_media/icon.svg
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="122px" height="94px" viewBox="0 0 122 94" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
|
||||||
|
<title>icon</title>
|
||||||
|
<desc>Created with Sketch.</desc>
|
||||||
|
<defs>
|
||||||
|
<path d="M144.453286,104 C177.038086,104 203.453286,77.5848002 203.453286,45 C203.453286,12.4151998 177.038086,-14 144.453286,-14 C111.868486,-14 114.603207,13.6754846 114.603207,46.2602848 C114.603207,78.845085 111.868486,104 144.453286,104 Z" id="path-1"></path>
|
||||||
|
<filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-2">
|
||||||
|
<feOffset dx="7" dy="-10" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
|
||||||
|
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
||||||
|
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||||
|
<g id="icon" transform="translate(-98.000000, 2.000000)">
|
||||||
|
<g id="body" transform="translate(159.000000, 45.000000) rotate(-90.000000) translate(-159.000000, -45.000000) ">
|
||||||
|
<use fill="#2ECE53" fill-rule="evenodd" xlink:href="#path-1"></use>
|
||||||
|
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
|
||||||
|
<use stroke="#0E1320" stroke-width="4" xlink:href="#path-1"></use>
|
||||||
|
</g>
|
||||||
|
<circle id="left-eye" fill="#000000" cx="139" cy="38" r="7"></circle>
|
||||||
|
<circle id="right-eye" fill="#000000" cx="183" cy="38" r="7"></circle>
|
||||||
|
<g id="light" transform="translate(112.000000, 10.000000)" fill="#FFFFFF">
|
||||||
|
<circle cx="2" cy="28" r="2"></circle>
|
||||||
|
<path d="M12.2551528,-1.65016666 C12.1154537,-2.17684986 12.4455583,-2.60381096 13.011574,-2.60381096 L14.9928363,-2.60381096 C15.5502953,-2.60381096 16.1214654,-2.16566487 16.2594657,-1.64268776 C16.2594657,-1.64268776 17.4280152,2.48668594 17.9030739,6.45786647 C18.3781327,10.429047 18.3171359,10.4652901 18.3171359,12.1782569 C18.3171359,16.9413523 16.2076398,26.4389164 16.2076398,26.4389164 C16.0941814,26.9676035 15.558852,27.396189 14.9928363,27.396189 L13.011574,27.396189 C12.454115,27.396189 12.1166642,26.9691757 12.2568366,26.4301177 C12.2568366,26.4301177 13.4260575,22.2288768 13.9640759,17.9859148 C14.5020943,13.7429529 14.309594,15.2982629 14.5626609,12.3723978 C14.9355337,8.06138047 12.2551528,-1.65016666 12.2551528,-1.65016666 Z" id="light-line" transform="translate(15.271433, 12.396189) scale(-1, 1) rotate(-48.000000) translate(-15.271433, -12.396189) "></path>
|
||||||
|
</g>
|
||||||
|
<path d="M159.5,78.3050108 C169.164983,78.3050108 177,70.4699939 177,60.8050108 C177,51.1400277 169.688728,56.4616841 160.023745,56.4616841 C150.358762,56.4616841 142,51.1400277 142,60.8050108 C142,70.4699939 149.835017,78.3050108 159.5,78.3050108 Z" id="mouth" fill="#000000"></path>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.2 KiB |
6
docs/_media/powered-by-vercel.svg
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
1
docs/_media/vercel_logo.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg width="283" height="64" viewBox="0 0 283 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M141.04 16c-11.04 0-19 7.2-19 18s8.96 18 20 18c6.67 0 12.55-2.64 16.19-7.09l-7.65-4.42c-2.02 2.21-5.09 3.5-8.54 3.5-4.79 0-8.86-2.5-10.37-6.5h28.02c.22-1.12.35-2.28.35-3.5 0-10.79-7.96-17.99-19-17.99zm-9.46 14.5c1.25-3.99 4.67-6.5 9.45-6.5 4.79 0 8.21 2.51 9.45 6.5h-18.9zM248.72 16c-11.04 0-19 7.2-19 18s8.96 18 20 18c6.67 0 12.55-2.64 16.19-7.09l-7.65-4.42c-2.02 2.21-5.09 3.5-8.54 3.5-4.79 0-8.86-2.5-10.37-6.5h28.02c.22-1.12.35-2.28.35-3.5 0-10.79-7.96-17.99-19-17.99zm-9.45 14.5c1.25-3.99 4.67-6.5 9.45-6.5 4.79 0 8.21 2.51 9.45 6.5h-18.9zM200.24 34c0 6 3.92 10 10 10 4.12 0 7.21-1.87 8.8-4.92l7.68 4.43c-3.18 5.3-9.14 8.49-16.48 8.49-11.05 0-19-7.2-19-18s7.96-18 19-18c7.34 0 13.29 3.19 16.48 8.49l-7.68 4.43c-1.59-3.05-4.68-4.92-8.8-4.92-6.07 0-10 4-10 10zm82.48-29v46h-9V5h9zM36.95 0L73.9 64H0L36.95 0zm92.38 5l-27.71 48L73.91 5H84.3l17.32 30 17.32-30h10.39zm58.91 12v9.69c-1-.29-2.06-.49-3.2-.49-5.81 0-10 4-10 10V51h-9V17h9v9.2c0-5.08 5.91-9.2 13.2-9.2z" fill="#000"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
6
docs/_navbar.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
- Translations
|
||||||
|
- [:uk: English](/)
|
||||||
|
- [:cn: 简体中文](/zh-cn/)
|
||||||
|
- [:de: Deutsch](/de-de/)
|
||||||
|
- [:es: Español](/es/)
|
||||||
|
- [:ru: Русский](/ru-ru/)
|
||||||
@ -75,7 +75,7 @@
|
|||||||
|
|
||||||
## 整合自定义导航栏与 emoji 插件
|
## 整合自定义导航栏与 emoji 插件
|
||||||
|
|
||||||
如果你使用 [emoji 插件](plugins#emoji):
|
如果你使用 [emoji 插件](plugins.md#emoji):
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!-- index.html -->
|
<!-- index.html -->
|
||||||
12
docs/docker-compose.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
version: "3.7"
|
||||||
|
|
||||||
|
services:
|
||||||
|
doc:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
volumes:
|
||||||
|
- ${PWD}/src:/home/node
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
||||||
|
command: docsify serve .
|
||||||
125
docs/docsify-plugin-ads.js
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
(function(window) {
|
||||||
|
window.DocsifyAds = {
|
||||||
|
create(caPub, slot) {
|
||||||
|
return function(hook, vm) {
|
||||||
|
hook.ready(function() {
|
||||||
|
window.DocsifyAds.injectCarbonStyle();
|
||||||
|
});
|
||||||
|
|
||||||
|
hook.doneEach(function() {
|
||||||
|
window.DocsifyAds.injectScript(caPub, slot);
|
||||||
|
});
|
||||||
|
};
|
||||||
|
},
|
||||||
|
|
||||||
|
injectScript(caPub, slot) {
|
||||||
|
const adEl = document.querySelector("#adsense");
|
||||||
|
const scriptID = "_adsense_js";
|
||||||
|
const sidebarEl = document.querySelector(".sidebar-nav");
|
||||||
|
|
||||||
|
|
||||||
|
if (!adEl && sidebarEl) {
|
||||||
|
let scriptEl = document.querySelector(`#${scriptID}`);
|
||||||
|
let scriptIns = document.querySelector(`#${scriptID}`);
|
||||||
|
let scriptAdPush = document.querySelector(`#${scriptID}`);
|
||||||
|
|
||||||
|
if (scriptEl) {
|
||||||
|
scriptEl = scriptEl.parentNode.removeChild(scriptEl);
|
||||||
|
} else {
|
||||||
|
scriptEl = document.createElement("script");
|
||||||
|
scriptEl.src = `https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=${caPub}`;
|
||||||
|
scriptEl.async = "async";
|
||||||
|
scriptEl.id = scriptID;
|
||||||
|
scriptEl.crossOrigin = "anonymous";
|
||||||
|
|
||||||
|
scriptIns = document.createElement("ins");
|
||||||
|
scriptIns.className = `adsbygoogle`;
|
||||||
|
scriptIns.style = 'display:inline-block;width:300px;height:150px';
|
||||||
|
scriptIns.setAttribute("data-ad-client", `${caPub}`);
|
||||||
|
scriptIns.setAttribute("data-ad-slot", `${slot}`);
|
||||||
|
|
||||||
|
scriptAdPush = document.createElement("script");
|
||||||
|
scriptAdPush.text = "(adsbygoogle = window.adsbygoogle || []).push({});";
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
sidebarEl.insertBefore(scriptEl, sidebarEl.firstChild);
|
||||||
|
sidebarEl.insertBefore(scriptIns, sidebarEl.lastChild);
|
||||||
|
sidebarEl.insertBefore(scriptAdPush, sidebarEl.lastChild);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
injectCarbonStyle() {
|
||||||
|
const styleEl = document.createElement("style");
|
||||||
|
|
||||||
|
styleEl.textContent = `
|
||||||
|
#carbonads * {
|
||||||
|
margin: initial;
|
||||||
|
padding: initial;
|
||||||
|
}
|
||||||
|
|
||||||
|
#carbonads {
|
||||||
|
max-width: 330px;
|
||||||
|
background-color: #fafafa;
|
||||||
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||||
|
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial,
|
||||||
|
sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
#carbonads ins {
|
||||||
|
class="adsbygoogle";
|
||||||
|
style="display:block";
|
||||||
|
data-ad-client="ca-pub-4797644559430915";
|
||||||
|
data-ad-slot="3324230529";
|
||||||
|
data-ad-format="auto";
|
||||||
|
data-full-width-responsive="true";
|
||||||
|
}
|
||||||
|
|
||||||
|
#carbonads a:hover {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
#carbonads span {
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
#carbonads .carbon-wrap {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
#carbonads .carbon-img img {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
#carbonads .carbon-text {
|
||||||
|
align-self: center;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
padding: 8px 10px;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 1.5;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#carbonads .carbon-poweredby {
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
padding: 6px 8px;
|
||||||
|
border-top-left-radius: 3px;
|
||||||
|
background-color: #f1f1f1;
|
||||||
|
font-size: 8px;
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: 1;
|
||||||
|
letter-spacing: 0.5px;
|
||||||
|
text-align: center;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
`;
|
||||||
|
|
||||||
|
document.head.insertBefore(styleEl, document.querySelector("head style, head link[rel*='stylesheet']"));
|
||||||
|
},
|
||||||
|
};
|
||||||
|
})(window);
|
||||||
3765
docs/emoji.md
Normal file
204
docs/index.html
Normal file
@ -0,0 +1,204 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8"/>
|
||||||
|
<title>docsify</title>
|
||||||
|
<link rel="icon" href="_media/favicon.ico"/>
|
||||||
|
<meta name="google-site-verification" content="6t0LoIeFksrjF4c9sqUEsVXiQNxLp2hgoqo0KryT-sE"/>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
||||||
|
<meta name="keywords" content="doc,docs,documentation,gitbook,creator,generator,github,jekyll,github-pages"/>
|
||||||
|
<meta name="description" content="A magical documentation generator."/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/>
|
||||||
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css" title="vue"/>
|
||||||
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/dark.css" title="dark" disabled/>
|
||||||
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/buble.css" title="buble" disabled/>
|
||||||
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/pure.css" title="pure" disabled/>
|
||||||
|
|
||||||
|
<!-- Google Tag Manager -->
|
||||||
|
<script>(function (w, d, s, l, i) {
|
||||||
|
w[l] = w[l] || [];
|
||||||
|
w[l].push({
|
||||||
|
'gtm.start':
|
||||||
|
new Date().getTime(), event: 'gtm.js'
|
||||||
|
});
|
||||||
|
var f = d.getElementsByTagName(s)[0],
|
||||||
|
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
|
||||||
|
j.async = true;
|
||||||
|
j.src =
|
||||||
|
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
|
||||||
|
f.parentNode.insertBefore(j, f);
|
||||||
|
})(window, document, 'script', 'dataLayer', 'GTM-W3NL9V');</script>
|
||||||
|
<!-- End Google Tag Manager -->
|
||||||
|
|
||||||
|
<style>
|
||||||
|
nav.app-nav li ul {
|
||||||
|
min-width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#carbonads {
|
||||||
|
box-shadow: none !important;
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div id="app">Loading ...</div>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/docsify-plugin-carbon@1"></script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/docsify-plugin-google-adsense@latest"></script>
|
||||||
|
<script>
|
||||||
|
// Set html "lang" attribute based on URL
|
||||||
|
var lang = location.hash.match(/#\/(de-de|es|ru-ru|zh-cn)\//);
|
||||||
|
|
||||||
|
if (lang) {
|
||||||
|
document.documentElement.setAttribute('lang', lang[1]);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Docsify configuration
|
||||||
|
window.$docsify = {
|
||||||
|
alias: {
|
||||||
|
'.*?/awesome':
|
||||||
|
'https://raw.githubusercontent.com/docsifyjs/awesome-docsify/master/README.md',
|
||||||
|
'.*?/changelog':
|
||||||
|
'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG.md',
|
||||||
|
'/.*/_navbar.md': '/_navbar.md',
|
||||||
|
'/es/(.*)':
|
||||||
|
'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1',
|
||||||
|
'/de-de/(.*)':
|
||||||
|
'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1',
|
||||||
|
'/ru-ru/(.*)':
|
||||||
|
'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1',
|
||||||
|
'/zh-cn/(.*)':
|
||||||
|
'https://src.isharkfly.com/iSharkFly-Docs/docsify-docs-cn/raw/branch/main/docs/$1',
|
||||||
|
},
|
||||||
|
auto2top: true,
|
||||||
|
coverpage: true,
|
||||||
|
executeScript: true,
|
||||||
|
loadSidebar: true,
|
||||||
|
loadNavbar: true,
|
||||||
|
mergeNavbar: true,
|
||||||
|
maxLevel: 4,
|
||||||
|
subMaxLevel: 2,
|
||||||
|
name: 'docsify',
|
||||||
|
nameLink: {
|
||||||
|
'/es/': '#/es/',
|
||||||
|
'/de-de/': '#/de-de/',
|
||||||
|
'/ru-ru/': '#/ru-ru/',
|
||||||
|
'/zh-cn/': '#/zh-cn/',
|
||||||
|
'/': '#/',
|
||||||
|
},
|
||||||
|
search: {
|
||||||
|
noData: {
|
||||||
|
'/es/': '¡No hay resultados!',
|
||||||
|
'/de-de/': 'Keine Ergebnisse!',
|
||||||
|
'/ru-ru/': 'Никаких результатов!',
|
||||||
|
'/zh-cn/': '没有结果!',
|
||||||
|
'/': 'No results!',
|
||||||
|
},
|
||||||
|
paths: 'auto',
|
||||||
|
placeholder: {
|
||||||
|
'/es/': 'Buscar',
|
||||||
|
'/de-de/': 'Suche',
|
||||||
|
'/ru-ru/': 'Поиск',
|
||||||
|
'/zh-cn/': '搜索',
|
||||||
|
'/': 'Search',
|
||||||
|
},
|
||||||
|
pathNamespaces: ['/es', '/de-de', '/ru-ru', '/zh-cn'],
|
||||||
|
},
|
||||||
|
vueComponents: {
|
||||||
|
'button-counter': {
|
||||||
|
template:
|
||||||
|
'<button @click="count += 1">You clicked me {{ count }} times</button>',
|
||||||
|
data: function () {
|
||||||
|
return {
|
||||||
|
count: 0,
|
||||||
|
};
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
vueGlobalOptions: {
|
||||||
|
data: function () {
|
||||||
|
return {
|
||||||
|
count: 0,
|
||||||
|
message: 'Hello, World!',
|
||||||
|
// Fake API response
|
||||||
|
images: [
|
||||||
|
{title: 'Image 1', url: 'https://picsum.photos/150?random=1'},
|
||||||
|
{title: 'Image 2', url: 'https://picsum.photos/150?random=2'},
|
||||||
|
{title: 'Image 3', url: 'https://picsum.photos/150?random=3'},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
},
|
||||||
|
computed: {
|
||||||
|
timeOfDay: function () {
|
||||||
|
const date = new Date();
|
||||||
|
const hours = date.getHours();
|
||||||
|
|
||||||
|
if (hours < 12) {
|
||||||
|
return 'morning';
|
||||||
|
} else if (hours < 18) {
|
||||||
|
return 'afternoon';
|
||||||
|
} else {
|
||||||
|
return 'evening';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
hello: function () {
|
||||||
|
alert(this.message);
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
vueMounts: {
|
||||||
|
'#counter': {
|
||||||
|
data: function () {
|
||||||
|
return {
|
||||||
|
count: 0,
|
||||||
|
};
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
plugins: [
|
||||||
|
DocsifyAds.create('ca-pub-4797644559430915', '1781911644'),
|
||||||
|
|
||||||
|
function (hook, vm) {
|
||||||
|
hook.beforeEach(function (html) {
|
||||||
|
if (/githubusercontent\.com/.test(vm.route.file)) {
|
||||||
|
url = vm.route.file
|
||||||
|
.replace('raw.githubusercontent.com', 'github.com')
|
||||||
|
.replace(/\/master/, '/blob/master');
|
||||||
|
} else if (/src\.isharkfly\.com/.test(vm.route.file)) {
|
||||||
|
url = vm.route.file;
|
||||||
|
} else {
|
||||||
|
url =
|
||||||
|
'https://github.com/docsifyjs/docsify/blob/develop/docs/' +
|
||||||
|
vm.route.file;
|
||||||
|
}
|
||||||
|
var editHtml = '[:memo: Edit Document](' + url + ')\n';
|
||||||
|
return (
|
||||||
|
editHtml +
|
||||||
|
html +
|
||||||
|
'\n\n----\n\n' +
|
||||||
|
'<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>'
|
||||||
|
);
|
||||||
|
})
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/docsify@4/lib/docsify.min.js"></script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.min.js"></script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-markdown.min.js"></script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-nginx.min.js"></script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-php.min.js"></script>
|
||||||
|
<script>
|
||||||
|
// Public site only
|
||||||
|
if (/docsify/.test(location.host)) {
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/vue@2/dist/vue.min.js"></script>
|
||||||
|
<!-- <script src="//cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script> -->
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -81,7 +81,7 @@ window.$docsify = {
|
|||||||
function(hook, vm) {
|
function(hook, vm) {
|
||||||
hook.beforeEach(function(html) {
|
hook.beforeEach(function(html) {
|
||||||
var url =
|
var url =
|
||||||
'https://github.com/docsifyjs/docsify/blob/master/docs/' +
|
'https://github.com/iSharkFly-Docs/docsify-docs/tree/master/docs/' +
|
||||||
vm.route.file;
|
vm.route.file;
|
||||||
var editHtml = '[📝 EDIT DOCUMENT](' + url + ')\n';
|
var editHtml = '[📝 EDIT DOCUMENT](' + url + ')\n';
|
||||||
|
|
||||||
9
docsify-docs.iml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="WEB_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||