# PJBlog4 **Repository Path**: moochikoo/PJBlog4 ## Basic Information - **Project Name**: PJBlog4 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-27 - **Last Updated**: 2025-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PJBlog4 ======= PJBLOG4轻博客系统 ```js require("status"); if ( config.user.login === true ){ console.log('您已登入 退出登入'); }else{ var oauth = require("server/oAuth/qq/oauth"), fn = require("fn"); console.log('登入'); } //require(["XML"], function(xml){ // var _object = xml.load("1.xml"); // var x = xml("t c", _object.root, _object.object); // // x.first().create("evio").html("evio is good"); // // x.save("2.xml"); // //// for ( var i = 0 ; i < x.length ; i++ ){ //// console.push(xml.type(x[i]) + "
"); //// } // //console.debug(); //}); //require(["PACKAGE"], function(package){ // package.merge(".", "3.xml", function(name){ // return name.replace(/^\.\//, ""); // }); // package.separate("3.xml", "test"); //}); require(["openDataBase", "cache"], function(base, cache){ if (base === true && cache !== null){ var arr = cache.load("global"); console.push(arr); console.debug(); }else{ console.push("cache handle file not be ready."); console.debug(); } }); ``` ```html
```