first commit

This commit is contained in:
CrazyJasonwell
2026-07-23 20:36:13 +08:00
commit 513b68be8c
7915 changed files with 2642530 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"lang": "auto",
"profiles": [
{
"name": "Happy Again",
"apiType": "xml-rpc",
"endpoint": "http://media.himan.cloud:1080",
"xmlRpcPath": "/xmlrpc.php",
"saveUsername": true,
"savePassword": true,
"isDefault": true,
"lastSelectedCategories": [
15
],
"username": "wpAdmin",
"encryptedPassword": {
"key": "{\"alg\":\"A256GCM\",\"ext\":true,\"k\":\"KFimLWRkXeJqZEm9jW3l6VM-cfOFDyIItjLUw5Mmrqw\",\"key_ops\":[\"encrypt\",\"decrypt\"],\"kty\":\"oct\"}",
"vector": "daUM800uMbcC0K+D",
"encrypted": "DvifwShLq74WBqBbj3+jDPARljwfupDl"
}
}
],
"showRibbonIcon": true,
"defaultPostStatus": "publish",
"defaultCommentStatus": "open",
"rememberLastSelectedCategories": true,
"showWordPressEditConfirm": false,
"mathJaxOutputType": "svg",
"commentConvertMode": "ignore",
"enableHtml": false,
"replaceMediaLinks": true,
"version": "2",
"defaultPostType": "post"
}
+83075
View File
File diff suppressed because one or more lines are too long
+10
View File
@@ -0,0 +1,10 @@
{
"id": "obsidian-wordpress",
"name": "WordPress",
"version": "0.18.0",
"minAppVersion": "1.1.1",
"description": "A plugin for publishing Obsidian documents to WordPress.",
"author": "devbean",
"isDesktopOnly": false,
"fundingUrl": "https://www.buymeacoffee.com/devbean"
}
+9
View File
@@ -0,0 +1,9 @@
.modal-header {
display: flex;
justify-content: space-between;
align-items: center;
margin: 16px 0;
}
.modal-header h1 {
margin: 0;
}